diff --git a/dist/app.controller.d.ts b/dist/app.controller.d.ts
deleted file mode 100644
index 1a77a99873c7c8546f22f543fd9f45852e18a35b..0000000000000000000000000000000000000000
--- a/dist/app.controller.d.ts
+++ /dev/null
@@ -1,18 +0,0 @@
-import { AppService } from './app.service';
-export declare class AppController {
-    private readonly appService;
-    constructor(appService: AppService);
-    getDefault(): string;
-    getHello(): string;
-    getWorld(): string;
-    testQuery(req: any, celsius: number, type: string): {
-        celsius: number;
-        type: string;
-    };
-    testParam(req: any, celsius: number): {
-        celsius: number;
-    };
-    testBody(req: any, body: any, celsius: number): {
-        celsius: number;
-    };
-}
diff --git a/dist/app.controller.js b/dist/app.controller.js
deleted file mode 100644
index ea2239e25f47549248974ecfe70efcf0e377f0a8..0000000000000000000000000000000000000000
--- a/dist/app.controller.js
+++ /dev/null
@@ -1,95 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.AppController = void 0;
-const common_1 = require("@nestjs/common");
-const app_service_1 = require("./app.service");
-let AppController = class AppController {
-    constructor(appService) {
-        this.appService = appService;
-    }
-    getDefault() {
-        return 'Default';
-    }
-    getHello() {
-        return '<html><body><h1>Hello Buu</h1></body></html>';
-    }
-    getWorld() {
-        return '<html><body><h1>Buu World</h1></body></html>';
-    }
-    testQuery(req, celsius, type) {
-        return {
-            celsius: celsius,
-            type: type,
-        };
-    }
-    testParam(req, celsius) {
-        return {
-            celsius,
-        };
-    }
-    testBody(req, body, celsius) {
-        return { celsius };
-    }
-};
-exports.AppController = AppController;
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", String)
-], AppController.prototype, "getDefault", null);
-__decorate([
-    (0, common_1.Get)('hello'),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", String)
-], AppController.prototype, "getHello", null);
-__decorate([
-    (0, common_1.Delete)('world'),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", String)
-], AppController.prototype, "getWorld", null);
-__decorate([
-    (0, common_1.Get)('test-query'),
-    __param(0, (0, common_1.Req)()),
-    __param(1, (0, common_1.Query)('celsius')),
-    __param(2, (0, common_1.Query)('type')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [Object, Number, String]),
-    __metadata("design:returntype", void 0)
-], AppController.prototype, "testQuery", null);
-__decorate([
-    (0, common_1.Get)('test-params/:celsius'),
-    __param(0, (0, common_1.Req)()),
-    __param(1, (0, common_1.Param)('celsius')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [Object, Number]),
-    __metadata("design:returntype", void 0)
-], AppController.prototype, "testParam", null);
-__decorate([
-    (0, common_1.Post)('test-body'),
-    __param(0, (0, common_1.Req)()),
-    __param(1, (0, common_1.Body)()),
-    __param(2, (0, common_1.Body)('celsius')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [Object, Object, Number]),
-    __metadata("design:returntype", void 0)
-], AppController.prototype, "testBody", null);
-exports.AppController = AppController = __decorate([
-    (0, common_1.Controller)(),
-    __metadata("design:paramtypes", [app_service_1.AppService])
-], AppController);
-//# sourceMappingURL=app.controller.js.map
\ No newline at end of file
diff --git a/dist/app.controller.js.map b/dist/app.controller.js.map
deleted file mode 100644
index ef1fe765fcb27e030c9373248d25d84f095295a9..0000000000000000000000000000000000000000
--- a/dist/app.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"app.controller.js","sourceRoot":"","sources":["../src/app.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CASwB;AACxB,+CAA2C;AAGpC,IAAM,aAAa,GAAnB,MAAM,aAAa;IACxB,YAA6B,UAAsB;QAAtB,eAAU,GAAV,UAAU,CAAY;IAAG,CAAC;IAGvD,UAAU;QACR,OAAO,SAAS,CAAC;IACnB,CAAC;IAGD,QAAQ;QACN,OAAO,8CAA8C,CAAC;IACxD,CAAC;IAGD,QAAQ;QACN,OAAO,8CAA8C,CAAC;IACxD,CAAC;IAGD,SAAS,CACA,GAAG,EACQ,OAAe,EAClB,IAAY;QAE3B,OAAO;YACL,OAAO,EAAE,OAAO;YAChB,IAAI,EAAE,IAAI;SACX,CAAC;IACJ,CAAC;IAGD,SAAS,CAAQ,GAAG,EAAoB,OAAe;QACrD,OAAO;YACL,OAAO;SACR,CAAC;IACJ,CAAC;IAGD,QAAQ,CAAQ,GAAG,EAAU,IAAI,EAAmB,OAAe;QACjE,OAAO,EAAE,OAAO,EAAE,CAAC;IACrB,CAAC;CACF,CAAA;AAzCY,sCAAa;AAIxB;IADC,IAAA,YAAG,GAAE;;;;+CAGL;AAGD;IADC,IAAA,YAAG,EAAC,OAAO,CAAC;;;;6CAGZ;AAGD;IADC,IAAA,eAAM,EAAC,OAAO,CAAC;;;;6CAGf;AAGD;IADC,IAAA,YAAG,EAAC,YAAY,CAAC;IAEf,WAAA,IAAA,YAAG,GAAE,CAAA;IACL,WAAA,IAAA,cAAK,EAAC,SAAS,CAAC,CAAA;IAChB,WAAA,IAAA,cAAK,EAAC,MAAM,CAAC,CAAA;;;;8CAMf;AAGD;IADC,IAAA,YAAG,EAAC,sBAAsB,CAAC;IACjB,WAAA,IAAA,YAAG,GAAE,CAAA;IAAO,WAAA,IAAA,cAAK,EAAC,SAAS,CAAC,CAAA;;;;8CAItC;AAGD;IADC,IAAA,aAAI,EAAC,WAAW,CAAC;IACR,WAAA,IAAA,YAAG,GAAE,CAAA;IAAO,WAAA,IAAA,aAAI,GAAE,CAAA;IAAQ,WAAA,IAAA,aAAI,EAAC,SAAS,CAAC,CAAA;;;;6CAElD;wBAxCU,aAAa;IADzB,IAAA,mBAAU,GAAE;qCAE8B,wBAAU;GADxC,aAAa,CAyCzB"}
\ No newline at end of file
diff --git a/dist/app.module.d.ts b/dist/app.module.d.ts
deleted file mode 100644
index 36fdf15e86e1e4452641d003865a262e5c0c8dc9..0000000000000000000000000000000000000000
--- a/dist/app.module.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { DataSource } from 'typeorm';
-export declare class AppModule {
-    private dataSource;
-    constructor(dataSource: DataSource);
-}
diff --git a/dist/app.module.js b/dist/app.module.js
deleted file mode 100644
index 0e35e0c8a2163bd5d947552d160a938d1993860d..0000000000000000000000000000000000000000
--- a/dist/app.module.js
+++ /dev/null
@@ -1,135 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.AppModule = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const serve_static_1 = require("@nestjs/serve-static");
-const path_1 = require("path");
-const typeorm_2 = require("typeorm");
-const app_controller_1 = require("./app.controller");
-const app_service_1 = require("./app.service");
-const users_module_1 = require("./users/users.module");
-const roles_module_1 = require("./roles/roles.module");
-const auth_module_1 = require("./auth/auth.module");
-const queues_module_1 = require("./queues/queues.module");
-const employees_module_1 = require("./employees/employees.module");
-const machines_module_1 = require("./machines/machines.module");
-const pages_module_1 = require("./pages/pages.module");
-const orders_module_1 = require("./orders/orders.module");
-const orderpiorities_module_1 = require("./orderpiorities/orderpiorities.module");
-const machine_details_module_1 = require("./machine_details/machine_details.module");
-const material_stocks_module_1 = require("./material_stocks/material_stocks.module");
-const products_module_1 = require("./products/products.module");
-const order_details_module_1 = require("./order_details/order_details.module");
-const product_stocks_module_1 = require("./product_stocks/product_stocks.module");
-const customers_module_1 = require("./customers/customers.module");
-const materials_module_1 = require("./materials/materials.module");
-const material_restock_order_module_1 = require("./material_restock_order/material_restock_order.module");
-const stock_configs_module_1 = require("./stock_configs/stock_configs.module");
-const production_targets_module_1 = require("./production_targets/production_targets.module");
-const queue_types_module_1 = require("./queue-types/queue-types.module");
-const user_entity_1 = require("./users/entities/user.entity");
-const role_entity_1 = require("./roles/entities/role.entity");
-const queue_entity_1 = require("./queues/entities/queue.entity");
-const machine_entity_1 = require("./machines/entities/machine.entity");
-const machine_detail_entity_1 = require("./machine_details/entities/machine_detail.entity");
-const employee_entity_1 = require("./employees/entities/employee.entity");
-const customer_entity_1 = require("./customers/entities/customer.entity");
-const material_entity_1 = require("./materials/entities/material.entity");
-const material_stock_entity_1 = require("./material_stocks/entities/material_stock.entity");
-const material_restock_order_entity_1 = require("./material_restock_order/entities/material_restock_order.entity");
-const order_detail_entity_1 = require("./order_details/entities/order_detail.entity");
-const orderpiority_entity_1 = require("./orderpiorities/entities/orderpiority.entity");
-const order_entity_1 = require("./orders/entities/order.entity");
-const page_entity_1 = require("./pages/entities/page.entity");
-const product_stock_entity_1 = require("./product_stocks/entities/product_stock.entity");
-const product_entity_1 = require("./products/entities/product.entity");
-const recipes_module_1 = require("./recipes/recipes.module");
-const recipe_ingredients_module_1 = require("./recipe_ingredients/recipe_ingredients.module");
-const recipe_entity_1 = require("./recipes/entities/recipe.entity");
-const recipe_ingredient_entity_1 = require("./recipe_ingredients/entities/recipe_ingredient.entity");
-const stock_config_entity_1 = require("./stock_configs/entities/stock_config.entity");
-const production_target_entity_1 = require("./production_targets/entities/production_target.entity");
-const queue_type_entity_1 = require("./queue-types/entities/queue-type.entity");
-let AppModule = class AppModule {
-    constructor(dataSource) {
-        this.dataSource = dataSource;
-    }
-};
-exports.AppModule = AppModule;
-exports.AppModule = AppModule = __decorate([
-    (0, common_1.Module)({
-        imports: [
-            typeorm_1.TypeOrmModule.forRoot({
-                type: 'mysql',
-                host: 'localhost',
-                port: 3306,
-                username: 'root',
-                password: '',
-                database: 'water',
-                entities: [
-                    user_entity_1.User,
-                    role_entity_1.Role,
-                    queue_entity_1.Queue,
-                    machine_entity_1.Machine,
-                    machine_detail_entity_1.MachineDetail,
-                    employee_entity_1.Employee,
-                    customer_entity_1.Customer,
-                    material_entity_1.Material,
-                    material_stock_entity_1.MaterialStock,
-                    material_restock_order_entity_1.MaterialRestockOrder,
-                    order_detail_entity_1.OrderDetail,
-                    orderpiority_entity_1.OrderPriority,
-                    order_entity_1.Order,
-                    page_entity_1.Page,
-                    product_stock_entity_1.ProductStock,
-                    product_entity_1.Product,
-                    recipe_entity_1.Recipe,
-                    recipe_ingredient_entity_1.RecipeIngredient,
-                    stock_config_entity_1.StockConfig,
-                    production_target_entity_1.ProductionTarget,
-                    queue_type_entity_1.QueueType,
-                ],
-                synchronize: true,
-            }),
-            serve_static_1.ServeStaticModule.forRoot({
-                rootPath: (0, path_1.join)(__dirname, '..', 'public'),
-            }),
-            users_module_1.UsersModule,
-            roles_module_1.RolesModule,
-            auth_module_1.AuthModule,
-            queues_module_1.QueuesModule,
-            employees_module_1.EmployeesModule,
-            machines_module_1.MachinesModule,
-            pages_module_1.PagesModule,
-            orders_module_1.OrdersModule,
-            orderpiorities_module_1.OrderPriorityModule,
-            machine_details_module_1.MachineDetailsModule,
-            material_stocks_module_1.MaterialStocksModule,
-            products_module_1.ProductsModule,
-            order_details_module_1.OrderDetailsModule,
-            product_stocks_module_1.ProductStocksModule,
-            customers_module_1.CustomersModule,
-            materials_module_1.MaterialsModule,
-            material_restock_order_module_1.MaterialRestockOrderModule,
-            recipes_module_1.RecipesModule,
-            recipe_ingredients_module_1.RecipeIngredientsModule,
-            stock_configs_module_1.StockConfigsModule,
-            production_targets_module_1.ProductionTargetsModule,
-            queue_types_module_1.QueueTypesModule,
-        ],
-        controllers: [app_controller_1.AppController],
-        providers: [app_service_1.AppService],
-    }),
-    __metadata("design:paramtypes", [typeorm_2.DataSource])
-], AppModule);
-//# sourceMappingURL=app.module.js.map
\ No newline at end of file
diff --git a/dist/app.module.js.map b/dist/app.module.js.map
deleted file mode 100644
index dc5d29461796581c88a68c9b262216e4263b5ac4..0000000000000000000000000000000000000000
--- a/dist/app.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"app.module.js","sourceRoot":"","sources":["../src/app.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,2CAAwC;AACxC,6CAAgD;AAChD,uDAAyD;AACzD,+BAA4B;AAC5B,qCAAqC;AACrC,qDAAiD;AACjD,+CAA2C;AAG3C,uDAAmD;AACnD,uDAAmD;AACnD,oDAAgD;AAChD,0DAAsD;AACtD,mEAA+D;AAC/D,gEAA4D;AAC5D,uDAAmD;AACnD,0DAAsD;AACtD,kFAA6E;AAC7E,qFAAgF;AAChF,qFAAgF;AAChF,gEAA4D;AAC5D,+EAA0E;AAC1E,kFAA6E;AAC7E,mEAA+D;AAC/D,mEAA+D;AAC/D,0GAAoG;AACpG,+EAA0E;AAC1E,8FAAyF;AACzF,yEAAoE;AAGpE,8DAAoD;AACpD,8DAAoD;AACpD,iEAAuD;AACvD,uEAA6D;AAC7D,4FAAiF;AACjF,0EAAgE;AAChE,0EAAgE;AAChE,0EAAgE;AAChE,4FAAiF;AACjF,mHAAuG;AACvG,sFAA2E;AAC3E,uFAA8E;AAC9E,iEAAuD;AACvD,8DAAoD;AACpD,yFAA8E;AAC9E,uEAA6D;AAC7D,6DAAyD;AACzD,8FAAyF;AACzF,oEAA0D;AAC1D,qGAA0F;AAC1F,sFAA2E;AAC3E,qGAA0F;AAC1F,gFAAqE;AAgE9D,IAAM,SAAS,GAAf,MAAM,SAAS;IACpB,YAAoB,UAAsB;QAAtB,eAAU,GAAV,UAAU,CAAY;IAAG,CAAC;CAC/C,CAAA;AAFY,8BAAS;oBAAT,SAAS;IA/DrB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,uBAAa,CAAC,OAAO,CAAC;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,IAAI;gBACV,QAAQ,EAAE,MAAM;gBAChB,QAAQ,EAAE,EAAE;gBACZ,QAAQ,EAAE,OAAO;gBACjB,QAAQ,EAAE;oBACR,kBAAI;oBACJ,kBAAI;oBACJ,oBAAK;oBACL,wBAAO;oBACP,qCAAa;oBACb,0BAAQ;oBACR,0BAAQ;oBACR,0BAAQ;oBACR,qCAAa;oBACb,oDAAoB;oBACpB,iCAAW;oBACX,mCAAa;oBACb,oBAAK;oBACL,kBAAI;oBACJ,mCAAY;oBACZ,wBAAO;oBACP,sBAAM;oBACN,2CAAgB;oBAChB,iCAAW;oBACX,2CAAgB;oBAChB,6BAAS;iBACV;gBACD,WAAW,EAAE,IAAI;aAClB,CAAC;YACF,gCAAiB,CAAC,OAAO,CAAC;gBACxB,QAAQ,EAAE,IAAA,WAAI,EAAC,SAAS,EAAE,IAAI,EAAE,QAAQ,CAAC;aAC1C,CAAC;YACF,0BAAW;YACX,0BAAW;YACX,wBAAU;YACV,4BAAY;YACZ,kCAAe;YACf,gCAAc;YACd,0BAAW;YACX,4BAAY;YACZ,2CAAmB;YACnB,6CAAoB;YACpB,6CAAoB;YACpB,gCAAc;YACd,yCAAkB;YAClB,2CAAmB;YACnB,kCAAe;YACf,kCAAe;YACf,0DAA0B;YAC1B,8BAAa;YACb,mDAAuB;YACvB,yCAAkB;YAClB,mDAAuB;YACvB,qCAAgB;SACjB;QACD,WAAW,EAAE,CAAC,8BAAa,CAAC;QAC5B,SAAS,EAAE,CAAC,wBAAU,CAAC;KACxB,CAAC;qCAEgC,oBAAU;GAD/B,SAAS,CAErB"}
\ No newline at end of file
diff --git a/dist/app.service.d.ts b/dist/app.service.d.ts
deleted file mode 100644
index 0496e7902946483d392eef6f0e1ea991d32802d2..0000000000000000000000000000000000000000
--- a/dist/app.service.d.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export declare class AppService {
-    getHello(): string;
-}
diff --git a/dist/app.service.js b/dist/app.service.js
deleted file mode 100644
index 3bfb90bde5f0472eb1a42bc87516c2181ac8033a..0000000000000000000000000000000000000000
--- a/dist/app.service.js
+++ /dev/null
@@ -1,20 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.AppService = void 0;
-const common_1 = require("@nestjs/common");
-let AppService = class AppService {
-    getHello() {
-        return 'Hello World!';
-    }
-};
-exports.AppService = AppService;
-exports.AppService = AppService = __decorate([
-    (0, common_1.Injectable)()
-], AppService);
-//# sourceMappingURL=app.service.js.map
\ No newline at end of file
diff --git a/dist/app.service.js.map b/dist/app.service.js.map
deleted file mode 100644
index b1674f62052e406994fba7113881daf7fe7a6b16..0000000000000000000000000000000000000000
--- a/dist/app.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"app.service.js","sourceRoot":"","sources":["../src/app.service.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA4C;AAGrC,IAAM,UAAU,GAAhB,MAAM,UAAU;IACrB,QAAQ;QACN,OAAO,cAAc,CAAC;IACxB,CAAC;CACF,CAAA;AAJY,gCAAU;qBAAV,UAAU;IADtB,IAAA,mBAAU,GAAE;GACA,UAAU,CAItB"}
\ No newline at end of file
diff --git a/dist/auth/auth.controller.d.ts b/dist/auth/auth.controller.d.ts
deleted file mode 100644
index 9bf9afb5784ef09c979b409ae476e7f2e82cdee1..0000000000000000000000000000000000000000
--- a/dist/auth/auth.controller.d.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import { AuthService } from './auth.service';
-export declare class AuthController {
-    private authService;
-    constructor(authService: AuthService);
-    signIn(signInDto: Record<string, any>): Promise<any>;
-    getProfile(req: any): any;
-}
diff --git a/dist/auth/auth.controller.js b/dist/auth/auth.controller.js
deleted file mode 100644
index 79e523b7204ea9ab462c5cfe76e60bed3b87e6a8..0000000000000000000000000000000000000000
--- a/dist/auth/auth.controller.js
+++ /dev/null
@@ -1,51 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.AuthController = void 0;
-const common_1 = require("@nestjs/common");
-const auth_service_1 = require("./auth.service");
-const auth_guard_1 = require("./auth.guard");
-let AuthController = class AuthController {
-    constructor(authService) {
-        this.authService = authService;
-    }
-    signIn(signInDto) {
-        return this.authService.signIn(signInDto.email, signInDto.password);
-    }
-    getProfile(req) {
-        return req.user;
-    }
-};
-exports.AuthController = AuthController;
-__decorate([
-    (0, common_1.HttpCode)(common_1.HttpStatus.OK),
-    (0, common_1.Post)('login'),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [Object]),
-    __metadata("design:returntype", void 0)
-], AuthController.prototype, "signIn", null);
-__decorate([
-    (0, common_1.UseGuards)(auth_guard_1.AuthGuard),
-    (0, common_1.Get)('profile'),
-    __param(0, (0, common_1.Request)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [Object]),
-    __metadata("design:returntype", void 0)
-], AuthController.prototype, "getProfile", null);
-exports.AuthController = AuthController = __decorate([
-    (0, common_1.Controller)('auth'),
-    __metadata("design:paramtypes", [auth_service_1.AuthService])
-], AuthController);
-//# sourceMappingURL=auth.controller.js.map
\ No newline at end of file
diff --git a/dist/auth/auth.controller.js.map b/dist/auth/auth.controller.js.map
deleted file mode 100644
index c11c07c7bf30aef1e8ed2a908ff8ab03b9944fc3..0000000000000000000000000000000000000000
--- a/dist/auth/auth.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"auth.controller.js","sourceRoot":"","sources":["../../src/auth/auth.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CASwB;AACxB,iDAA6C;AAC7C,6CAAyC;AAGlC,IAAM,cAAc,GAApB,MAAM,cAAc;IACzB,YAAoB,WAAwB;QAAxB,gBAAW,GAAX,WAAW,CAAa;IAAG,CAAC;IAIhD,MAAM,CAAS,SAA8B;QAC3C,OAAO,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;IACtE,CAAC;IAGD,UAAU,CAAY,GAAG;QACvB,OAAO,GAAG,CAAC,IAAI,CAAC;IAClB,CAAC;CACF,CAAA;AAbY,wCAAc;AAKzB;IAFC,IAAA,iBAAQ,EAAC,mBAAU,CAAC,EAAE,CAAC;IACvB,IAAA,aAAI,EAAC,OAAO,CAAC;IACN,WAAA,IAAA,aAAI,GAAE,CAAA;;;;4CAEb;AAGD;IAFC,IAAA,kBAAS,EAAC,sBAAS,CAAC;IACpB,IAAA,YAAG,EAAC,SAAS,CAAC;IACH,WAAA,IAAA,gBAAO,GAAE,CAAA;;;;gDAEpB;yBAZU,cAAc;IAD1B,IAAA,mBAAU,EAAC,MAAM,CAAC;qCAEgB,0BAAW;GADjC,cAAc,CAa1B"}
\ No newline at end of file
diff --git a/dist/auth/auth.guard.d.ts b/dist/auth/auth.guard.d.ts
deleted file mode 100644
index f10133cb5f0fad47a6c5baf1e1532785f28d993d..0000000000000000000000000000000000000000
--- a/dist/auth/auth.guard.d.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-import { CanActivate, ExecutionContext } from '@nestjs/common';
-import { JwtService } from '@nestjs/jwt';
-export declare class AuthGuard implements CanActivate {
-    private jwtService;
-    constructor(jwtService: JwtService);
-    canActivate(context: ExecutionContext): Promise<boolean>;
-    private extractTokenFromHeader;
-}
diff --git a/dist/auth/auth.guard.js b/dist/auth/auth.guard.js
deleted file mode 100644
index 5b1c3cb9f443b66bf3632f15212002c38ab57693..0000000000000000000000000000000000000000
--- a/dist/auth/auth.guard.js
+++ /dev/null
@@ -1,47 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.AuthGuard = void 0;
-const common_1 = require("@nestjs/common");
-const jwt_1 = require("@nestjs/jwt");
-const constants_1 = require("./constants");
-let AuthGuard = class AuthGuard {
-    constructor(jwtService) {
-        this.jwtService = jwtService;
-    }
-    async canActivate(context) {
-        const request = context.switchToHttp().getRequest();
-        const token = this.extractTokenFromHeader(request);
-        if (!token) {
-            throw new common_1.UnauthorizedException();
-        }
-        try {
-            const payload = await this.jwtService.verifyAsync(token, {
-                secret: constants_1.jwtConstants.secret,
-            });
-            request['user'] = payload;
-        }
-        catch {
-            throw new common_1.UnauthorizedException();
-        }
-        return true;
-    }
-    extractTokenFromHeader(request) {
-        const [type, token] = request.headers.authorization?.split(' ') ?? [];
-        return type === 'Bearer' ? token : undefined;
-    }
-};
-exports.AuthGuard = AuthGuard;
-exports.AuthGuard = AuthGuard = __decorate([
-    (0, common_1.Injectable)(),
-    __metadata("design:paramtypes", [jwt_1.JwtService])
-], AuthGuard);
-//# sourceMappingURL=auth.guard.js.map
\ No newline at end of file
diff --git a/dist/auth/auth.guard.js.map b/dist/auth/auth.guard.js.map
deleted file mode 100644
index 5ecb73c631c8380fe10c42746ff146823a7c8c4d..0000000000000000000000000000000000000000
--- a/dist/auth/auth.guard.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"auth.guard.js","sourceRoot":"","sources":["../../src/auth/auth.guard.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,2CAKwB;AACxB,qCAAyC;AACzC,2CAA2C;AAIpC,IAAM,SAAS,GAAf,MAAM,SAAS;IACpB,YAAoB,UAAsB;QAAtB,eAAU,GAAV,UAAU,CAAY;IAAG,CAAC;IAE9C,KAAK,CAAC,WAAW,CAAC,OAAyB;QACzC,MAAM,OAAO,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC,UAAU,EAAE,CAAC;QACpD,MAAM,KAAK,GAAG,IAAI,CAAC,sBAAsB,CAAC,OAAO,CAAC,CAAC;QACnD,IAAI,CAAC,KAAK,EAAE,CAAC;YACX,MAAM,IAAI,8BAAqB,EAAE,CAAC;QACpC,CAAC;QACD,IAAI,CAAC;YACH,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,KAAK,EAAE;gBACvD,MAAM,EAAE,wBAAY,CAAC,MAAM;aAC5B,CAAC,CAAC;YAGH,OAAO,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC;QAC5B,CAAC;QAAC,MAAM,CAAC;YACP,MAAM,IAAI,8BAAqB,EAAE,CAAC;QACpC,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAEO,sBAAsB,CAAC,OAAgB;QAC7C,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,aAAa,EAAE,KAAK,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC;QACtE,OAAO,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;IAC/C,CAAC;CACF,CAAA;AA1BY,8BAAS;oBAAT,SAAS;IADrB,IAAA,mBAAU,GAAE;qCAEqB,gBAAU;GAD/B,SAAS,CA0BrB"}
\ No newline at end of file
diff --git a/dist/auth/auth.module.d.ts b/dist/auth/auth.module.d.ts
deleted file mode 100644
index 3f7dba9ec0519fe1a52385a7f51c2915b9ea4350..0000000000000000000000000000000000000000
--- a/dist/auth/auth.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class AuthModule {
-}
diff --git a/dist/auth/auth.module.js b/dist/auth/auth.module.js
deleted file mode 100644
index 4367f984e6915bf2db766cc925f4619c8da3773a..0000000000000000000000000000000000000000
--- a/dist/auth/auth.module.js
+++ /dev/null
@@ -1,34 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.AuthModule = void 0;
-const common_1 = require("@nestjs/common");
-const auth_controller_1 = require("./auth.controller");
-const auth_service_1 = require("./auth.service");
-const users_module_1 = require("../users/users.module");
-const jwt_1 = require("@nestjs/jwt");
-const constants_1 = require("./constants");
-let AuthModule = class AuthModule {
-};
-exports.AuthModule = AuthModule;
-exports.AuthModule = AuthModule = __decorate([
-    (0, common_1.Module)({
-        imports: [
-            users_module_1.UsersModule,
-            jwt_1.JwtModule.register({
-                global: true,
-                secret: constants_1.jwtConstants.secret,
-                signOptions: { expiresIn: '36000000000s' },
-            }),
-        ],
-        controllers: [auth_controller_1.AuthController],
-        providers: [auth_service_1.AuthService],
-        exports: [auth_service_1.AuthService],
-    })
-], AuthModule);
-//# sourceMappingURL=auth.module.js.map
\ No newline at end of file
diff --git a/dist/auth/auth.module.js.map b/dist/auth/auth.module.js.map
deleted file mode 100644
index ac9a817488a6809267151103fff5aaf114092600..0000000000000000000000000000000000000000
--- a/dist/auth/auth.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"auth.module.js","sourceRoot":"","sources":["../../src/auth/auth.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,uDAAmD;AACnD,iDAA6C;AAC7C,wDAAqD;AACrD,qCAAwC;AACxC,2CAA2C;AAepC,IAAM,UAAU,GAAhB,MAAM,UAAU;CAAG,CAAA;AAAb,gCAAU;qBAAV,UAAU;IAbtB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,0BAAW;YACX,eAAS,CAAC,QAAQ,CAAC;gBACjB,MAAM,EAAE,IAAI;gBACZ,MAAM,EAAE,wBAAY,CAAC,MAAM;gBAC3B,WAAW,EAAE,EAAE,SAAS,EAAE,cAAc,EAAE;aAC3C,CAAC;SACH;QACD,WAAW,EAAE,CAAC,gCAAc,CAAC;QAC7B,SAAS,EAAE,CAAC,0BAAW,CAAC;QACxB,OAAO,EAAE,CAAC,0BAAW,CAAC;KACvB,CAAC;GACW,UAAU,CAAG"}
\ No newline at end of file
diff --git a/dist/auth/auth.service.d.ts b/dist/auth/auth.service.d.ts
deleted file mode 100644
index 2b763cd7b17ba621d78466e6e6b8a5a6d5a19fee..0000000000000000000000000000000000000000
--- a/dist/auth/auth.service.d.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-import { JwtService } from '@nestjs/jwt';
-import { UsersService } from 'src/users/users.service';
-export declare class AuthService {
-    private usersService;
-    private jwtService;
-    constructor(usersService: UsersService, jwtService: JwtService);
-    signIn(email: string, pass: string): Promise<any>;
-}
diff --git a/dist/auth/auth.service.js b/dist/auth/auth.service.js
deleted file mode 100644
index 812ab8c0864f8aceb9f7fab31ff366e3f8dfbfef..0000000000000000000000000000000000000000
--- a/dist/auth/auth.service.js
+++ /dev/null
@@ -1,45 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.AuthService = void 0;
-const common_1 = require("@nestjs/common");
-const jwt_1 = require("@nestjs/jwt");
-const users_service_1 = require("../users/users.service");
-let AuthService = class AuthService {
-    constructor(usersService, jwtService) {
-        this.usersService = usersService;
-        this.jwtService = jwtService;
-    }
-    async signIn(email, pass) {
-        try {
-            const user = await this.usersService.findOneByEmail(email);
-            if (user?.password !== pass) {
-                throw new common_1.UnauthorizedException();
-            }
-            const payload = { id: user.id, email: user.email };
-            const { password, ...result } = user;
-            return {
-                user: result,
-                access_token: await this.jwtService.signAsync(payload),
-            };
-        }
-        catch (e) {
-            throw new common_1.UnauthorizedException();
-        }
-    }
-};
-exports.AuthService = AuthService;
-exports.AuthService = AuthService = __decorate([
-    (0, common_1.Injectable)(),
-    __metadata("design:paramtypes", [users_service_1.UsersService,
-        jwt_1.JwtService])
-], AuthService);
-//# sourceMappingURL=auth.service.js.map
\ No newline at end of file
diff --git a/dist/auth/auth.service.js.map b/dist/auth/auth.service.js.map
deleted file mode 100644
index 2443a3ae2f30d85b71c73f498aca1f4960453835..0000000000000000000000000000000000000000
--- a/dist/auth/auth.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"auth.service.js","sourceRoot":"","sources":["../../src/auth/auth.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAAmE;AACnE,qCAAyC;AACzC,0DAAuD;AAGhD,IAAM,WAAW,GAAjB,MAAM,WAAW;IACtB,YACU,YAA0B,EAC1B,UAAsB;QADtB,iBAAY,GAAZ,YAAY,CAAc;QAC1B,eAAU,GAAV,UAAU,CAAY;IAC7B,CAAC;IAEJ,KAAK,CAAC,MAAM,CAAC,KAAa,EAAE,IAAY;QACtC,IAAI,CAAC;YACH,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,YAAY,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,EAAE,QAAQ,KAAK,IAAI,EAAE,CAAC;gBAC5B,MAAM,IAAI,8BAAqB,EAAE,CAAC;YACpC,CAAC;YACD,MAAM,OAAO,GAAG,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC;YAEnD,MAAM,EAAE,QAAQ,EAAE,GAAG,MAAM,EAAE,GAAG,IAAI,CAAC;YACrC,OAAO;gBACL,IAAI,EAAE,MAAM;gBACZ,YAAY,EAAE,MAAM,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,OAAO,CAAC;aACvD,CAAC;QACJ,CAAC;QAAC,OAAO,CAAC,EAAE,CAAC;YACX,MAAM,IAAI,8BAAqB,EAAE,CAAC;QACpC,CAAC;IACH,CAAC;CACF,CAAA;AAvBY,kCAAW;sBAAX,WAAW;IADvB,IAAA,mBAAU,GAAE;qCAGa,4BAAY;QACd,gBAAU;GAHrB,WAAW,CAuBvB"}
\ No newline at end of file
diff --git a/dist/auth/constants.d.ts b/dist/auth/constants.d.ts
deleted file mode 100644
index b0c1255bcedf796ee7a9539cbdacb32407c7e57c..0000000000000000000000000000000000000000
--- a/dist/auth/constants.d.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export declare const jwtConstants: {
-    secret: string;
-};
diff --git a/dist/auth/constants.js b/dist/auth/constants.js
deleted file mode 100644
index 59075a7db90d3944e91ece0f435d5009705369e6..0000000000000000000000000000000000000000
--- a/dist/auth/constants.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.jwtConstants = void 0;
-exports.jwtConstants = {
-    secret: 'DO NOT USE THIS VALUE. INSTEAD, CREATE A COMPLEX SECRET AND KEEP IT SAFE OUTSIDE OF THE SOURCE CODE.',
-};
-//# sourceMappingURL=constants.js.map
\ No newline at end of file
diff --git a/dist/auth/constants.js.map b/dist/auth/constants.js.map
deleted file mode 100644
index 3ff928b1c5d8dff6b6b53b904e27ef587a752276..0000000000000000000000000000000000000000
--- a/dist/auth/constants.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/auth/constants.ts"],"names":[],"mappings":";;;AACa,QAAA,YAAY,GAAG;IAC1B,MAAM,EACJ,sGAAsG;CACzG,CAAC"}
\ No newline at end of file
diff --git a/dist/customers/customers.controller.d.ts b/dist/customers/customers.controller.d.ts
deleted file mode 100644
index cdd224bfef7709f19f926e463f6a4d44f8acca3f..0000000000000000000000000000000000000000
--- a/dist/customers/customers.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { CustomersService } from './customers.service';
-import { CreateCustomerDto } from './dto/create-customer.dto';
-import { UpdateCustomerDto } from './dto/update-customer.dto';
-export declare class CustomersController {
-    private readonly customersService;
-    constructor(customersService: CustomersService);
-    create(createCustomerDto: CreateCustomerDto): string;
-    findAll(): string;
-    findOne(id: string): string;
-    update(id: string, updateCustomerDto: UpdateCustomerDto): string;
-    remove(id: string): string;
-}
diff --git a/dist/customers/customers.controller.js b/dist/customers/customers.controller.js
deleted file mode 100644
index 2398a9eb8da96aca9e052f2612d731d5a2ceb30f..0000000000000000000000000000000000000000
--- a/dist/customers/customers.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CustomersController = void 0;
-const common_1 = require("@nestjs/common");
-const customers_service_1 = require("./customers.service");
-const create_customer_dto_1 = require("./dto/create-customer.dto");
-const update_customer_dto_1 = require("./dto/update-customer.dto");
-let CustomersController = class CustomersController {
-    constructor(customersService) {
-        this.customersService = customersService;
-    }
-    create(createCustomerDto) {
-        return this.customersService.create(createCustomerDto);
-    }
-    findAll() {
-        return this.customersService.findAll();
-    }
-    findOne(id) {
-        return this.customersService.findOne(+id);
-    }
-    update(id, updateCustomerDto) {
-        return this.customersService.update(+id, updateCustomerDto);
-    }
-    remove(id) {
-        return this.customersService.remove(+id);
-    }
-};
-exports.CustomersController = CustomersController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_customer_dto_1.CreateCustomerDto]),
-    __metadata("design:returntype", void 0)
-], CustomersController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], CustomersController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], CustomersController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_customer_dto_1.UpdateCustomerDto]),
-    __metadata("design:returntype", void 0)
-], CustomersController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], CustomersController.prototype, "remove", null);
-exports.CustomersController = CustomersController = __decorate([
-    (0, common_1.Controller)('customers'),
-    __metadata("design:paramtypes", [customers_service_1.CustomersService])
-], CustomersController);
-//# sourceMappingURL=customers.controller.js.map
\ No newline at end of file
diff --git a/dist/customers/customers.controller.js.map b/dist/customers/customers.controller.js.map
deleted file mode 100644
index cf365c26b0ba7317c908d037705f6744c49862bf..0000000000000000000000000000000000000000
--- a/dist/customers/customers.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"customers.controller.js","sourceRoot":"","sources":["../../src/customers/customers.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,2DAAuD;AACvD,mEAA8D;AAC9D,mEAA8D;AAGvD,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAC9B,YAA6B,gBAAkC;QAAlC,qBAAgB,GAAhB,gBAAgB,CAAkB;IAAG,CAAC;IAGnE,MAAM,CAAS,iBAAoC;QACjD,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC;IACzD,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,CAAC;IACzC,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC5C,CAAC;IAGD,MAAM,CACS,EAAU,EACf,iBAAoC;QAE5C,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC9D,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IAC3C,CAAC;CACF,CAAA;AA9BY,kDAAmB;AAI9B;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAoB,uCAAiB;;iDAElD;AAGD;IADC,IAAA,YAAG,GAAE;;;;kDAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;kDAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IAEV,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IACX,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAoB,uCAAiB;;iDAG7C;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;iDAElB;8BA7BU,mBAAmB;IAD/B,IAAA,mBAAU,EAAC,WAAW,CAAC;qCAEyB,oCAAgB;GADpD,mBAAmB,CA8B/B"}
\ No newline at end of file
diff --git a/dist/customers/customers.module.d.ts b/dist/customers/customers.module.d.ts
deleted file mode 100644
index c3dee1b295df0898cc5ca2cf04327b2cd1f70c99..0000000000000000000000000000000000000000
--- a/dist/customers/customers.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class CustomersModule {
-}
diff --git a/dist/customers/customers.module.js b/dist/customers/customers.module.js
deleted file mode 100644
index 65a330e639b72ea63d48f34ca736b5bc85b62974..0000000000000000000000000000000000000000
--- a/dist/customers/customers.module.js
+++ /dev/null
@@ -1,22 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CustomersModule = void 0;
-const common_1 = require("@nestjs/common");
-const customers_service_1 = require("./customers.service");
-const customers_controller_1 = require("./customers.controller");
-let CustomersModule = class CustomersModule {
-};
-exports.CustomersModule = CustomersModule;
-exports.CustomersModule = CustomersModule = __decorate([
-    (0, common_1.Module)({
-        controllers: [customers_controller_1.CustomersController],
-        providers: [customers_service_1.CustomersService],
-    })
-], CustomersModule);
-//# sourceMappingURL=customers.module.js.map
\ No newline at end of file
diff --git a/dist/customers/customers.module.js.map b/dist/customers/customers.module.js.map
deleted file mode 100644
index 553354bbd2c5216a34e87944a0eea01f39a9f1b5..0000000000000000000000000000000000000000
--- a/dist/customers/customers.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"customers.module.js","sourceRoot":"","sources":["../../src/customers/customers.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,2DAAuD;AACvD,iEAA6D;AAMtD,IAAM,eAAe,GAArB,MAAM,eAAe;CAAG,CAAA;AAAlB,0CAAe;0BAAf,eAAe;IAJ3B,IAAA,eAAM,EAAC;QACN,WAAW,EAAE,CAAC,0CAAmB,CAAC;QAClC,SAAS,EAAE,CAAC,oCAAgB,CAAC;KAC9B,CAAC;GACW,eAAe,CAAG"}
\ No newline at end of file
diff --git a/dist/customers/customers.service.d.ts b/dist/customers/customers.service.d.ts
deleted file mode 100644
index ba58c62d3a5af1dbf1c3a9b505e38ea64b8aa9de..0000000000000000000000000000000000000000
--- a/dist/customers/customers.service.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { CreateCustomerDto } from './dto/create-customer.dto';
-import { UpdateCustomerDto } from './dto/update-customer.dto';
-export declare class CustomersService {
-    create(createCustomerDto: CreateCustomerDto): string;
-    findAll(): string;
-    findOne(id: number): string;
-    update(id: number, updateCustomerDto: UpdateCustomerDto): string;
-    remove(id: number): string;
-}
diff --git a/dist/customers/customers.service.js b/dist/customers/customers.service.js
deleted file mode 100644
index 2b1ed340078a66c28305cfd3675d9bfec9a3b724..0000000000000000000000000000000000000000
--- a/dist/customers/customers.service.js
+++ /dev/null
@@ -1,32 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CustomersService = void 0;
-const common_1 = require("@nestjs/common");
-let CustomersService = class CustomersService {
-    create(createCustomerDto) {
-        return 'This action adds a new customer';
-    }
-    findAll() {
-        return `This action returns all customers`;
-    }
-    findOne(id) {
-        return `This action returns a #${id} customer`;
-    }
-    update(id, updateCustomerDto) {
-        return `This action updates a #${id} customer`;
-    }
-    remove(id) {
-        return `This action removes a #${id} customer`;
-    }
-};
-exports.CustomersService = CustomersService;
-exports.CustomersService = CustomersService = __decorate([
-    (0, common_1.Injectable)()
-], CustomersService);
-//# sourceMappingURL=customers.service.js.map
\ No newline at end of file
diff --git a/dist/customers/customers.service.js.map b/dist/customers/customers.service.js.map
deleted file mode 100644
index f39508de856857f05d77bd6c7a8f5e1f1b27701c..0000000000000000000000000000000000000000
--- a/dist/customers/customers.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"customers.service.js","sourceRoot":"","sources":["../../src/customers/customers.service.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA4C;AAKrC,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAC3B,MAAM,CAAC,iBAAoC;QACzC,OAAO,iCAAiC,CAAC;IAC3C,CAAC;IAED,OAAO;QACL,OAAO,mCAAmC,CAAC;IAC7C,CAAC;IAED,OAAO,CAAC,EAAU;QAChB,OAAO,0BAA0B,EAAE,WAAW,CAAC;IACjD,CAAC;IAED,MAAM,CAAC,EAAU,EAAE,iBAAoC;QACrD,OAAO,0BAA0B,EAAE,WAAW,CAAC;IACjD,CAAC;IAED,MAAM,CAAC,EAAU;QACf,OAAO,0BAA0B,EAAE,WAAW,CAAC;IACjD,CAAC;CACF,CAAA;AApBY,4CAAgB;2BAAhB,gBAAgB;IAD5B,IAAA,mBAAU,GAAE;GACA,gBAAgB,CAoB5B"}
\ No newline at end of file
diff --git a/dist/customers/dto/create-customer.dto.d.ts b/dist/customers/dto/create-customer.dto.d.ts
deleted file mode 100644
index 8e1ca5346dd92508157e5dedb321da8de149283d..0000000000000000000000000000000000000000
--- a/dist/customers/dto/create-customer.dto.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class CreateCustomerDto {
-}
diff --git a/dist/customers/dto/create-customer.dto.js b/dist/customers/dto/create-customer.dto.js
deleted file mode 100644
index 1bc507c8a94ee383aaeece1987f8294686d5a98e..0000000000000000000000000000000000000000
--- a/dist/customers/dto/create-customer.dto.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateCustomerDto = void 0;
-class CreateCustomerDto {
-}
-exports.CreateCustomerDto = CreateCustomerDto;
-//# sourceMappingURL=create-customer.dto.js.map
\ No newline at end of file
diff --git a/dist/customers/dto/create-customer.dto.js.map b/dist/customers/dto/create-customer.dto.js.map
deleted file mode 100644
index da2240d1fa5d8acb8016388bc4c23561b18d2002..0000000000000000000000000000000000000000
--- a/dist/customers/dto/create-customer.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-customer.dto.js","sourceRoot":"","sources":["../../../src/customers/dto/create-customer.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,iBAAiB;CAAG;AAAjC,8CAAiC"}
\ No newline at end of file
diff --git a/dist/customers/dto/update-customer.dto.d.ts b/dist/customers/dto/update-customer.dto.d.ts
deleted file mode 100644
index f97242b48611aa8a16186f839b9de5c52aacaf22..0000000000000000000000000000000000000000
--- a/dist/customers/dto/update-customer.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateCustomerDto } from './create-customer.dto';
-declare const UpdateCustomerDto_base: import("@nestjs/common").Type<Partial<CreateCustomerDto>>;
-export declare class UpdateCustomerDto extends UpdateCustomerDto_base {
-}
-export {};
diff --git a/dist/customers/dto/update-customer.dto.js b/dist/customers/dto/update-customer.dto.js
deleted file mode 100644
index 60baddcb459c18c6befcbff35d923dc81594bb82..0000000000000000000000000000000000000000
--- a/dist/customers/dto/update-customer.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateCustomerDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_customer_dto_1 = require("./create-customer.dto");
-class UpdateCustomerDto extends (0, swagger_1.PartialType)(create_customer_dto_1.CreateCustomerDto) {
-}
-exports.UpdateCustomerDto = UpdateCustomerDto;
-//# sourceMappingURL=update-customer.dto.js.map
\ No newline at end of file
diff --git a/dist/customers/dto/update-customer.dto.js.map b/dist/customers/dto/update-customer.dto.js.map
deleted file mode 100644
index 7f576ae916d7a687838dff4ad07a9308ce6d12b3..0000000000000000000000000000000000000000
--- a/dist/customers/dto/update-customer.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-customer.dto.js","sourceRoot":"","sources":["../../../src/customers/dto/update-customer.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,+DAA0D;AAE1D,MAAa,iBAAkB,SAAQ,IAAA,qBAAW,EAAC,uCAAiB,CAAC;CAAG;AAAxE,8CAAwE"}
\ No newline at end of file
diff --git a/dist/customers/entities/customer.entity.d.ts b/dist/customers/entities/customer.entity.d.ts
deleted file mode 100644
index 14597d29983ba4ad2e53bcd8925e02d0c6b591e4..0000000000000000000000000000000000000000
--- a/dist/customers/entities/customer.entity.d.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-import { Order } from '@/orders/entities/order.entity';
-export declare class Customer {
-    CustomerID: number;
-    name: string;
-    phoneNumber: string;
-    address: string;
-    orders: Order[];
-}
diff --git a/dist/customers/entities/customer.entity.js b/dist/customers/entities/customer.entity.js
deleted file mode 100644
index adb323f8591b081cb2e14de138ceab49f88f90ba..0000000000000000000000000000000000000000
--- a/dist/customers/entities/customer.entity.js
+++ /dev/null
@@ -1,41 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.Customer = void 0;
-const typeorm_1 = require("typeorm");
-const order_entity_1 = require("../../orders/entities/order.entity");
-let Customer = class Customer {
-};
-exports.Customer = Customer;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], Customer.prototype, "CustomerID", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ default: '' }),
-    __metadata("design:type", String)
-], Customer.prototype, "name", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ default: '' }),
-    __metadata("design:type", String)
-], Customer.prototype, "phoneNumber", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ default: '' }),
-    __metadata("design:type", String)
-], Customer.prototype, "address", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => order_entity_1.Order, (order) => order.customer),
-    __metadata("design:type", Array)
-], Customer.prototype, "orders", void 0);
-exports.Customer = Customer = __decorate([
-    (0, typeorm_1.Entity)('Customer')
-], Customer);
-//# sourceMappingURL=customer.entity.js.map
\ No newline at end of file
diff --git a/dist/customers/entities/customer.entity.js.map b/dist/customers/entities/customer.entity.js.map
deleted file mode 100644
index 1acecc8b6175e6ce7f6793ef4f0b4441a104107e..0000000000000000000000000000000000000000
--- a/dist/customers/entities/customer.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"customer.entity.js","sourceRoot":"","sources":["../../../src/customers/entities/customer.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA4E;AAC5E,qEAAuD;AAEhD,IAAM,QAAQ,GAAd,MAAM,QAAQ;CAepB,CAAA;AAfY,4BAAQ;AAEnB;IADC,IAAA,gCAAsB,GAAE;;4CACN;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;;sCACX;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;;6CACJ;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;;yCACR;AAGhB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC;;wCAClC;mBAdL,QAAQ;IADpB,IAAA,gBAAM,EAAC,UAAU,CAAC;GACN,QAAQ,CAepB"}
\ No newline at end of file
diff --git a/dist/employees/dto/create-employee.dto.d.ts b/dist/employees/dto/create-employee.dto.d.ts
deleted file mode 100644
index ab2d426d6f0c6659c17d02c4c3942b5f92e035f4..0000000000000000000000000000000000000000
--- a/dist/employees/dto/create-employee.dto.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class CreateEmployeeDto {
-}
diff --git a/dist/employees/dto/create-employee.dto.js b/dist/employees/dto/create-employee.dto.js
deleted file mode 100644
index c877b2422975d378005cd81b487ad0b167035e5d..0000000000000000000000000000000000000000
--- a/dist/employees/dto/create-employee.dto.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateEmployeeDto = void 0;
-class CreateEmployeeDto {
-}
-exports.CreateEmployeeDto = CreateEmployeeDto;
-//# sourceMappingURL=create-employee.dto.js.map
\ No newline at end of file
diff --git a/dist/employees/dto/create-employee.dto.js.map b/dist/employees/dto/create-employee.dto.js.map
deleted file mode 100644
index 50afebafbda595dfa3b7062325444511e935503f..0000000000000000000000000000000000000000
--- a/dist/employees/dto/create-employee.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-employee.dto.js","sourceRoot":"","sources":["../../../src/employees/dto/create-employee.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,iBAAiB;CAAG;AAAjC,8CAAiC"}
\ No newline at end of file
diff --git a/dist/employees/dto/update-employee.dto.d.ts b/dist/employees/dto/update-employee.dto.d.ts
deleted file mode 100644
index 57dbeb4464b3d24580e6863e9eedf101f77761e0..0000000000000000000000000000000000000000
--- a/dist/employees/dto/update-employee.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateEmployeeDto } from './create-employee.dto';
-declare const UpdateEmployeeDto_base: import("@nestjs/common").Type<Partial<CreateEmployeeDto>>;
-export declare class UpdateEmployeeDto extends UpdateEmployeeDto_base {
-}
-export {};
diff --git a/dist/employees/dto/update-employee.dto.js b/dist/employees/dto/update-employee.dto.js
deleted file mode 100644
index c2362359c0bc1df76f95e2e6e845c5b3fe76bfd0..0000000000000000000000000000000000000000
--- a/dist/employees/dto/update-employee.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateEmployeeDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_employee_dto_1 = require("./create-employee.dto");
-class UpdateEmployeeDto extends (0, swagger_1.PartialType)(create_employee_dto_1.CreateEmployeeDto) {
-}
-exports.UpdateEmployeeDto = UpdateEmployeeDto;
-//# sourceMappingURL=update-employee.dto.js.map
\ No newline at end of file
diff --git a/dist/employees/dto/update-employee.dto.js.map b/dist/employees/dto/update-employee.dto.js.map
deleted file mode 100644
index 7d5c1e780f17ee34874301c36f7f9e1e6d402f20..0000000000000000000000000000000000000000
--- a/dist/employees/dto/update-employee.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-employee.dto.js","sourceRoot":"","sources":["../../../src/employees/dto/update-employee.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,+DAA0D;AAE1D,MAAa,iBAAkB,SAAQ,IAAA,qBAAW,EAAC,uCAAiB,CAAC;CAAG;AAAxE,8CAAwE"}
\ No newline at end of file
diff --git a/dist/employees/employees.controller.d.ts b/dist/employees/employees.controller.d.ts
deleted file mode 100644
index e5ca398b63c57758944e227a46cc136832d10925..0000000000000000000000000000000000000000
--- a/dist/employees/employees.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { EmployeesService } from './employees.service';
-import { CreateEmployeeDto } from './dto/create-employee.dto';
-import { UpdateEmployeeDto } from './dto/update-employee.dto';
-export declare class EmployeesController {
-    private readonly employeesService;
-    constructor(employeesService: EmployeesService);
-    create(createEmployeeDto: CreateEmployeeDto): Promise<import("./entities/employee.entity").Employee>;
-    findAll(): Promise<import("./entities/employee.entity").Employee[]>;
-    findOne(id: string): Promise<import("./entities/employee.entity").Employee>;
-    update(id: string, updateEmployeeDto: UpdateEmployeeDto): Promise<import("./entities/employee.entity").Employee>;
-    remove(id: string): Promise<import("typeorm").DeleteResult>;
-}
diff --git a/dist/employees/employees.controller.js b/dist/employees/employees.controller.js
deleted file mode 100644
index 78bb4e9399491f5ef95cc8e8b51a5c8873868f86..0000000000000000000000000000000000000000
--- a/dist/employees/employees.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.EmployeesController = void 0;
-const common_1 = require("@nestjs/common");
-const employees_service_1 = require("./employees.service");
-const create_employee_dto_1 = require("./dto/create-employee.dto");
-const update_employee_dto_1 = require("./dto/update-employee.dto");
-let EmployeesController = class EmployeesController {
-    constructor(employeesService) {
-        this.employeesService = employeesService;
-    }
-    create(createEmployeeDto) {
-        return this.employeesService.create(createEmployeeDto);
-    }
-    findAll() {
-        return this.employeesService.findAll();
-    }
-    findOne(id) {
-        return this.employeesService.findOne(+id);
-    }
-    update(id, updateEmployeeDto) {
-        return this.employeesService.update(+id, updateEmployeeDto);
-    }
-    remove(id) {
-        return this.employeesService.remove(+id);
-    }
-};
-exports.EmployeesController = EmployeesController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_employee_dto_1.CreateEmployeeDto]),
-    __metadata("design:returntype", void 0)
-], EmployeesController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], EmployeesController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], EmployeesController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_employee_dto_1.UpdateEmployeeDto]),
-    __metadata("design:returntype", void 0)
-], EmployeesController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], EmployeesController.prototype, "remove", null);
-exports.EmployeesController = EmployeesController = __decorate([
-    (0, common_1.Controller)('employees'),
-    __metadata("design:paramtypes", [employees_service_1.EmployeesService])
-], EmployeesController);
-//# sourceMappingURL=employees.controller.js.map
\ No newline at end of file
diff --git a/dist/employees/employees.controller.js.map b/dist/employees/employees.controller.js.map
deleted file mode 100644
index a0ca1fcb29088c07120f0d8531439d440848b0b0..0000000000000000000000000000000000000000
--- a/dist/employees/employees.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"employees.controller.js","sourceRoot":"","sources":["../../src/employees/employees.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,2DAAuD;AACvD,mEAA8D;AAC9D,mEAA8D;AAGvD,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAC9B,YAA6B,gBAAkC;QAAlC,qBAAgB,GAAhB,gBAAgB,CAAkB;IAAG,CAAC;IAGnE,MAAM,CAAS,iBAAoC;QACjD,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC;IACzD,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,CAAC;IACzC,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC5C,CAAC;IAGD,MAAM,CACS,EAAU,EACf,iBAAoC;QAE5C,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC9D,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IAC3C,CAAC;CACF,CAAA;AA9BY,kDAAmB;AAI9B;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAoB,uCAAiB;;iDAElD;AAGD;IADC,IAAA,YAAG,GAAE;;;;kDAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;kDAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IAEV,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IACX,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAoB,uCAAiB;;iDAG7C;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;iDAElB;8BA7BU,mBAAmB;IAD/B,IAAA,mBAAU,EAAC,WAAW,CAAC;qCAEyB,oCAAgB;GADpD,mBAAmB,CA8B/B"}
\ No newline at end of file
diff --git a/dist/employees/employees.module.d.ts b/dist/employees/employees.module.d.ts
deleted file mode 100644
index 6c70e1030802c4de29d586cb161d7146af845573..0000000000000000000000000000000000000000
--- a/dist/employees/employees.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class EmployeesModule {
-}
diff --git a/dist/employees/employees.module.js b/dist/employees/employees.module.js
deleted file mode 100644
index 0006ada766a85f1b36ced23cf2d3f0645abf40be..0000000000000000000000000000000000000000
--- a/dist/employees/employees.module.js
+++ /dev/null
@@ -1,25 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.EmployeesModule = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const employees_service_1 = require("./employees.service");
-const employees_controller_1 = require("./employees.controller");
-const employee_entity_1 = require("./entities/employee.entity");
-let EmployeesModule = class EmployeesModule {
-};
-exports.EmployeesModule = EmployeesModule;
-exports.EmployeesModule = EmployeesModule = __decorate([
-    (0, common_1.Module)({
-        imports: [typeorm_1.TypeOrmModule.forFeature([employee_entity_1.Employee])],
-        controllers: [employees_controller_1.EmployeesController],
-        providers: [employees_service_1.EmployeesService],
-    })
-], EmployeesModule);
-//# sourceMappingURL=employees.module.js.map
\ No newline at end of file
diff --git a/dist/employees/employees.module.js.map b/dist/employees/employees.module.js.map
deleted file mode 100644
index 9db92bcedb5e4ca4f5e51f6e9f1cab1a5e20d50f..0000000000000000000000000000000000000000
--- a/dist/employees/employees.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"employees.module.js","sourceRoot":"","sources":["../../src/employees/employees.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,2DAAuD;AACvD,iEAA6D;AAC7D,gEAAsD;AAO/C,IAAM,eAAe,GAArB,MAAM,eAAe;CAAG,CAAA;AAAlB,0CAAe;0BAAf,eAAe;IAL3B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,0BAAQ,CAAC,CAAC,CAAC;QAC/C,WAAW,EAAE,CAAC,0CAAmB,CAAC;QAClC,SAAS,EAAE,CAAC,oCAAgB,CAAC;KAC9B,CAAC;GACW,eAAe,CAAG"}
\ No newline at end of file
diff --git a/dist/employees/employees.service.d.ts b/dist/employees/employees.service.d.ts
deleted file mode 100644
index 520bd45b14c1b23deaf02121f44e614cd149b786..0000000000000000000000000000000000000000
--- a/dist/employees/employees.service.d.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import { Repository } from 'typeorm';
-import { CreateEmployeeDto } from './dto/create-employee.dto';
-import { UpdateEmployeeDto } from './dto/update-employee.dto';
-import { Employee } from './entities/employee.entity';
-export declare class EmployeesService {
-    private readonly employeeRepository;
-    constructor(employeeRepository: Repository<Employee>);
-    create(createEmployeeDto: CreateEmployeeDto): Promise<Employee>;
-    findAll(): Promise<Employee[]>;
-    findOne(id: number): Promise<Employee>;
-    update(id: number, updateEmployeeDto: UpdateEmployeeDto): Promise<Employee>;
-    remove(id: number): Promise<import("typeorm").DeleteResult>;
-}
diff --git a/dist/employees/employees.service.js b/dist/employees/employees.service.js
deleted file mode 100644
index 0023444f4f08d8b077098ac4f32c88436036fa04..0000000000000000000000000000000000000000
--- a/dist/employees/employees.service.js
+++ /dev/null
@@ -1,48 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.EmployeesService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const employee_entity_1 = require("./entities/employee.entity");
-let EmployeesService = class EmployeesService {
-    constructor(employeeRepository) {
-        this.employeeRepository = employeeRepository;
-    }
-    create(createEmployeeDto) {
-        const newEmployee = this.employeeRepository.create(createEmployeeDto);
-        return this.employeeRepository.save(newEmployee);
-    }
-    findAll() {
-        return this.employeeRepository.find();
-    }
-    findOne(id) {
-        return this.employeeRepository.findOneBy({ EmployeeID: id });
-    }
-    async update(id, updateEmployeeDto) {
-        await this.employeeRepository.update(id, updateEmployeeDto);
-        return this.findOne(id);
-    }
-    remove(id) {
-        return this.employeeRepository.delete(id);
-    }
-};
-exports.EmployeesService = EmployeesService;
-exports.EmployeesService = EmployeesService = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(employee_entity_1.Employee)),
-    __metadata("design:paramtypes", [typeorm_2.Repository])
-], EmployeesService);
-//# sourceMappingURL=employees.service.js.map
\ No newline at end of file
diff --git a/dist/employees/employees.service.js.map b/dist/employees/employees.service.js.map
deleted file mode 100644
index 55e60f9bec3dc1335e5317d3261fdc826f3e6d38..0000000000000000000000000000000000000000
--- a/dist/employees/employees.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"employees.service.js","sourceRoot":"","sources":["../../src/employees/employees.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA4C;AAC5C,6CAAmD;AACnD,qCAAqC;AAGrC,gEAAsD;AAG/C,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAC3B,YAEmB,kBAAwC;QAAxC,uBAAkB,GAAlB,kBAAkB,CAAsB;IACxD,CAAC;IAGJ,MAAM,CAAC,iBAAoC;QACzC,MAAM,WAAW,GAAG,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC;QACtE,OAAO,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;IACnD,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,kBAAkB,CAAC,IAAI,EAAE,CAAC;IACxC,CAAC;IAGD,OAAO,CAAC,EAAU;QAChB,OAAO,IAAI,CAAC,kBAAkB,CAAC,SAAS,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/D,CAAC;IAGD,KAAK,CAAC,MAAM,CAAC,EAAU,EAAE,iBAAoC;QAC3D,MAAM,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,EAAE,EAAE,iBAAiB,CAAC,CAAC;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;IAC1B,CAAC;IAGD,MAAM,CAAC,EAAU;QACf,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IAC5C,CAAC;CACF,CAAA;AAhCY,4CAAgB;2BAAhB,gBAAgB;IAD5B,IAAA,mBAAU,GAAE;IAGR,WAAA,IAAA,0BAAgB,EAAC,0BAAQ,CAAC,CAAA;qCACU,oBAAU;GAHtC,gBAAgB,CAgC5B"}
\ No newline at end of file
diff --git a/dist/employees/entities/employee.entity.d.ts b/dist/employees/entities/employee.entity.d.ts
deleted file mode 100644
index 239044e0b5d563eda8e64b3c95085106d57f641e..0000000000000000000000000000000000000000
--- a/dist/employees/entities/employee.entity.d.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import { Queue } from '@/queues/entities/queue.entity';
-export declare class Employee {
-    EmployeeID: number;
-    name: string;
-    gender: string;
-    age: number;
-    mainRole: string;
-    secondRole: string;
-    tel: string;
-    dailyWageRate: number;
-    startDate: Date;
-    image: string;
-    queues: Queue[];
-}
diff --git a/dist/employees/entities/employee.entity.js b/dist/employees/entities/employee.entity.js
deleted file mode 100644
index 74ba55f188dad5dcb0e5ee68fc465fae71afce1d..0000000000000000000000000000000000000000
--- a/dist/employees/entities/employee.entity.js
+++ /dev/null
@@ -1,65 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.Employee = void 0;
-const typeorm_1 = require("typeorm");
-const queue_entity_1 = require("../../queues/entities/queue.entity");
-let Employee = class Employee {
-};
-exports.Employee = Employee;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], Employee.prototype, "EmployeeID", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 255 }),
-    __metadata("design:type", String)
-], Employee.prototype, "name", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 10 }),
-    __metadata("design:type", String)
-], Employee.prototype, "gender", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int' }),
-    __metadata("design:type", Number)
-], Employee.prototype, "age", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 100 }),
-    __metadata("design:type", String)
-], Employee.prototype, "mainRole", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 100, nullable: true }),
-    __metadata("design:type", String)
-], Employee.prototype, "secondRole", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 20 }),
-    __metadata("design:type", String)
-], Employee.prototype, "tel", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int' }),
-    __metadata("design:type", Number)
-], Employee.prototype, "dailyWageRate", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'date' }),
-    __metadata("design:type", Date)
-], Employee.prototype, "startDate", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
-    __metadata("design:type", String)
-], Employee.prototype, "image", void 0);
-__decorate([
-    (0, typeorm_1.ManyToMany)(() => queue_entity_1.Queue, (queue) => queue.employees),
-    __metadata("design:type", Array)
-], Employee.prototype, "queues", void 0);
-exports.Employee = Employee = __decorate([
-    (0, typeorm_1.Entity)('Employee')
-], Employee);
-//# sourceMappingURL=employee.entity.js.map
\ No newline at end of file
diff --git a/dist/employees/entities/employee.entity.js.map b/dist/employees/entities/employee.entity.js.map
deleted file mode 100644
index 62ae75cbd9c73fede27d598cc2d9c9f95cff6f9f..0000000000000000000000000000000000000000
--- a/dist/employees/entities/employee.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"employee.entity.js","sourceRoot":"","sources":["../../../src/employees/entities/employee.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA6E;AAC7E,qEAAuD;AAGhD,IAAM,QAAQ,GAAd,MAAM,QAAQ;CAiCpB,CAAA;AAjCY,4BAAQ;AAEnB;IADC,IAAA,gCAAsB,GAAE;;4CACN;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;sCAC5B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;wCACzB;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;qCACZ;AAGZ;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;0CACxB;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACtC;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;qCAC5B;AAGZ;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;+CACF;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;8BACd,IAAI;2CAAC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uCAC3C;AAGd;IADC,IAAA,oBAAU,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,SAAS,CAAC;;wCACpC;mBAhCL,QAAQ;IADpB,IAAA,gBAAM,EAAC,UAAU,CAAC;GACN,QAAQ,CAiCpB"}
\ No newline at end of file
diff --git a/dist/machine_details/dto/create-machine_detail.dto.d.ts b/dist/machine_details/dto/create-machine_detail.dto.d.ts
deleted file mode 100644
index dae074345a178f6552fcbfed55d991703fc84f7b..0000000000000000000000000000000000000000
--- a/dist/machine_details/dto/create-machine_detail.dto.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class CreateMachineDetailDto {
-}
diff --git a/dist/machine_details/dto/create-machine_detail.dto.js b/dist/machine_details/dto/create-machine_detail.dto.js
deleted file mode 100644
index 9bc542710cea1a461420c7b41b7196e97ddcb501..0000000000000000000000000000000000000000
--- a/dist/machine_details/dto/create-machine_detail.dto.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateMachineDetailDto = void 0;
-class CreateMachineDetailDto {
-}
-exports.CreateMachineDetailDto = CreateMachineDetailDto;
-//# sourceMappingURL=create-machine_detail.dto.js.map
\ No newline at end of file
diff --git a/dist/machine_details/dto/create-machine_detail.dto.js.map b/dist/machine_details/dto/create-machine_detail.dto.js.map
deleted file mode 100644
index ad813d92ad26d46cb93f2e2d582734de5b486921..0000000000000000000000000000000000000000
--- a/dist/machine_details/dto/create-machine_detail.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-machine_detail.dto.js","sourceRoot":"","sources":["../../../src/machine_details/dto/create-machine_detail.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,sBAAsB;CAAG;AAAtC,wDAAsC"}
\ No newline at end of file
diff --git a/dist/machine_details/dto/update-machine_detail.dto.d.ts b/dist/machine_details/dto/update-machine_detail.dto.d.ts
deleted file mode 100644
index 274053981ac5319d069d9a6e51d76e2e232f2a69..0000000000000000000000000000000000000000
--- a/dist/machine_details/dto/update-machine_detail.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateMachineDetailDto } from './create-machine_detail.dto';
-declare const UpdateMachineDetailDto_base: import("@nestjs/common").Type<Partial<CreateMachineDetailDto>>;
-export declare class UpdateMachineDetailDto extends UpdateMachineDetailDto_base {
-}
-export {};
diff --git a/dist/machine_details/dto/update-machine_detail.dto.js b/dist/machine_details/dto/update-machine_detail.dto.js
deleted file mode 100644
index 084263e14a222ff2226adb7b2019ffbfd25209ef..0000000000000000000000000000000000000000
--- a/dist/machine_details/dto/update-machine_detail.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateMachineDetailDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_machine_detail_dto_1 = require("./create-machine_detail.dto");
-class UpdateMachineDetailDto extends (0, swagger_1.PartialType)(create_machine_detail_dto_1.CreateMachineDetailDto) {
-}
-exports.UpdateMachineDetailDto = UpdateMachineDetailDto;
-//# sourceMappingURL=update-machine_detail.dto.js.map
\ No newline at end of file
diff --git a/dist/machine_details/dto/update-machine_detail.dto.js.map b/dist/machine_details/dto/update-machine_detail.dto.js.map
deleted file mode 100644
index 14bb9b04577a2662e7890cfacda0aafe15840377..0000000000000000000000000000000000000000
--- a/dist/machine_details/dto/update-machine_detail.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-machine_detail.dto.js","sourceRoot":"","sources":["../../../src/machine_details/dto/update-machine_detail.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,2EAAqE;AAErE,MAAa,sBAAuB,SAAQ,IAAA,qBAAW,EACrD,kDAAsB,CACvB;CAAG;AAFJ,wDAEI"}
\ No newline at end of file
diff --git a/dist/machine_details/entities/machine_detail.entity.d.ts b/dist/machine_details/entities/machine_detail.entity.d.ts
deleted file mode 100644
index 08d190a1a57cfd3696f2449357c8f802e173c1be..0000000000000000000000000000000000000000
--- a/dist/machine_details/entities/machine_detail.entity.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { Machine } from '@/machines/entities/machine.entity';
-import { Recipe } from '@/recipes/entities/recipe.entity';
-export declare class MachineDetail {
-    MachineDetailID: number;
-    recipes: Recipe[];
-    machine: Machine;
-    outputRate: number;
-    changOver?: number;
-}
diff --git a/dist/machine_details/entities/machine_detail.entity.js b/dist/machine_details/entities/machine_detail.entity.js
deleted file mode 100644
index 2d56cb11c5ab67a1447fbac5065d43bbc5e110bc..0000000000000000000000000000000000000000
--- a/dist/machine_details/entities/machine_detail.entity.js
+++ /dev/null
@@ -1,45 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MachineDetail = void 0;
-const typeorm_1 = require("typeorm");
-const machine_entity_1 = require("../../machines/entities/machine.entity");
-const recipe_entity_1 = require("../../recipes/entities/recipe.entity");
-let MachineDetail = class MachineDetail {
-};
-exports.MachineDetail = MachineDetail;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], MachineDetail.prototype, "MachineDetailID", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => recipe_entity_1.Recipe, (recipe) => recipe.machineDetail),
-    __metadata("design:type", Array)
-], MachineDetail.prototype, "recipes", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => machine_entity_1.Machine, (machine) => machine.machineDetails, {
-        onDelete: 'CASCADE',
-    }),
-    (0, typeorm_1.JoinColumn)({ name: 'MachineID' }),
-    __metadata("design:type", machine_entity_1.Machine)
-], MachineDetail.prototype, "machine", void 0);
-__decorate([
-    (0, typeorm_1.Column)(),
-    __metadata("design:type", Number)
-], MachineDetail.prototype, "outputRate", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'float', nullable: true }),
-    __metadata("design:type", Number)
-], MachineDetail.prototype, "changOver", void 0);
-exports.MachineDetail = MachineDetail = __decorate([
-    (0, typeorm_1.Entity)('Machine_Detail')
-], MachineDetail);
-//# sourceMappingURL=machine_detail.entity.js.map
\ No newline at end of file
diff --git a/dist/machine_details/entities/machine_detail.entity.js.map b/dist/machine_details/entities/machine_detail.entity.js.map
deleted file mode 100644
index 19e7b433a174452245dd3703ad106a116dd55f3e..0000000000000000000000000000000000000000
--- a/dist/machine_details/entities/machine_detail.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"machine_detail.entity.js","sourceRoot":"","sources":["../../../src/machine_details/entities/machine_detail.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAOiB;AACjB,2EAA6D;AAC7D,wEAA0D;AAEnD,IAAM,aAAa,GAAnB,MAAM,aAAa;CAkBzB,CAAA;AAlBY,sCAAa;AAExB;IADC,IAAA,gCAAsB,GAAE;;sDACD;AAGxB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,sBAAM,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,aAAa,CAAC;;8CACxC;AAMlB;IAJC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAO,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,cAAc,EAAE;QAC7D,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BACzB,wBAAO;8CAAC;AAGjB;IADC,IAAA,gBAAM,GAAE;;iDACU;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACvB;wBAjBR,aAAa;IADzB,IAAA,gBAAM,EAAC,gBAAgB,CAAC;GACZ,aAAa,CAkBzB"}
\ No newline at end of file
diff --git a/dist/machine_details/machine_details.controller.d.ts b/dist/machine_details/machine_details.controller.d.ts
deleted file mode 100644
index 6feeafb5854959cb06fa64ea03f7696adcf96ea1..0000000000000000000000000000000000000000
--- a/dist/machine_details/machine_details.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { MachineDetailsService } from './machine_details.service';
-import { CreateMachineDetailDto } from './dto/create-machine_detail.dto';
-import { UpdateMachineDetailDto } from './dto/update-machine_detail.dto';
-export declare class MachineDetailsController {
-    private readonly machineDetailsService;
-    constructor(machineDetailsService: MachineDetailsService);
-    create(createMachineDetailDto: CreateMachineDetailDto): string;
-    findAll(): string;
-    findOne(id: string): string;
-    update(id: string, updateMachineDetailDto: UpdateMachineDetailDto): string;
-    remove(id: string): string;
-}
diff --git a/dist/machine_details/machine_details.controller.js b/dist/machine_details/machine_details.controller.js
deleted file mode 100644
index 7d3b57ee2324afd3ab29fe8cd94b36faedb769d9..0000000000000000000000000000000000000000
--- a/dist/machine_details/machine_details.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MachineDetailsController = void 0;
-const common_1 = require("@nestjs/common");
-const machine_details_service_1 = require("./machine_details.service");
-const create_machine_detail_dto_1 = require("./dto/create-machine_detail.dto");
-const update_machine_detail_dto_1 = require("./dto/update-machine_detail.dto");
-let MachineDetailsController = class MachineDetailsController {
-    constructor(machineDetailsService) {
-        this.machineDetailsService = machineDetailsService;
-    }
-    create(createMachineDetailDto) {
-        return this.machineDetailsService.create(createMachineDetailDto);
-    }
-    findAll() {
-        return this.machineDetailsService.findAll();
-    }
-    findOne(id) {
-        return this.machineDetailsService.findOne(+id);
-    }
-    update(id, updateMachineDetailDto) {
-        return this.machineDetailsService.update(+id, updateMachineDetailDto);
-    }
-    remove(id) {
-        return this.machineDetailsService.remove(+id);
-    }
-};
-exports.MachineDetailsController = MachineDetailsController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_machine_detail_dto_1.CreateMachineDetailDto]),
-    __metadata("design:returntype", void 0)
-], MachineDetailsController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], MachineDetailsController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], MachineDetailsController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_machine_detail_dto_1.UpdateMachineDetailDto]),
-    __metadata("design:returntype", void 0)
-], MachineDetailsController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], MachineDetailsController.prototype, "remove", null);
-exports.MachineDetailsController = MachineDetailsController = __decorate([
-    (0, common_1.Controller)('machine-details'),
-    __metadata("design:paramtypes", [machine_details_service_1.MachineDetailsService])
-], MachineDetailsController);
-//# sourceMappingURL=machine_details.controller.js.map
\ No newline at end of file
diff --git a/dist/machine_details/machine_details.controller.js.map b/dist/machine_details/machine_details.controller.js.map
deleted file mode 100644
index a8c0f86d00e1adb34034c3edef7f3d36143c7053..0000000000000000000000000000000000000000
--- a/dist/machine_details/machine_details.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"machine_details.controller.js","sourceRoot":"","sources":["../../src/machine_details/machine_details.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,uEAAkE;AAClE,+EAAyE;AACzE,+EAAyE;AAGlE,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IACnC,YAA6B,qBAA4C;QAA5C,0BAAqB,GAArB,qBAAqB,CAAuB;IAAG,CAAC;IAG7E,MAAM,CAAS,sBAA8C;QAC3D,OAAO,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC,sBAAsB,CAAC,CAAC;IACnE,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,qBAAqB,CAAC,OAAO,EAAE,CAAC;IAC9C,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IACjD,CAAC;IAGD,MAAM,CACS,EAAU,EACf,sBAA8C;QAEtD,OAAO,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,sBAAsB,CAAC,CAAC;IACxE,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IAChD,CAAC;CACF,CAAA;AA9BY,4DAAwB;AAInC;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAyB,kDAAsB;;sDAE5D;AAGD;IADC,IAAA,YAAG,GAAE;;;;uDAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;uDAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IAEV,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IACX,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAyB,kDAAsB;;sDAGvD;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;sDAElB;mCA7BU,wBAAwB;IADpC,IAAA,mBAAU,EAAC,iBAAiB,CAAC;qCAEwB,+CAAqB;GAD9D,wBAAwB,CA8BpC"}
\ No newline at end of file
diff --git a/dist/machine_details/machine_details.module.d.ts b/dist/machine_details/machine_details.module.d.ts
deleted file mode 100644
index 40871f41edd1ec5b37e314903af469e1b332e352..0000000000000000000000000000000000000000
--- a/dist/machine_details/machine_details.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class MachineDetailsModule {
-}
diff --git a/dist/machine_details/machine_details.module.js b/dist/machine_details/machine_details.module.js
deleted file mode 100644
index b1693b09a805ecc28816547076edff68901cbc3d..0000000000000000000000000000000000000000
--- a/dist/machine_details/machine_details.module.js
+++ /dev/null
@@ -1,22 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MachineDetailsModule = void 0;
-const common_1 = require("@nestjs/common");
-const machine_details_service_1 = require("./machine_details.service");
-const machine_details_controller_1 = require("./machine_details.controller");
-let MachineDetailsModule = class MachineDetailsModule {
-};
-exports.MachineDetailsModule = MachineDetailsModule;
-exports.MachineDetailsModule = MachineDetailsModule = __decorate([
-    (0, common_1.Module)({
-        controllers: [machine_details_controller_1.MachineDetailsController],
-        providers: [machine_details_service_1.MachineDetailsService],
-    })
-], MachineDetailsModule);
-//# sourceMappingURL=machine_details.module.js.map
\ No newline at end of file
diff --git a/dist/machine_details/machine_details.module.js.map b/dist/machine_details/machine_details.module.js.map
deleted file mode 100644
index 6c02e352ac23d5d1d0db9d67a480cafcff0942e9..0000000000000000000000000000000000000000
--- a/dist/machine_details/machine_details.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"machine_details.module.js","sourceRoot":"","sources":["../../src/machine_details/machine_details.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,uEAAkE;AAClE,6EAAwE;AAMjE,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;CAAG,CAAA;AAAvB,oDAAoB;+BAApB,oBAAoB;IAJhC,IAAA,eAAM,EAAC;QACN,WAAW,EAAE,CAAC,qDAAwB,CAAC;QACvC,SAAS,EAAE,CAAC,+CAAqB,CAAC;KACnC,CAAC;GACW,oBAAoB,CAAG"}
\ No newline at end of file
diff --git a/dist/machine_details/machine_details.service.d.ts b/dist/machine_details/machine_details.service.d.ts
deleted file mode 100644
index 7545eca136b3465121ddfb0cfd78200e2d5e5024..0000000000000000000000000000000000000000
--- a/dist/machine_details/machine_details.service.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { CreateMachineDetailDto } from './dto/create-machine_detail.dto';
-import { UpdateMachineDetailDto } from './dto/update-machine_detail.dto';
-export declare class MachineDetailsService {
-    create(createMachineDetailDto: CreateMachineDetailDto): string;
-    findAll(): string;
-    findOne(id: number): string;
-    update(id: number, updateMachineDetailDto: UpdateMachineDetailDto): string;
-    remove(id: number): string;
-}
diff --git a/dist/machine_details/machine_details.service.js b/dist/machine_details/machine_details.service.js
deleted file mode 100644
index 25b6e9d2c419c2eb283d0d6bac1b05c3f978c8d3..0000000000000000000000000000000000000000
--- a/dist/machine_details/machine_details.service.js
+++ /dev/null
@@ -1,32 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MachineDetailsService = void 0;
-const common_1 = require("@nestjs/common");
-let MachineDetailsService = class MachineDetailsService {
-    create(createMachineDetailDto) {
-        return 'This action adds a new machineDetail';
-    }
-    findAll() {
-        return `This action returns all machineDetails`;
-    }
-    findOne(id) {
-        return `This action returns a #${id} machineDetail`;
-    }
-    update(id, updateMachineDetailDto) {
-        return `This action updates a #${id} machineDetail`;
-    }
-    remove(id) {
-        return `This action removes a #${id} machineDetail`;
-    }
-};
-exports.MachineDetailsService = MachineDetailsService;
-exports.MachineDetailsService = MachineDetailsService = __decorate([
-    (0, common_1.Injectable)()
-], MachineDetailsService);
-//# sourceMappingURL=machine_details.service.js.map
\ No newline at end of file
diff --git a/dist/machine_details/machine_details.service.js.map b/dist/machine_details/machine_details.service.js.map
deleted file mode 100644
index 16d23f7568daf629535bfbaaefb6911b95c3ffaa..0000000000000000000000000000000000000000
--- a/dist/machine_details/machine_details.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"machine_details.service.js","sourceRoot":"","sources":["../../src/machine_details/machine_details.service.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA4C;AAKrC,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAChC,MAAM,CAAC,sBAA8C;QACnD,OAAO,sCAAsC,CAAC;IAChD,CAAC;IAED,OAAO;QACL,OAAO,wCAAwC,CAAC;IAClD,CAAC;IAED,OAAO,CAAC,EAAU;QAChB,OAAO,0BAA0B,EAAE,gBAAgB,CAAC;IACtD,CAAC;IAED,MAAM,CAAC,EAAU,EAAE,sBAA8C;QAC/D,OAAO,0BAA0B,EAAE,gBAAgB,CAAC;IACtD,CAAC;IAED,MAAM,CAAC,EAAU;QACf,OAAO,0BAA0B,EAAE,gBAAgB,CAAC;IACtD,CAAC;CACF,CAAA;AApBY,sDAAqB;gCAArB,qBAAqB;IADjC,IAAA,mBAAU,GAAE;GACA,qBAAqB,CAoBjC"}
\ No newline at end of file
diff --git a/dist/machines/dto/create-machine.dto.d.ts b/dist/machines/dto/create-machine.dto.d.ts
deleted file mode 100644
index 4c0b7914edfd1393af8dd0fed3e9328c58489dcb..0000000000000000000000000000000000000000
--- a/dist/machines/dto/create-machine.dto.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class CreateMachineDto {
-}
diff --git a/dist/machines/dto/create-machine.dto.js b/dist/machines/dto/create-machine.dto.js
deleted file mode 100644
index a4df025a0a8a753599b3e58305bb5bd5b502dc62..0000000000000000000000000000000000000000
--- a/dist/machines/dto/create-machine.dto.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateMachineDto = void 0;
-class CreateMachineDto {
-}
-exports.CreateMachineDto = CreateMachineDto;
-//# sourceMappingURL=create-machine.dto.js.map
\ No newline at end of file
diff --git a/dist/machines/dto/create-machine.dto.js.map b/dist/machines/dto/create-machine.dto.js.map
deleted file mode 100644
index d72b3d9197e73c5c58b44ebfd64c6ec6654423ff..0000000000000000000000000000000000000000
--- a/dist/machines/dto/create-machine.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-machine.dto.js","sourceRoot":"","sources":["../../../src/machines/dto/create-machine.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,gBAAgB;CAAG;AAAhC,4CAAgC"}
\ No newline at end of file
diff --git a/dist/machines/dto/update-machine.dto.d.ts b/dist/machines/dto/update-machine.dto.d.ts
deleted file mode 100644
index a7ff8312c22a1ddd828075312567ca9a1089350c..0000000000000000000000000000000000000000
--- a/dist/machines/dto/update-machine.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateMachineDto } from './create-machine.dto';
-declare const UpdateMachineDto_base: import("@nestjs/common").Type<Partial<CreateMachineDto>>;
-export declare class UpdateMachineDto extends UpdateMachineDto_base {
-}
-export {};
diff --git a/dist/machines/dto/update-machine.dto.js b/dist/machines/dto/update-machine.dto.js
deleted file mode 100644
index d3c02f760521fbca0f4acbb7ad5e07f6f00a7a10..0000000000000000000000000000000000000000
--- a/dist/machines/dto/update-machine.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateMachineDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_machine_dto_1 = require("./create-machine.dto");
-class UpdateMachineDto extends (0, swagger_1.PartialType)(create_machine_dto_1.CreateMachineDto) {
-}
-exports.UpdateMachineDto = UpdateMachineDto;
-//# sourceMappingURL=update-machine.dto.js.map
\ No newline at end of file
diff --git a/dist/machines/dto/update-machine.dto.js.map b/dist/machines/dto/update-machine.dto.js.map
deleted file mode 100644
index e08b31b8488c15057b9dafda379621c37e4f26d3..0000000000000000000000000000000000000000
--- a/dist/machines/dto/update-machine.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-machine.dto.js","sourceRoot":"","sources":["../../../src/machines/dto/update-machine.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,6DAAwD;AAExD,MAAa,gBAAiB,SAAQ,IAAA,qBAAW,EAAC,qCAAgB,CAAC;CAAG;AAAtE,4CAAsE"}
\ No newline at end of file
diff --git a/dist/machines/entities/machine.entity.d.ts b/dist/machines/entities/machine.entity.d.ts
deleted file mode 100644
index 19cebde71c4ed852f2a690416f3b5b5e1a0d6368..0000000000000000000000000000000000000000
--- a/dist/machines/entities/machine.entity.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { Queue } from '@/queues/entities/queue.entity';
-import { MachineDetail } from '@/machine_details/entities/machine_detail.entity';
-export declare class Machine {
-    MachineID: number;
-    machineDetails: MachineDetail[];
-    queues: Queue[];
-    name: string;
-    type: string;
-    lastMaintenanceDate: Date;
-    status: 'ACTIVE' | 'INACTIVE' | 'MAINTENANCE';
-    notes?: string;
-}
diff --git a/dist/machines/entities/machine.entity.js b/dist/machines/entities/machine.entity.js
deleted file mode 100644
index e7ea374062c3696fd5f1e1cd6f05f0333d57aeae..0000000000000000000000000000000000000000
--- a/dist/machines/entities/machine.entity.js
+++ /dev/null
@@ -1,54 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.Machine = void 0;
-const typeorm_1 = require("typeorm");
-const queue_entity_1 = require("../../queues/entities/queue.entity");
-const machine_detail_entity_1 = require("../../machine_details/entities/machine_detail.entity");
-let Machine = class Machine {
-};
-exports.Machine = Machine;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], Machine.prototype, "MachineID", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => machine_detail_entity_1.MachineDetail, (machineDetail) => machineDetail.machine),
-    __metadata("design:type", Array)
-], Machine.prototype, "machineDetails", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => queue_entity_1.Queue, (queue) => queue.machine),
-    __metadata("design:type", Array)
-], Machine.prototype, "queues", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 100 }),
-    __metadata("design:type", String)
-], Machine.prototype, "name", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 50 }),
-    __metadata("design:type", String)
-], Machine.prototype, "type", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'date', nullable: true }),
-    __metadata("design:type", Date)
-], Machine.prototype, "lastMaintenanceDate", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'enum', enum: ['ACTIVE', 'INACTIVE', 'MAINTENANCE'] }),
-    __metadata("design:type", String)
-], Machine.prototype, "status", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'text', nullable: true }),
-    __metadata("design:type", String)
-], Machine.prototype, "notes", void 0);
-exports.Machine = Machine = __decorate([
-    (0, typeorm_1.Entity)('Machine')
-], Machine);
-//# sourceMappingURL=machine.entity.js.map
\ No newline at end of file
diff --git a/dist/machines/entities/machine.entity.js.map b/dist/machines/entities/machine.entity.js.map
deleted file mode 100644
index 14b2b9d7c91e5435794407a0fdb935dddb24e175..0000000000000000000000000000000000000000
--- a/dist/machines/entities/machine.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"machine.entity.js","sourceRoot":"","sources":["../../../src/machines/entities/machine.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA4E;AAC5E,qEAAuD;AACvD,gGAAiF;AAE1E,IAAM,OAAO,GAAb,MAAM,OAAO;CAwBnB,CAAA;AAxBY,0BAAO;AAElB;IADC,IAAA,gCAAsB,GAAE;;0CACP;AAGlB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,qCAAa,EAAE,CAAC,aAAa,EAAE,EAAE,CAAC,aAAa,CAAC,OAAO,CAAC;;+CACzC;AAGhC;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC;;uCACjC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;qCAC5B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;qCAC3B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpB,IAAI;oDAAC;AAG1B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,QAAQ,EAAE,UAAU,EAAE,aAAa,CAAC,EAAE,CAAC;;uCACxB;AAG9C;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCAC1B;kBAvBJ,OAAO;IADnB,IAAA,gBAAM,EAAC,SAAS,CAAC;GACL,OAAO,CAwBnB"}
\ No newline at end of file
diff --git a/dist/machines/machines.controller.d.ts b/dist/machines/machines.controller.d.ts
deleted file mode 100644
index ff342f775b00ff45046c2eaa0d284cf5a49fd5f5..0000000000000000000000000000000000000000
--- a/dist/machines/machines.controller.d.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import { MachinesService } from './machines.service';
-import { CreateMachineDto } from './dto/create-machine.dto';
-import { UpdateMachineDto } from './dto/update-machine.dto';
-export declare class MachinesController {
-    private readonly machinesService;
-    constructor(machinesService: MachinesService);
-    create(createMachineDto: CreateMachineDto): string;
-    findAll(): Promise<import("./entities/machine.entity").Machine[]>;
-    findOne(id: string): Promise<import("./entities/machine.entity").Machine>;
-    update(id: string, updateMachineDto: UpdateMachineDto): Promise<import("./entities/machine.entity").Machine>;
-    remove(id: string): Promise<{
-        message: string;
-    }>;
-}
diff --git a/dist/machines/machines.controller.js b/dist/machines/machines.controller.js
deleted file mode 100644
index 38631f72a401527ba817a0d76d8886035c554d01..0000000000000000000000000000000000000000
--- a/dist/machines/machines.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MachinesController = void 0;
-const common_1 = require("@nestjs/common");
-const machines_service_1 = require("./machines.service");
-const create_machine_dto_1 = require("./dto/create-machine.dto");
-const update_machine_dto_1 = require("./dto/update-machine.dto");
-let MachinesController = class MachinesController {
-    constructor(machinesService) {
-        this.machinesService = machinesService;
-    }
-    create(createMachineDto) {
-        return this.machinesService.create(createMachineDto);
-    }
-    findAll() {
-        return this.machinesService.findAll();
-    }
-    findOne(id) {
-        return this.machinesService.findOne(+id);
-    }
-    update(id, updateMachineDto) {
-        return this.machinesService.update(+id, updateMachineDto);
-    }
-    remove(id) {
-        return this.machinesService.remove(+id);
-    }
-};
-exports.MachinesController = MachinesController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_machine_dto_1.CreateMachineDto]),
-    __metadata("design:returntype", void 0)
-], MachinesController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], MachinesController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], MachinesController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_machine_dto_1.UpdateMachineDto]),
-    __metadata("design:returntype", void 0)
-], MachinesController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], MachinesController.prototype, "remove", null);
-exports.MachinesController = MachinesController = __decorate([
-    (0, common_1.Controller)('machines'),
-    __metadata("design:paramtypes", [machines_service_1.MachinesService])
-], MachinesController);
-//# sourceMappingURL=machines.controller.js.map
\ No newline at end of file
diff --git a/dist/machines/machines.controller.js.map b/dist/machines/machines.controller.js.map
deleted file mode 100644
index 201f4dec1da556870b6413063af5cf363e27e9b2..0000000000000000000000000000000000000000
--- a/dist/machines/machines.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"machines.controller.js","sourceRoot":"","sources":["../../src/machines/machines.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,yDAAqD;AACrD,iEAA4D;AAC5D,iEAA4D;AAGrD,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;IAC7B,YAA6B,eAAgC;QAAhC,oBAAe,GAAf,eAAe,CAAiB;IAAG,CAAC;IAGjE,MAAM,CAAS,gBAAkC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;IACvD,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,eAAe,CAAC,OAAO,EAAE,CAAC;IACxC,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC3C,CAAC;IAGD,MAAM,CAAc,EAAU,EAAU,gBAAkC;QACxE,OAAO,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,gBAAgB,CAAC,CAAC;IAC5D,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF,CAAA;AA3BY,gDAAkB;AAI7B;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAmB,qCAAgB;;gDAEhD;AAGD;IADC,IAAA,YAAG,GAAE;;;;iDAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;iDAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IACL,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IAAc,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAmB,qCAAgB;;gDAEzE;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;gDAElB;6BA1BU,kBAAkB;IAD9B,IAAA,mBAAU,EAAC,UAAU,CAAC;qCAEyB,kCAAe;GADlD,kBAAkB,CA2B9B"}
\ No newline at end of file
diff --git a/dist/machines/machines.module.d.ts b/dist/machines/machines.module.d.ts
deleted file mode 100644
index cfcd6bd047604e98dc5085d50e20ed1d72a45554..0000000000000000000000000000000000000000
--- a/dist/machines/machines.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class MachinesModule {
-}
diff --git a/dist/machines/machines.module.js b/dist/machines/machines.module.js
deleted file mode 100644
index 32a1a958d58e768e6ddd7a7904ae8cfe840b8a31..0000000000000000000000000000000000000000
--- a/dist/machines/machines.module.js
+++ /dev/null
@@ -1,26 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MachinesModule = void 0;
-const common_1 = require("@nestjs/common");
-const machines_service_1 = require("./machines.service");
-const machines_controller_1 = require("./machines.controller");
-const typeorm_1 = require("@nestjs/typeorm");
-const machine_entity_1 = require("./entities/machine.entity");
-let MachinesModule = class MachinesModule {
-};
-exports.MachinesModule = MachinesModule;
-exports.MachinesModule = MachinesModule = __decorate([
-    (0, common_1.Module)({
-        imports: [typeorm_1.TypeOrmModule.forFeature([machine_entity_1.Machine])],
-        controllers: [machines_controller_1.MachinesController],
-        providers: [machines_service_1.MachinesService],
-        exports: [machines_service_1.MachinesService],
-    })
-], MachinesModule);
-//# sourceMappingURL=machines.module.js.map
\ No newline at end of file
diff --git a/dist/machines/machines.module.js.map b/dist/machines/machines.module.js.map
deleted file mode 100644
index 20660fc12e6343d4810cd787d75a7af269ac4906..0000000000000000000000000000000000000000
--- a/dist/machines/machines.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"machines.module.js","sourceRoot":"","sources":["../../src/machines/machines.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,yDAAqD;AACrD,+DAA2D;AAC3D,6CAAgD;AAChD,8DAAoD;AAQ7C,IAAM,cAAc,GAApB,MAAM,cAAc;CAAG,CAAA;AAAjB,wCAAc;yBAAd,cAAc;IAN1B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,wBAAO,CAAC,CAAC,CAAC;QAC9C,WAAW,EAAE,CAAC,wCAAkB,CAAC;QACjC,SAAS,EAAE,CAAC,kCAAe,CAAC;QAC5B,OAAO,EAAE,CAAC,kCAAe,CAAC;KAC3B,CAAC;GACW,cAAc,CAAG"}
\ No newline at end of file
diff --git a/dist/machines/machines.service.d.ts b/dist/machines/machines.service.d.ts
deleted file mode 100644
index 6d4c0bfce572379a0f4a1d7456fe7e7e4c2b33ae..0000000000000000000000000000000000000000
--- a/dist/machines/machines.service.d.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-import { CreateMachineDto } from './dto/create-machine.dto';
-import { UpdateMachineDto } from './dto/update-machine.dto';
-import { Repository } from 'typeorm';
-import { Machine } from './entities/machine.entity';
-export declare class MachinesService {
-    private readonly machineRepository;
-    constructor(machineRepository: Repository<Machine>);
-    create(createMachineDto: CreateMachineDto): string;
-    findAll(): Promise<Machine[]>;
-    findOne(id: number): Promise<Machine>;
-    update(id: number, updateMachineDto: UpdateMachineDto): Promise<Machine>;
-    remove(id: number): Promise<{
-        message: string;
-    }>;
-}
diff --git a/dist/machines/machines.service.js b/dist/machines/machines.service.js
deleted file mode 100644
index 074f9672b6fdf13c4a190d3d1340d1200709ccd8..0000000000000000000000000000000000000000
--- a/dist/machines/machines.service.js
+++ /dev/null
@@ -1,69 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MachinesService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const machine_entity_1 = require("./entities/machine.entity");
-let MachinesService = class MachinesService {
-    constructor(machineRepository) {
-        this.machineRepository = machineRepository;
-    }
-    create(createMachineDto) {
-        return 'This action adds a new machine';
-    }
-    async findAll() {
-        return await this.machineRepository.find({
-            relations: [
-                'machineDetails',
-                'machineDetails.recipes',
-                'machineDetails.recipes.ingredients',
-                'machineDetails.recipes.ingredients.material',
-            ],
-        });
-    }
-    async findOne(id) {
-        const machine = await this.machineRepository.findOne({
-            where: { MachineID: id },
-            relations: [
-                'machineDetails',
-                'machineDetails.recipes',
-                'machineDetails.recipes.ingredients',
-                'machineDetails.recipes.ingredients.material',
-            ],
-        });
-        if (!machine) {
-            throw new common_1.NotFoundException(`Machine with ID ${id} not found`);
-        }
-        return machine;
-    }
-    async update(id, updateMachineDto) {
-        const machine = await this.findOne(id);
-        Object.assign(machine, updateMachineDto);
-        return this.machineRepository.save(machine);
-    }
-    async remove(id) {
-        const machine = await this.findOne(id);
-        await this.machineRepository.remove(machine);
-        return { message: `Machine with ID ${id} has been removed` };
-    }
-};
-exports.MachinesService = MachinesService;
-exports.MachinesService = MachinesService = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(machine_entity_1.Machine)),
-    __metadata("design:paramtypes", [typeorm_2.Repository])
-], MachinesService);
-//# sourceMappingURL=machines.service.js.map
\ No newline at end of file
diff --git a/dist/machines/machines.service.js.map b/dist/machines/machines.service.js.map
deleted file mode 100644
index 6538a9560a7b05489c7aef254f2c3d5a43aa2fc7..0000000000000000000000000000000000000000
--- a/dist/machines/machines.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"machines.service.js","sourceRoot":"","sources":["../../src/machines/machines.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA+D;AAG/D,6CAAmD;AACnD,qCAAqC;AACrC,8DAAoD;AAG7C,IAAM,eAAe,GAArB,MAAM,eAAe;IAC1B,YAEmB,iBAAsC;QAAtC,sBAAiB,GAAjB,iBAAiB,CAAqB;IACtD,CAAC;IAEJ,MAAM,CAAC,gBAAkC;QACvC,OAAO,gCAAgC,CAAC;IAC1C,CAAC;IAED,KAAK,CAAC,OAAO;QACX,OAAO,MAAM,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC;YACvC,SAAS,EAAE;gBACT,gBAAgB;gBAChB,wBAAwB;gBACxB,oCAAoC;gBACpC,6CAA6C;aAC9C;SACF,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,OAAO,CAAC,EAAU;QACtB,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC;YACnD,KAAK,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE;YACxB,SAAS,EAAE;gBACT,gBAAgB;gBAChB,wBAAwB;gBACxB,oCAAoC;gBACpC,6CAA6C;aAC9C;SACF,CAAC,CAAC;QACH,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,MAAM,IAAI,0BAAiB,CAAC,mBAAmB,EAAE,YAAY,CAAC,CAAC;QACjE,CAAC;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAGD,KAAK,CAAC,MAAM,CACV,EAAU,EACV,gBAAkC;QAElC,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QACvC,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAC;QACzC,OAAO,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IAGD,KAAK,CAAC,MAAM,CAAC,EAAU;QACrB,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QACvC,MAAM,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAC7C,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,CAAC;IAC/D,CAAC;CACF,CAAA;AArDY,0CAAe;0BAAf,eAAe;IAD3B,IAAA,mBAAU,GAAE;IAGR,WAAA,IAAA,0BAAgB,EAAC,wBAAO,CAAC,CAAA;qCACU,oBAAU;GAHrC,eAAe,CAqD3B"}
\ No newline at end of file
diff --git a/dist/main.d.ts b/dist/main.d.ts
deleted file mode 100644
index cb0ff5c3b541f646105198ee23ac0fc3d805023e..0000000000000000000000000000000000000000
--- a/dist/main.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-export {};
diff --git a/dist/main.js b/dist/main.js
deleted file mode 100644
index c19c3394af8c1970595f76ea57b459d4bad8f685..0000000000000000000000000000000000000000
--- a/dist/main.js
+++ /dev/null
@@ -1,26 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-const core_1 = require("@nestjs/core");
-const swagger_1 = require("@nestjs/swagger");
-const app_module_1 = require("./app.module");
-const common_1 = require("@nestjs/common");
-async function bootstrap() {
-    const app = await core_1.NestFactory.create(app_module_1.AppModule);
-    const config = new swagger_1.DocumentBuilder()
-        .setTitle('Production Planning API')
-        .setDescription('API for managing production schedules, machines, and workforce in a manufacturing system.')
-        .setVersion('1.0')
-        .addTag('production')
-        .addTag('machines')
-        .addTag('orders')
-        .addTag('employees')
-        .build();
-    const document = swagger_1.SwaggerModule.createDocument(app, config);
-    swagger_1.SwaggerModule.setup('api', app, document);
-    app.useGlobalPipes(new common_1.ValidationPipe({ transform: true }));
-    app.enableCors();
-    await app.listen(4000);
-    console.log('✅ NestJS is running on http://localhost:4000');
-}
-bootstrap();
-//# sourceMappingURL=main.js.map
\ No newline at end of file
diff --git a/dist/main.js.map b/dist/main.js.map
deleted file mode 100644
index 24958da1c625ba1811216b1676ac2992886783e4..0000000000000000000000000000000000000000
--- a/dist/main.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"main.js","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":";;AAAA,uCAA2C;AAC3C,6CAAiE;AACjE,6CAAyC;AACzC,2CAAgD;AAGhD,KAAK,UAAU,SAAS;IACtB,MAAM,GAAG,GAAG,MAAM,kBAAW,CAAC,MAAM,CAAC,sBAAS,CAAC,CAAC;IAGhD,MAAM,MAAM,GAAG,IAAI,yBAAe,EAAE;SACjC,QAAQ,CAAC,yBAAyB,CAAC;SACnC,cAAc,CACb,2FAA2F,CAC5F;SACA,UAAU,CAAC,KAAK,CAAC;SACjB,MAAM,CAAC,YAAY,CAAC;SACpB,MAAM,CAAC,UAAU,CAAC;SAClB,MAAM,CAAC,QAAQ,CAAC;SAChB,MAAM,CAAC,WAAW,CAAC;SACnB,KAAK,EAAE,CAAC;IACX,MAAM,QAAQ,GAAG,uBAAa,CAAC,cAAc,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;IAC3D,uBAAa,CAAC,KAAK,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,CAAC,CAAC;IAG1C,GAAG,CAAC,cAAc,CAAC,IAAI,uBAAc,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;IAG5D,GAAG,CAAC,UAAU,EAAE,CAAC;IAkBjB,MAAM,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACvB,OAAO,CAAC,GAAG,CAAC,8CAA8C,CAAC,CAAC;AAE9D,CAAC;AAED,SAAS,EAAE,CAAC"}
\ No newline at end of file
diff --git a/dist/material_restock_order/dto/create-material_restock_order.dto.d.ts b/dist/material_restock_order/dto/create-material_restock_order.dto.d.ts
deleted file mode 100644
index 273960a26d50ab336a5c65b4805f744e50bcea32..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/dto/create-material_restock_order.dto.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class CreateMaterialRestockOrderDto {
-}
diff --git a/dist/material_restock_order/dto/create-material_restock_order.dto.js b/dist/material_restock_order/dto/create-material_restock_order.dto.js
deleted file mode 100644
index dbf8ffe1862ec894447b10e4dcd093f29eeff6bc..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/dto/create-material_restock_order.dto.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateMaterialRestockOrderDto = void 0;
-class CreateMaterialRestockOrderDto {
-}
-exports.CreateMaterialRestockOrderDto = CreateMaterialRestockOrderDto;
-//# sourceMappingURL=create-material_restock_order.dto.js.map
\ No newline at end of file
diff --git a/dist/material_restock_order/dto/create-material_restock_order.dto.js.map b/dist/material_restock_order/dto/create-material_restock_order.dto.js.map
deleted file mode 100644
index 7c725fae157537d86aba0d152bd74a7627cb0792..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/dto/create-material_restock_order.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-material_restock_order.dto.js","sourceRoot":"","sources":["../../../src/material_restock_order/dto/create-material_restock_order.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,6BAA6B;CAAG;AAA7C,sEAA6C"}
\ No newline at end of file
diff --git a/dist/material_restock_order/dto/update-material_restock_order.dto.d.ts b/dist/material_restock_order/dto/update-material_restock_order.dto.d.ts
deleted file mode 100644
index 9f46e8d0c47ed447d8cec284f0d24b390259cfb4..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/dto/update-material_restock_order.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateMaterialRestockOrderDto } from './create-material_restock_order.dto';
-declare const UpdateMaterialRestockOrderDto_base: import("@nestjs/common").Type<Partial<CreateMaterialRestockOrderDto>>;
-export declare class UpdateMaterialRestockOrderDto extends UpdateMaterialRestockOrderDto_base {
-}
-export {};
diff --git a/dist/material_restock_order/dto/update-material_restock_order.dto.js b/dist/material_restock_order/dto/update-material_restock_order.dto.js
deleted file mode 100644
index 4d52c74d933cee1477cdeeaec7597b1311a88485..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/dto/update-material_restock_order.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateMaterialRestockOrderDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_material_restock_order_dto_1 = require("./create-material_restock_order.dto");
-class UpdateMaterialRestockOrderDto extends (0, swagger_1.PartialType)(create_material_restock_order_dto_1.CreateMaterialRestockOrderDto) {
-}
-exports.UpdateMaterialRestockOrderDto = UpdateMaterialRestockOrderDto;
-//# sourceMappingURL=update-material_restock_order.dto.js.map
\ No newline at end of file
diff --git a/dist/material_restock_order/dto/update-material_restock_order.dto.js.map b/dist/material_restock_order/dto/update-material_restock_order.dto.js.map
deleted file mode 100644
index 9235ce62727b2746fa3cadf3fe36f67de7519132..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/dto/update-material_restock_order.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-material_restock_order.dto.js","sourceRoot":"","sources":["../../../src/material_restock_order/dto/update-material_restock_order.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,2FAAoF;AAEpF,MAAa,6BAA8B,SAAQ,IAAA,qBAAW,EAC5D,iEAA6B,CAC9B;CAAG;AAFJ,sEAEI"}
\ No newline at end of file
diff --git a/dist/material_restock_order/entities/material_restock_order.entity.d.ts b/dist/material_restock_order/entities/material_restock_order.entity.d.ts
deleted file mode 100644
index 06efa10d8cad7980a960db631ab0d305f2f19829..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/entities/material_restock_order.entity.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { MaterialStock } from '@/material_stocks/entities/material_stock.entity';
-export declare class MaterialRestockOrder {
-    MaterialRestockOrderID: number;
-    OrderDate: Date;
-    ExpectedDeliveryDate: Date;
-    Status: string;
-    Type: string;
-    materialStocks: MaterialStock[];
-}
diff --git a/dist/material_restock_order/entities/material_restock_order.entity.js b/dist/material_restock_order/entities/material_restock_order.entity.js
deleted file mode 100644
index f35e0bdaa510f0200fe7d08a6820c5e645f24ca5..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/entities/material_restock_order.entity.js
+++ /dev/null
@@ -1,46 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MaterialRestockOrder = void 0;
-const typeorm_1 = require("typeorm");
-const material_stock_entity_1 = require("../../material_stocks/entities/material_stock.entity");
-let MaterialRestockOrder = class MaterialRestockOrder {
-};
-exports.MaterialRestockOrder = MaterialRestockOrder;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], MaterialRestockOrder.prototype, "MaterialRestockOrderID", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'date' }),
-    __metadata("design:type", Date)
-], MaterialRestockOrder.prototype, "OrderDate", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'date', nullable: true }),
-    __metadata("design:type", Date)
-], MaterialRestockOrder.prototype, "ExpectedDeliveryDate", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 50 }),
-    __metadata("design:type", String)
-], MaterialRestockOrder.prototype, "Status", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 50 }),
-    __metadata("design:type", String)
-], MaterialRestockOrder.prototype, "Type", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => material_stock_entity_1.MaterialStock, (materialStock) => materialStock.restockOrder),
-    (0, typeorm_1.JoinColumn)({ name: 'MaterialStockId' }),
-    __metadata("design:type", Array)
-], MaterialRestockOrder.prototype, "materialStocks", void 0);
-exports.MaterialRestockOrder = MaterialRestockOrder = __decorate([
-    (0, typeorm_1.Entity)('Material_Restock_Order')
-], MaterialRestockOrder);
-//# sourceMappingURL=material_restock_order.entity.js.map
\ No newline at end of file
diff --git a/dist/material_restock_order/entities/material_restock_order.entity.js.map b/dist/material_restock_order/entities/material_restock_order.entity.js.map
deleted file mode 100644
index 25afbb7ed12bdf632ce946821bb71d35e59bdbfd..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/entities/material_restock_order.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"material_restock_order.entity.js","sourceRoot":"","sources":["../../../src/material_restock_order/entities/material_restock_order.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAMiB;AACjB,gGAAiF;AAG1E,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;CAmBhC,CAAA;AAnBY,oDAAoB;AAE/B;IADC,IAAA,gCAAsB,GAAE;;oEACM;AAG/B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;8BACd,IAAI;uDAAC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACnB,IAAI;kEAAC;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;oDACzB;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;kDAC3B;AAIb;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,qCAAa,EAAE,CAAC,aAAa,EAAE,EAAE,CAAC,aAAa,CAAC,YAAY,CAAC;IAC7E,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;;4DACR;+BAlBrB,oBAAoB;IADhC,IAAA,gBAAM,EAAC,wBAAwB,CAAC;GACpB,oBAAoB,CAmBhC"}
\ No newline at end of file
diff --git a/dist/material_restock_order/material_restock_order.controller.d.ts b/dist/material_restock_order/material_restock_order.controller.d.ts
deleted file mode 100644
index 17f0c632bdeb28afc9f74276a037126f9bf70410..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/material_restock_order.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { MaterialRestockOrderService } from './material_restock_order.service';
-import { CreateMaterialRestockOrderDto } from './dto/create-material_restock_order.dto';
-import { UpdateMaterialRestockOrderDto } from './dto/update-material_restock_order.dto';
-export declare class MaterialRestockOrderController {
-    private readonly materialRestockOrderService;
-    constructor(materialRestockOrderService: MaterialRestockOrderService);
-    create(createMaterialRestockOrderDto: CreateMaterialRestockOrderDto): string;
-    findAll(): string;
-    findOne(id: string): string;
-    update(id: string, updateMaterialRestockOrderDto: UpdateMaterialRestockOrderDto): string;
-    remove(id: string): string;
-}
diff --git a/dist/material_restock_order/material_restock_order.controller.js b/dist/material_restock_order/material_restock_order.controller.js
deleted file mode 100644
index b79f77bf6f960ac5c66f9554c8d608c7f8135f13..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/material_restock_order.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MaterialRestockOrderController = void 0;
-const common_1 = require("@nestjs/common");
-const material_restock_order_service_1 = require("./material_restock_order.service");
-const create_material_restock_order_dto_1 = require("./dto/create-material_restock_order.dto");
-const update_material_restock_order_dto_1 = require("./dto/update-material_restock_order.dto");
-let MaterialRestockOrderController = class MaterialRestockOrderController {
-    constructor(materialRestockOrderService) {
-        this.materialRestockOrderService = materialRestockOrderService;
-    }
-    create(createMaterialRestockOrderDto) {
-        return this.materialRestockOrderService.create(createMaterialRestockOrderDto);
-    }
-    findAll() {
-        return this.materialRestockOrderService.findAll();
-    }
-    findOne(id) {
-        return this.materialRestockOrderService.findOne(+id);
-    }
-    update(id, updateMaterialRestockOrderDto) {
-        return this.materialRestockOrderService.update(+id, updateMaterialRestockOrderDto);
-    }
-    remove(id) {
-        return this.materialRestockOrderService.remove(+id);
-    }
-};
-exports.MaterialRestockOrderController = MaterialRestockOrderController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_material_restock_order_dto_1.CreateMaterialRestockOrderDto]),
-    __metadata("design:returntype", void 0)
-], MaterialRestockOrderController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], MaterialRestockOrderController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], MaterialRestockOrderController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_material_restock_order_dto_1.UpdateMaterialRestockOrderDto]),
-    __metadata("design:returntype", void 0)
-], MaterialRestockOrderController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], MaterialRestockOrderController.prototype, "remove", null);
-exports.MaterialRestockOrderController = MaterialRestockOrderController = __decorate([
-    (0, common_1.Controller)('material-restock-order'),
-    __metadata("design:paramtypes", [material_restock_order_service_1.MaterialRestockOrderService])
-], MaterialRestockOrderController);
-//# sourceMappingURL=material_restock_order.controller.js.map
\ No newline at end of file
diff --git a/dist/material_restock_order/material_restock_order.controller.js.map b/dist/material_restock_order/material_restock_order.controller.js.map
deleted file mode 100644
index cf9a0934db2db2fd5bc56737e5408cde222e032a..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/material_restock_order.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"material_restock_order.controller.js","sourceRoot":"","sources":["../../src/material_restock_order/material_restock_order.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,qFAA+E;AAC/E,+FAAwF;AACxF,+FAAwF;AAGjF,IAAM,8BAA8B,GAApC,MAAM,8BAA8B;IACzC,YACmB,2BAAwD;QAAxD,gCAA2B,GAA3B,2BAA2B,CAA6B;IACxE,CAAC;IAGJ,MAAM,CAAS,6BAA4D;QACzE,OAAO,IAAI,CAAC,2BAA2B,CAAC,MAAM,CAC5C,6BAA6B,CAC9B,CAAC;IACJ,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,2BAA2B,CAAC,OAAO,EAAE,CAAC;IACpD,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IACvD,CAAC;IAGD,MAAM,CACS,EAAU,EACf,6BAA4D;QAEpE,OAAO,IAAI,CAAC,2BAA2B,CAAC,MAAM,CAC5C,CAAC,EAAE,EACH,6BAA6B,CAC9B,CAAC;IACJ,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,2BAA2B,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IACtD,CAAC;CACF,CAAA;AArCY,wEAA8B;AAMzC;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAgC,iEAA6B;;4DAI1E;AAGD;IADC,IAAA,YAAG,GAAE;;;;6DAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;6DAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IAEV,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IACX,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAgC,iEAA6B;;4DAMrE;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;4DAElB;yCApCU,8BAA8B;IAD1C,IAAA,mBAAU,EAAC,wBAAwB,CAAC;qCAGa,4DAA2B;GAFhE,8BAA8B,CAqC1C"}
\ No newline at end of file
diff --git a/dist/material_restock_order/material_restock_order.module.d.ts b/dist/material_restock_order/material_restock_order.module.d.ts
deleted file mode 100644
index bbd2f7cec311d0aa01730812696b830f8430b994..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/material_restock_order.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class MaterialRestockOrderModule {
-}
diff --git a/dist/material_restock_order/material_restock_order.module.js b/dist/material_restock_order/material_restock_order.module.js
deleted file mode 100644
index 065189813f99141a548bab03cf197062a5fdbe5f..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/material_restock_order.module.js
+++ /dev/null
@@ -1,22 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MaterialRestockOrderModule = void 0;
-const common_1 = require("@nestjs/common");
-const material_restock_order_service_1 = require("./material_restock_order.service");
-const material_restock_order_controller_1 = require("./material_restock_order.controller");
-let MaterialRestockOrderModule = class MaterialRestockOrderModule {
-};
-exports.MaterialRestockOrderModule = MaterialRestockOrderModule;
-exports.MaterialRestockOrderModule = MaterialRestockOrderModule = __decorate([
-    (0, common_1.Module)({
-        controllers: [material_restock_order_controller_1.MaterialRestockOrderController],
-        providers: [material_restock_order_service_1.MaterialRestockOrderService],
-    })
-], MaterialRestockOrderModule);
-//# sourceMappingURL=material_restock_order.module.js.map
\ No newline at end of file
diff --git a/dist/material_restock_order/material_restock_order.module.js.map b/dist/material_restock_order/material_restock_order.module.js.map
deleted file mode 100644
index e658468ee78c5c2ad3a2cb36b5a669b17d69810b..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/material_restock_order.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"material_restock_order.module.js","sourceRoot":"","sources":["../../src/material_restock_order/material_restock_order.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,qFAA+E;AAC/E,2FAAqF;AAM9E,IAAM,0BAA0B,GAAhC,MAAM,0BAA0B;CAAG,CAAA;AAA7B,gEAA0B;qCAA1B,0BAA0B;IAJtC,IAAA,eAAM,EAAC;QACN,WAAW,EAAE,CAAC,kEAA8B,CAAC;QAC7C,SAAS,EAAE,CAAC,4DAA2B,CAAC;KACzC,CAAC;GACW,0BAA0B,CAAG"}
\ No newline at end of file
diff --git a/dist/material_restock_order/material_restock_order.service.d.ts b/dist/material_restock_order/material_restock_order.service.d.ts
deleted file mode 100644
index 678b3e57d7c9628c55460a907a0f4b48bbb24609..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/material_restock_order.service.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { CreateMaterialRestockOrderDto } from './dto/create-material_restock_order.dto';
-import { UpdateMaterialRestockOrderDto } from './dto/update-material_restock_order.dto';
-export declare class MaterialRestockOrderService {
-    create(createMaterialRestockOrderDto: CreateMaterialRestockOrderDto): string;
-    findAll(): string;
-    findOne(id: number): string;
-    update(id: number, updateMaterialRestockOrderDto: UpdateMaterialRestockOrderDto): string;
-    remove(id: number): string;
-}
diff --git a/dist/material_restock_order/material_restock_order.service.js b/dist/material_restock_order/material_restock_order.service.js
deleted file mode 100644
index 3fde6c1eff739f1e72a7b24480340724736831ee..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/material_restock_order.service.js
+++ /dev/null
@@ -1,32 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MaterialRestockOrderService = void 0;
-const common_1 = require("@nestjs/common");
-let MaterialRestockOrderService = class MaterialRestockOrderService {
-    create(createMaterialRestockOrderDto) {
-        return 'This action adds a new materialRestockOrder';
-    }
-    findAll() {
-        return `This action returns all materialRestockOrder`;
-    }
-    findOne(id) {
-        return `This action returns a #${id} materialRestockOrder`;
-    }
-    update(id, updateMaterialRestockOrderDto) {
-        return `This action updates a #${id} materialRestockOrder`;
-    }
-    remove(id) {
-        return `This action removes a #${id} materialRestockOrder`;
-    }
-};
-exports.MaterialRestockOrderService = MaterialRestockOrderService;
-exports.MaterialRestockOrderService = MaterialRestockOrderService = __decorate([
-    (0, common_1.Injectable)()
-], MaterialRestockOrderService);
-//# sourceMappingURL=material_restock_order.service.js.map
\ No newline at end of file
diff --git a/dist/material_restock_order/material_restock_order.service.js.map b/dist/material_restock_order/material_restock_order.service.js.map
deleted file mode 100644
index 6d70b5bfbca272652f59000c3c4f77db64238adf..0000000000000000000000000000000000000000
--- a/dist/material_restock_order/material_restock_order.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"material_restock_order.service.js","sourceRoot":"","sources":["../../src/material_restock_order/material_restock_order.service.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA4C;AAKrC,IAAM,2BAA2B,GAAjC,MAAM,2BAA2B;IACtC,MAAM,CAAC,6BAA4D;QACjE,OAAO,6CAA6C,CAAC;IACvD,CAAC;IAED,OAAO;QACL,OAAO,8CAA8C,CAAC;IACxD,CAAC;IAED,OAAO,CAAC,EAAU;QAChB,OAAO,0BAA0B,EAAE,uBAAuB,CAAC;IAC7D,CAAC;IAED,MAAM,CACJ,EAAU,EACV,6BAA4D;QAE5D,OAAO,0BAA0B,EAAE,uBAAuB,CAAC;IAC7D,CAAC;IAED,MAAM,CAAC,EAAU;QACf,OAAO,0BAA0B,EAAE,uBAAuB,CAAC;IAC7D,CAAC;CACF,CAAA;AAvBY,kEAA2B;sCAA3B,2BAA2B;IADvC,IAAA,mBAAU,GAAE;GACA,2BAA2B,CAuBvC"}
\ No newline at end of file
diff --git a/dist/material_stocks/dto/create-material_stock.dto.d.ts b/dist/material_stocks/dto/create-material_stock.dto.d.ts
deleted file mode 100644
index cc48ae2892ebace30460b59707916f20b51a126a..0000000000000000000000000000000000000000
--- a/dist/material_stocks/dto/create-material_stock.dto.d.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-export declare class CreateMaterialStockDto {
-    materialID: number;
-    materialRestockOrderID: number;
-    QuantityOrdered: number;
-    QuantityReceived?: number;
-    Status: string;
-}
diff --git a/dist/material_stocks/dto/create-material_stock.dto.js b/dist/material_stocks/dto/create-material_stock.dto.js
deleted file mode 100644
index 2d4b408e2df9799594a59873f6c9617b90a9de1d..0000000000000000000000000000000000000000
--- a/dist/material_stocks/dto/create-material_stock.dto.js
+++ /dev/null
@@ -1,38 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateMaterialStockDto = void 0;
-const class_validator_1 = require("class-validator");
-class CreateMaterialStockDto {
-}
-exports.CreateMaterialStockDto = CreateMaterialStockDto;
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateMaterialStockDto.prototype, "materialID", void 0);
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateMaterialStockDto.prototype, "materialRestockOrderID", void 0);
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateMaterialStockDto.prototype, "QuantityOrdered", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateMaterialStockDto.prototype, "QuantityReceived", void 0);
-__decorate([
-    (0, class_validator_1.IsString)(),
-    __metadata("design:type", String)
-], CreateMaterialStockDto.prototype, "Status", void 0);
-//# sourceMappingURL=create-material_stock.dto.js.map
\ No newline at end of file
diff --git a/dist/material_stocks/dto/create-material_stock.dto.js.map b/dist/material_stocks/dto/create-material_stock.dto.js.map
deleted file mode 100644
index 7d8af56ed48091afe34ef270c696df649477a009..0000000000000000000000000000000000000000
--- a/dist/material_stocks/dto/create-material_stock.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-material_stock.dto.js","sourceRoot":"","sources":["../../../src/material_stocks/dto/create-material_stock.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8D;AAE9D,MAAa,sBAAsB;CAgBlC;AAhBD,wDAgBC;AAdC;IADC,IAAA,uBAAK,GAAE;;0DACW;AAGnB;IADC,IAAA,uBAAK,GAAE;;sEACuB;AAG/B;IADC,IAAA,uBAAK,GAAE;;+DACgB;AAIxB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;gEACkB;AAG1B;IADC,IAAA,0BAAQ,GAAE;;sDACI"}
\ No newline at end of file
diff --git a/dist/material_stocks/dto/update-material_stock.dto.d.ts b/dist/material_stocks/dto/update-material_stock.dto.d.ts
deleted file mode 100644
index 7d80c7cf5e633f749f9edb48827d172e4ffe5e12..0000000000000000000000000000000000000000
--- a/dist/material_stocks/dto/update-material_stock.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateMaterialStockDto } from './create-material_stock.dto';
-declare const UpdateMaterialStockDto_base: import("@nestjs/common").Type<Partial<CreateMaterialStockDto>>;
-export declare class UpdateMaterialStockDto extends UpdateMaterialStockDto_base {
-}
-export {};
diff --git a/dist/material_stocks/dto/update-material_stock.dto.js b/dist/material_stocks/dto/update-material_stock.dto.js
deleted file mode 100644
index 8b741e926acb8b268cda941820b0275fc1b72c35..0000000000000000000000000000000000000000
--- a/dist/material_stocks/dto/update-material_stock.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateMaterialStockDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_material_stock_dto_1 = require("./create-material_stock.dto");
-class UpdateMaterialStockDto extends (0, swagger_1.PartialType)(create_material_stock_dto_1.CreateMaterialStockDto) {
-}
-exports.UpdateMaterialStockDto = UpdateMaterialStockDto;
-//# sourceMappingURL=update-material_stock.dto.js.map
\ No newline at end of file
diff --git a/dist/material_stocks/dto/update-material_stock.dto.js.map b/dist/material_stocks/dto/update-material_stock.dto.js.map
deleted file mode 100644
index 55339109d91371d3e46d7e83450e7359668446f6..0000000000000000000000000000000000000000
--- a/dist/material_stocks/dto/update-material_stock.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-material_stock.dto.js","sourceRoot":"","sources":["../../../src/material_stocks/dto/update-material_stock.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,2EAAqE;AAErE,MAAa,sBAAuB,SAAQ,IAAA,qBAAW,EACrD,kDAAsB,CACvB;CAAG;AAFJ,wDAEI"}
\ No newline at end of file
diff --git a/dist/material_stocks/entities/material_stock.entity.d.ts b/dist/material_stocks/entities/material_stock.entity.d.ts
deleted file mode 100644
index 33fb4d15a7ad9ef7f75b2068fb1c8ed2a469e6af..0000000000000000000000000000000000000000
--- a/dist/material_stocks/entities/material_stock.entity.d.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-import { Material } from '@/materials/entities/material.entity';
-import { MaterialRestockOrder } from '@/material_restock_order/entities/material_restock_order.entity';
-export declare class MaterialStock {
-    MaterialID: number;
-    QuantityOrdered: number;
-    QuantityReceived: number;
-    Status: string;
-    material: Material;
-    restockOrder: MaterialRestockOrder;
-}
diff --git a/dist/material_stocks/entities/material_stock.entity.js b/dist/material_stocks/entities/material_stock.entity.js
deleted file mode 100644
index 7830b28d0d5b9e0cc15f89a3cc520e8d339f60e4..0000000000000000000000000000000000000000
--- a/dist/material_stocks/entities/material_stock.entity.js
+++ /dev/null
@@ -1,47 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MaterialStock = void 0;
-const typeorm_1 = require("typeorm");
-const material_entity_1 = require("../../materials/entities/material.entity");
-const material_restock_order_entity_1 = require("../../material_restock_order/entities/material_restock_order.entity");
-let MaterialStock = class MaterialStock {
-};
-exports.MaterialStock = MaterialStock;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], MaterialStock.prototype, "MaterialID", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int' }),
-    __metadata("design:type", Number)
-], MaterialStock.prototype, "QuantityOrdered", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int', default: 0 }),
-    __metadata("design:type", Number)
-], MaterialStock.prototype, "QuantityReceived", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 50 }),
-    __metadata("design:type", String)
-], MaterialStock.prototype, "Status", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => material_entity_1.Material, (material) => material.materialStocks),
-    __metadata("design:type", material_entity_1.Material)
-], MaterialStock.prototype, "material", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => material_restock_order_entity_1.MaterialRestockOrder, (restockOrder) => restockOrder.materialStocks),
-    (0, typeorm_1.JoinColumn)({ name: 'MaterialRestockOrderID' }),
-    __metadata("design:type", material_restock_order_entity_1.MaterialRestockOrder)
-], MaterialStock.prototype, "restockOrder", void 0);
-exports.MaterialStock = MaterialStock = __decorate([
-    (0, typeorm_1.Entity)('Material_Stock')
-], MaterialStock);
-//# sourceMappingURL=material_stock.entity.js.map
\ No newline at end of file
diff --git a/dist/material_stocks/entities/material_stock.entity.js.map b/dist/material_stocks/entities/material_stock.entity.js.map
deleted file mode 100644
index 30ad965409aabb61e27c63fef52bc8972c7988b9..0000000000000000000000000000000000000000
--- a/dist/material_stocks/entities/material_stock.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"material_stock.entity.js","sourceRoot":"","sources":["../../../src/material_stocks/entities/material_stock.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAMiB;AACjB,8EAAgE;AAChE,uHAAuG;AAGhG,IAAM,aAAa,GAAnB,MAAM,aAAa;CAsBzB,CAAA;AAtBY,sCAAa;AAExB;IADC,IAAA,gCAAsB,GAAE;;iDACN;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;sDACA;AAGxB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;uDACX;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;6CACzB;AAGf;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,0BAAQ,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,cAAc,CAAC;8BACvD,0BAAQ;+CAAC;AAOnB;IALC,IAAA,mBAAS,EACR,GAAG,EAAE,CAAC,oDAAoB,EAC1B,CAAC,YAAY,EAAE,EAAE,CAAC,YAAY,CAAC,cAAc,CAC9C;IACA,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,wBAAwB,EAAE,CAAC;8BACjC,oDAAoB;mDAAC;wBArBxB,aAAa;IADzB,IAAA,gBAAM,EAAC,gBAAgB,CAAC;GACZ,aAAa,CAsBzB"}
\ No newline at end of file
diff --git a/dist/material_stocks/material_stocks.controller.d.ts b/dist/material_stocks/material_stocks.controller.d.ts
deleted file mode 100644
index c1167fd270ff60b11bef45872de2198a24f2c7f3..0000000000000000000000000000000000000000
--- a/dist/material_stocks/material_stocks.controller.d.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import { MaterialStocksService } from './material_stocks.service';
-import { CreateMaterialStockDto } from './dto/create-material_stock.dto';
-import { UpdateMaterialStockDto } from './dto/update-material_stock.dto';
-export declare class MaterialStocksController {
-    private readonly materialStocksService;
-    constructor(materialStocksService: MaterialStocksService);
-    create(createMaterialStockDto: CreateMaterialStockDto): Promise<import("./entities/material_stock.entity").MaterialStock>;
-    findAll(): Promise<import("./entities/material_stock.entity").MaterialStock[]>;
-    findOne(id: string): Promise<import("./entities/material_stock.entity").MaterialStock>;
-    update(id: string, updateMaterialStockDto: UpdateMaterialStockDto): Promise<import("./entities/material_stock.entity").MaterialStock & UpdateMaterialStockDto>;
-    remove(id: string): Promise<{
-        message: string;
-    }>;
-}
diff --git a/dist/material_stocks/material_stocks.controller.js b/dist/material_stocks/material_stocks.controller.js
deleted file mode 100644
index 2b009dd2a6ad068345d6c14c97aba5afa38784aa..0000000000000000000000000000000000000000
--- a/dist/material_stocks/material_stocks.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MaterialStocksController = void 0;
-const common_1 = require("@nestjs/common");
-const material_stocks_service_1 = require("./material_stocks.service");
-const create_material_stock_dto_1 = require("./dto/create-material_stock.dto");
-const update_material_stock_dto_1 = require("./dto/update-material_stock.dto");
-let MaterialStocksController = class MaterialStocksController {
-    constructor(materialStocksService) {
-        this.materialStocksService = materialStocksService;
-    }
-    create(createMaterialStockDto) {
-        return this.materialStocksService.create(createMaterialStockDto);
-    }
-    findAll() {
-        return this.materialStocksService.findAll();
-    }
-    findOne(id) {
-        return this.materialStocksService.findOne(+id);
-    }
-    update(id, updateMaterialStockDto) {
-        return this.materialStocksService.update(+id, updateMaterialStockDto);
-    }
-    remove(id) {
-        return this.materialStocksService.remove(+id);
-    }
-};
-exports.MaterialStocksController = MaterialStocksController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_material_stock_dto_1.CreateMaterialStockDto]),
-    __metadata("design:returntype", void 0)
-], MaterialStocksController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], MaterialStocksController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], MaterialStocksController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_material_stock_dto_1.UpdateMaterialStockDto]),
-    __metadata("design:returntype", void 0)
-], MaterialStocksController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], MaterialStocksController.prototype, "remove", null);
-exports.MaterialStocksController = MaterialStocksController = __decorate([
-    (0, common_1.Controller)('material-stocks'),
-    __metadata("design:paramtypes", [material_stocks_service_1.MaterialStocksService])
-], MaterialStocksController);
-//# sourceMappingURL=material_stocks.controller.js.map
\ No newline at end of file
diff --git a/dist/material_stocks/material_stocks.controller.js.map b/dist/material_stocks/material_stocks.controller.js.map
deleted file mode 100644
index d409591b0fce82801ba79563070985253da7b138..0000000000000000000000000000000000000000
--- a/dist/material_stocks/material_stocks.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"material_stocks.controller.js","sourceRoot":"","sources":["../../src/material_stocks/material_stocks.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,uEAAkE;AAClE,+EAAyE;AACzE,+EAAyE;AAGlE,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IACnC,YAA6B,qBAA4C;QAA5C,0BAAqB,GAArB,qBAAqB,CAAuB;IAAG,CAAC;IAG7E,MAAM,CAAS,sBAA8C;QAC3D,OAAO,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC,sBAAsB,CAAC,CAAC;IACnE,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,qBAAqB,CAAC,OAAO,EAAE,CAAC;IAC9C,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IACjD,CAAC;IAGD,MAAM,CACS,EAAU,EACf,sBAA8C;QAEtD,OAAO,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,sBAAsB,CAAC,CAAC;IACxE,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IAChD,CAAC;CACF,CAAA;AA9BY,4DAAwB;AAInC;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAyB,kDAAsB;;sDAE5D;AAGD;IADC,IAAA,YAAG,GAAE;;;;uDAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;uDAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IAEV,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IACX,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAyB,kDAAsB;;sDAGvD;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;sDAElB;mCA7BU,wBAAwB;IADpC,IAAA,mBAAU,EAAC,iBAAiB,CAAC;qCAEwB,+CAAqB;GAD9D,wBAAwB,CA8BpC"}
\ No newline at end of file
diff --git a/dist/material_stocks/material_stocks.module.d.ts b/dist/material_stocks/material_stocks.module.d.ts
deleted file mode 100644
index 2a674fdc8a2718161037517c545a8e8f43f74304..0000000000000000000000000000000000000000
--- a/dist/material_stocks/material_stocks.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class MaterialStocksModule {
-}
diff --git a/dist/material_stocks/material_stocks.module.js b/dist/material_stocks/material_stocks.module.js
deleted file mode 100644
index e1617f1b343f677e814aff19c34d70fbbe090c0e..0000000000000000000000000000000000000000
--- a/dist/material_stocks/material_stocks.module.js
+++ /dev/null
@@ -1,29 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MaterialStocksModule = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const material_stocks_service_1 = require("./material_stocks.service");
-const material_stocks_controller_1 = require("./material_stocks.controller");
-const material_stock_entity_1 = require("./entities/material_stock.entity");
-const material_entity_1 = require("../materials/entities/material.entity");
-const material_restock_order_entity_1 = require("../material_restock_order/entities/material_restock_order.entity");
-let MaterialStocksModule = class MaterialStocksModule {
-};
-exports.MaterialStocksModule = MaterialStocksModule;
-exports.MaterialStocksModule = MaterialStocksModule = __decorate([
-    (0, common_1.Module)({
-        imports: [
-            typeorm_1.TypeOrmModule.forFeature([material_stock_entity_1.MaterialStock, material_entity_1.Material, material_restock_order_entity_1.MaterialRestockOrder]),
-        ],
-        controllers: [material_stocks_controller_1.MaterialStocksController],
-        providers: [material_stocks_service_1.MaterialStocksService],
-    })
-], MaterialStocksModule);
-//# sourceMappingURL=material_stocks.module.js.map
\ No newline at end of file
diff --git a/dist/material_stocks/material_stocks.module.js.map b/dist/material_stocks/material_stocks.module.js.map
deleted file mode 100644
index f2e14272bf753c91cb4c17c9dbfc38d130fca0a6..0000000000000000000000000000000000000000
--- a/dist/material_stocks/material_stocks.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"material_stocks.module.js","sourceRoot":"","sources":["../../src/material_stocks/material_stocks.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,uEAAkE;AAClE,6EAAwE;AACxE,4EAAiE;AACjE,2EAAgE;AAChE,oHAAuG;AAShG,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;CAAG,CAAA;AAAvB,oDAAoB;+BAApB,oBAAoB;IAPhC,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,uBAAa,CAAC,UAAU,CAAC,CAAC,qCAAa,EAAE,0BAAQ,EAAE,oDAAoB,CAAC,CAAC;SAC1E;QACD,WAAW,EAAE,CAAC,qDAAwB,CAAC;QACvC,SAAS,EAAE,CAAC,+CAAqB,CAAC;KACnC,CAAC;GACW,oBAAoB,CAAG"}
\ No newline at end of file
diff --git a/dist/material_stocks/material_stocks.service.d.ts b/dist/material_stocks/material_stocks.service.d.ts
deleted file mode 100644
index 1373ec2deb2a0838ccb261c92f2a9b379b264341..0000000000000000000000000000000000000000
--- a/dist/material_stocks/material_stocks.service.d.ts
+++ /dev/null
@@ -1,19 +0,0 @@
-import { Repository } from 'typeorm';
-import { CreateMaterialStockDto } from './dto/create-material_stock.dto';
-import { UpdateMaterialStockDto } from './dto/update-material_stock.dto';
-import { MaterialStock } from './entities/material_stock.entity';
-import { Material } from '@/materials/entities/material.entity';
-import { MaterialRestockOrder } from '@/material_restock_order/entities/material_restock_order.entity';
-export declare class MaterialStocksService {
-    private readonly materialStockRepo;
-    private readonly materialRepo;
-    private readonly restockOrderRepo;
-    constructor(materialStockRepo: Repository<MaterialStock>, materialRepo: Repository<Material>, restockOrderRepo: Repository<MaterialRestockOrder>);
-    create(createDto: CreateMaterialStockDto): Promise<MaterialStock>;
-    findAll(): Promise<MaterialStock[]>;
-    findOne(id: number): Promise<MaterialStock>;
-    update(id: number, updateDto: UpdateMaterialStockDto): Promise<MaterialStock & UpdateMaterialStockDto>;
-    remove(id: number): Promise<{
-        message: string;
-    }>;
-}
diff --git a/dist/material_stocks/material_stocks.service.js b/dist/material_stocks/material_stocks.service.js
deleted file mode 100644
index 7fedc0b0e9c15de796a8a76b4d96e05bfaa8702b..0000000000000000000000000000000000000000
--- a/dist/material_stocks/material_stocks.service.js
+++ /dev/null
@@ -1,93 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MaterialStocksService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const material_stock_entity_1 = require("./entities/material_stock.entity");
-const material_entity_1 = require("../materials/entities/material.entity");
-const material_restock_order_entity_1 = require("../material_restock_order/entities/material_restock_order.entity");
-let MaterialStocksService = class MaterialStocksService {
-    constructor(materialStockRepo, materialRepo, restockOrderRepo) {
-        this.materialStockRepo = materialStockRepo;
-        this.materialRepo = materialRepo;
-        this.restockOrderRepo = restockOrderRepo;
-    }
-    async create(createDto) {
-        const material = await this.materialRepo.findOne({
-            where: { MaterialID: createDto.materialID },
-        });
-        const restockOrder = await this.restockOrderRepo.findOne({
-            where: { MaterialRestockOrderID: createDto.materialRestockOrderID },
-        });
-        if (!material || !restockOrder) {
-            throw new common_1.NotFoundException('Material or Restock Order not found');
-        }
-        const newStock = this.materialStockRepo.create({
-            QuantityOrdered: createDto.QuantityOrdered,
-            QuantityReceived: createDto.QuantityReceived || 0,
-            Status: createDto.Status,
-            material,
-            restockOrder,
-        });
-        return this.materialStockRepo.save(newStock);
-    }
-    async findAll() {
-        return this.materialStockRepo.find({
-            relations: ['material', 'restockOrder'],
-        });
-    }
-    async findOne(id) {
-        const stock = await this.materialStockRepo.findOne({
-            where: { MaterialID: id },
-            relations: ['material', 'restockOrder'],
-        });
-        if (!stock) {
-            throw new common_1.NotFoundException(`Material stock #${id} not found`);
-        }
-        return stock;
-    }
-    async update(id, updateDto) {
-        const stock = await this.materialStockRepo.findOne({
-            where: { MaterialID: id },
-        });
-        if (!stock) {
-            throw new common_1.NotFoundException(`Material stock #${id} not found`);
-        }
-        const updated = Object.assign(stock, updateDto);
-        return this.materialStockRepo.save(updated);
-    }
-    async remove(id) {
-        const stock = await this.materialStockRepo.findOne({
-            where: { MaterialID: id },
-        });
-        if (!stock) {
-            throw new common_1.NotFoundException(`Material stock #${id} not found`);
-        }
-        await this.materialStockRepo.remove(stock);
-        return { message: `Material stock #${id} removed successfully` };
-    }
-};
-exports.MaterialStocksService = MaterialStocksService;
-exports.MaterialStocksService = MaterialStocksService = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(material_stock_entity_1.MaterialStock)),
-    __param(1, (0, typeorm_1.InjectRepository)(material_entity_1.Material)),
-    __param(2, (0, typeorm_1.InjectRepository)(material_restock_order_entity_1.MaterialRestockOrder)),
-    __metadata("design:paramtypes", [typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository])
-], MaterialStocksService);
-//# sourceMappingURL=material_stocks.service.js.map
\ No newline at end of file
diff --git a/dist/material_stocks/material_stocks.service.js.map b/dist/material_stocks/material_stocks.service.js.map
deleted file mode 100644
index 439a09b4b051365545db0a7e49c0c2a83f4d97eb..0000000000000000000000000000000000000000
--- a/dist/material_stocks/material_stocks.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"material_stocks.service.js","sourceRoot":"","sources":["../../src/material_stocks/material_stocks.service.ts"],"names":[],"mappings":"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"}
\ No newline at end of file
diff --git a/dist/materials/dto/create-material.dto.d.ts b/dist/materials/dto/create-material.dto.d.ts
deleted file mode 100644
index c106a0bcd251cb80bface69e18b519e46782a1ed..0000000000000000000000000000000000000000
--- a/dist/materials/dto/create-material.dto.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class CreateMaterialDto {
-}
diff --git a/dist/materials/dto/create-material.dto.js b/dist/materials/dto/create-material.dto.js
deleted file mode 100644
index cc8119b5288062705a3a5e6c7f1ddbe93d42b0b1..0000000000000000000000000000000000000000
--- a/dist/materials/dto/create-material.dto.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateMaterialDto = void 0;
-class CreateMaterialDto {
-}
-exports.CreateMaterialDto = CreateMaterialDto;
-//# sourceMappingURL=create-material.dto.js.map
\ No newline at end of file
diff --git a/dist/materials/dto/create-material.dto.js.map b/dist/materials/dto/create-material.dto.js.map
deleted file mode 100644
index 267c82dbd2b57d9246cde10c305dfd17bb0bef08..0000000000000000000000000000000000000000
--- a/dist/materials/dto/create-material.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-material.dto.js","sourceRoot":"","sources":["../../../src/materials/dto/create-material.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,iBAAiB;CAAG;AAAjC,8CAAiC"}
\ No newline at end of file
diff --git a/dist/materials/dto/update-material.dto.d.ts b/dist/materials/dto/update-material.dto.d.ts
deleted file mode 100644
index 670e6bd60a76794629ef0539145a6abed1e3cd27..0000000000000000000000000000000000000000
--- a/dist/materials/dto/update-material.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateMaterialDto } from './create-material.dto';
-declare const UpdateMaterialDto_base: import("@nestjs/common").Type<Partial<CreateMaterialDto>>;
-export declare class UpdateMaterialDto extends UpdateMaterialDto_base {
-}
-export {};
diff --git a/dist/materials/dto/update-material.dto.js b/dist/materials/dto/update-material.dto.js
deleted file mode 100644
index 5c0b24b3c4bd227dd74a14baf31a3cf875c11eb3..0000000000000000000000000000000000000000
--- a/dist/materials/dto/update-material.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateMaterialDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_material_dto_1 = require("./create-material.dto");
-class UpdateMaterialDto extends (0, swagger_1.PartialType)(create_material_dto_1.CreateMaterialDto) {
-}
-exports.UpdateMaterialDto = UpdateMaterialDto;
-//# sourceMappingURL=update-material.dto.js.map
\ No newline at end of file
diff --git a/dist/materials/dto/update-material.dto.js.map b/dist/materials/dto/update-material.dto.js.map
deleted file mode 100644
index 9cb591ecf52ce3fab7f1731a46efe2eb49f3ec30..0000000000000000000000000000000000000000
--- a/dist/materials/dto/update-material.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-material.dto.js","sourceRoot":"","sources":["../../../src/materials/dto/update-material.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,+DAA0D;AAE1D,MAAa,iBAAkB,SAAQ,IAAA,qBAAW,EAAC,uCAAiB,CAAC;CAAG;AAAxE,8CAAwE"}
\ No newline at end of file
diff --git a/dist/materials/entities/material.entity.d.ts b/dist/materials/entities/material.entity.d.ts
deleted file mode 100644
index 9717a6723ef0005f8ecfd7a40ece62787aed1314..0000000000000000000000000000000000000000
--- a/dist/materials/entities/material.entity.d.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-import { MaterialStock } from '@/material_stocks/entities/material_stock.entity';
-import { RecipeIngredient } from '@/recipe_ingredients/entities/recipe_ingredient.entity';
-export declare class Material {
-    MaterialID: number;
-    name: string;
-    size: string;
-    brand: string;
-    quantityInStock: number;
-    lowStockLevel: number;
-    status: string;
-    ReorderLevel: number;
-    unit: string;
-    pricePerUnit: number;
-    LastUpdate: Date;
-    materialStocks: MaterialStock[];
-    recipeIngredients: RecipeIngredient[];
-}
diff --git a/dist/materials/entities/material.entity.js b/dist/materials/entities/material.entity.js
deleted file mode 100644
index 23bbd68688d0f7a141234edc5b2dc81a29239cf7..0000000000000000000000000000000000000000
--- a/dist/materials/entities/material.entity.js
+++ /dev/null
@@ -1,74 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.Material = void 0;
-const typeorm_1 = require("typeorm");
-const material_stock_entity_1 = require("../../material_stocks/entities/material_stock.entity");
-const recipe_ingredient_entity_1 = require("../../recipe_ingredients/entities/recipe_ingredient.entity");
-let Material = class Material {
-};
-exports.Material = Material;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], Material.prototype, "MaterialID", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 255 }),
-    __metadata("design:type", String)
-], Material.prototype, "name", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'text', nullable: true }),
-    __metadata("design:type", String)
-], Material.prototype, "size", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'text', nullable: true }),
-    __metadata("design:type", String)
-], Material.prototype, "brand", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int', default: 0 }),
-    __metadata("design:type", Number)
-], Material.prototype, "quantityInStock", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int', default: 0 }),
-    __metadata("design:type", Number)
-], Material.prototype, "lowStockLevel", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', nullable: true, default: 'ปกติ' }),
-    __metadata("design:type", String)
-], Material.prototype, "status", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int', default: 0 }),
-    __metadata("design:type", Number)
-], Material.prototype, "ReorderLevel", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 50 }),
-    __metadata("design:type", String)
-], Material.prototype, "unit", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'decimal', precision: 10, scale: 2 }),
-    __metadata("design:type", Number)
-], Material.prototype, "pricePerUnit", void 0);
-__decorate([
-    (0, typeorm_1.UpdateDateColumn)(),
-    __metadata("design:type", Date)
-], Material.prototype, "LastUpdate", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => material_stock_entity_1.MaterialStock, (materialStock) => materialStock.material),
-    __metadata("design:type", Array)
-], Material.prototype, "materialStocks", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => recipe_ingredient_entity_1.RecipeIngredient, (recipeIngredient) => recipeIngredient.material),
-    __metadata("design:type", Array)
-], Material.prototype, "recipeIngredients", void 0);
-exports.Material = Material = __decorate([
-    (0, typeorm_1.Entity)('Material')
-], Material);
-//# sourceMappingURL=material.entity.js.map
\ No newline at end of file
diff --git a/dist/materials/entities/material.entity.js.map b/dist/materials/entities/material.entity.js.map
deleted file mode 100644
index 6b84917aee449cbb87d7e6243959263cb194877a..0000000000000000000000000000000000000000
--- a/dist/materials/entities/material.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"material.entity.js","sourceRoot":"","sources":["../../../src/materials/entities/material.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAMiB;AACjB,gGAAiF;AACjF,yGAA0F;AAGnF,IAAM,QAAQ,GAAd,MAAM,QAAQ;CA0CpB,CAAA;AA1CY,4BAAQ;AAEnB;IADC,IAAA,gCAAsB,GAAE;;4CACN;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;sCAC5B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCAC5B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uCAC3B;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;iDACZ;AAGxB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;+CACd;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC;;wCAC9C;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;8CACf;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;sCAC3B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;;8CAChC;AAGrB;IADC,IAAA,0BAAgB,GAAE;8BACP,IAAI;4CAAC;AAGjB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,qCAAa,EAAE,CAAC,aAAa,EAAE,EAAE,CAAC,aAAa,CAAC,QAAQ,CAAC;;gDAC1C;AAMhC;IAJC,IAAA,mBAAS,EACR,GAAG,EAAE,CAAC,2CAAgB,EACtB,CAAC,gBAAgB,EAAE,EAAE,CAAC,gBAAgB,CAAC,QAAQ,CAChD;;mDACqC;mBAzC3B,QAAQ;IADpB,IAAA,gBAAM,EAAC,UAAU,CAAC;GACN,QAAQ,CA0CpB"}
\ No newline at end of file
diff --git a/dist/materials/materials.controller.d.ts b/dist/materials/materials.controller.d.ts
deleted file mode 100644
index 1d0bf93d2e00e9bee8982c95874ac1c8965afc68..0000000000000000000000000000000000000000
--- a/dist/materials/materials.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { MaterialsService } from './materials.service';
-import { CreateMaterialDto } from './dto/create-material.dto';
-import { UpdateMaterialDto } from './dto/update-material.dto';
-export declare class MaterialsController {
-    private readonly materialsService;
-    constructor(materialsService: MaterialsService);
-    create(createMaterialDto: CreateMaterialDto): Promise<import("./entities/material.entity").Material>;
-    findAll(): Promise<import("./entities/material.entity").Material[]>;
-    findOne(id: string): Promise<import("./entities/material.entity").Material>;
-    update(id: string, updateMaterialDto: UpdateMaterialDto): Promise<import("./entities/material.entity").Material>;
-    remove(id: string): Promise<import("typeorm").DeleteResult>;
-}
diff --git a/dist/materials/materials.controller.js b/dist/materials/materials.controller.js
deleted file mode 100644
index ccc3a8c043b63fd5cc4cb012bb24c43636311b6e..0000000000000000000000000000000000000000
--- a/dist/materials/materials.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MaterialsController = void 0;
-const common_1 = require("@nestjs/common");
-const materials_service_1 = require("./materials.service");
-const create_material_dto_1 = require("./dto/create-material.dto");
-const update_material_dto_1 = require("./dto/update-material.dto");
-let MaterialsController = class MaterialsController {
-    constructor(materialsService) {
-        this.materialsService = materialsService;
-    }
-    create(createMaterialDto) {
-        return this.materialsService.create(createMaterialDto);
-    }
-    findAll() {
-        return this.materialsService.findAll();
-    }
-    findOne(id) {
-        return this.materialsService.findOne(+id);
-    }
-    update(id, updateMaterialDto) {
-        return this.materialsService.update(+id, updateMaterialDto);
-    }
-    remove(id) {
-        return this.materialsService.remove(+id);
-    }
-};
-exports.MaterialsController = MaterialsController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_material_dto_1.CreateMaterialDto]),
-    __metadata("design:returntype", void 0)
-], MaterialsController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], MaterialsController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], MaterialsController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_material_dto_1.UpdateMaterialDto]),
-    __metadata("design:returntype", void 0)
-], MaterialsController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], MaterialsController.prototype, "remove", null);
-exports.MaterialsController = MaterialsController = __decorate([
-    (0, common_1.Controller)('materials'),
-    __metadata("design:paramtypes", [materials_service_1.MaterialsService])
-], MaterialsController);
-//# sourceMappingURL=materials.controller.js.map
\ No newline at end of file
diff --git a/dist/materials/materials.controller.js.map b/dist/materials/materials.controller.js.map
deleted file mode 100644
index 32f08712a59e7e66364bf645b2f96a29dffbdc04..0000000000000000000000000000000000000000
--- a/dist/materials/materials.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"materials.controller.js","sourceRoot":"","sources":["../../src/materials/materials.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,2DAAuD;AACvD,mEAA8D;AAC9D,mEAA8D;AAGvD,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAC9B,YAA6B,gBAAkC;QAAlC,qBAAgB,GAAhB,gBAAgB,CAAkB;IAAG,CAAC;IAGnE,MAAM,CAAS,iBAAoC;QACjD,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC;IACzD,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,CAAC;IACzC,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC5C,CAAC;IAGD,MAAM,CACS,EAAU,EACf,iBAAoC;QAE5C,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC9D,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IAC3C,CAAC;CACF,CAAA;AA9BY,kDAAmB;AAI9B;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAoB,uCAAiB;;iDAElD;AAGD;IADC,IAAA,YAAG,GAAE;;;;kDAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;kDAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IAEV,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IACX,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAoB,uCAAiB;;iDAG7C;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;iDAElB;8BA7BU,mBAAmB;IAD/B,IAAA,mBAAU,EAAC,WAAW,CAAC;qCAEyB,oCAAgB;GADpD,mBAAmB,CA8B/B"}
\ No newline at end of file
diff --git a/dist/materials/materials.module.d.ts b/dist/materials/materials.module.d.ts
deleted file mode 100644
index 18937fde99e2534c73919bcac9e46b49679bca06..0000000000000000000000000000000000000000
--- a/dist/materials/materials.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class MaterialsModule {
-}
diff --git a/dist/materials/materials.module.js b/dist/materials/materials.module.js
deleted file mode 100644
index dd807dc0ba61e53107402bf143d7ffbc5cb2740d..0000000000000000000000000000000000000000
--- a/dist/materials/materials.module.js
+++ /dev/null
@@ -1,27 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MaterialsModule = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const materials_service_1 = require("./materials.service");
-const materials_controller_1 = require("./materials.controller");
-const material_entity_1 = require("./entities/material.entity");
-const material_stock_entity_1 = require("../material_stocks/entities/material_stock.entity");
-let MaterialsModule = class MaterialsModule {
-};
-exports.MaterialsModule = MaterialsModule;
-exports.MaterialsModule = MaterialsModule = __decorate([
-    (0, common_1.Module)({
-        imports: [typeorm_1.TypeOrmModule.forFeature([material_entity_1.Material, material_stock_entity_1.MaterialStock])],
-        controllers: [materials_controller_1.MaterialsController],
-        providers: [materials_service_1.MaterialsService],
-        exports: [materials_service_1.MaterialsService],
-    })
-], MaterialsModule);
-//# sourceMappingURL=materials.module.js.map
\ No newline at end of file
diff --git a/dist/materials/materials.module.js.map b/dist/materials/materials.module.js.map
deleted file mode 100644
index 4dd8712d92767ffac90222c5a26b3f951ace5137..0000000000000000000000000000000000000000
--- a/dist/materials/materials.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"materials.module.js","sourceRoot":"","sources":["../../src/materials/materials.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,2DAAuD;AACvD,iEAA6D;AAC7D,gEAAsD;AACtD,6FAAiF;AAQ1E,IAAM,eAAe,GAArB,MAAM,eAAe;CAAG,CAAA;AAAlB,0CAAe;0BAAf,eAAe;IAN3B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,0BAAQ,EAAE,qCAAa,CAAC,CAAC,CAAC;QAC9D,WAAW,EAAE,CAAC,0CAAmB,CAAC;QAClC,SAAS,EAAE,CAAC,oCAAgB,CAAC;QAC7B,OAAO,EAAE,CAAC,oCAAgB,CAAC;KAC5B,CAAC;GACW,eAAe,CAAG"}
\ No newline at end of file
diff --git a/dist/materials/materials.service.d.ts b/dist/materials/materials.service.d.ts
deleted file mode 100644
index d1a0a78471618bd38959edd4b4eea5903284a0ce..0000000000000000000000000000000000000000
--- a/dist/materials/materials.service.d.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-import { Repository } from 'typeorm';
-import { Material } from './entities/material.entity';
-import { MaterialStock } from '@/material_stocks/entities/material_stock.entity';
-import { CreateMaterialDto } from './dto/create-material.dto';
-import { UpdateMaterialDto } from './dto/update-material.dto';
-export declare class MaterialsService {
-    private readonly materialRepository;
-    private readonly materialStockRepository;
-    constructor(materialRepository: Repository<Material>, materialStockRepository: Repository<MaterialStock>);
-    create(createMaterialDto: CreateMaterialDto): Promise<Material>;
-    findAll(): Promise<Material[]>;
-    findOne(id: number): Promise<Material>;
-    update(id: number, updateMaterialDto: UpdateMaterialDto): Promise<Material>;
-    remove(id: number): Promise<import("typeorm").DeleteResult>;
-}
diff --git a/dist/materials/materials.service.js b/dist/materials/materials.service.js
deleted file mode 100644
index 19700b3ade308db0f432f6808c68fed702fa0ed0..0000000000000000000000000000000000000000
--- a/dist/materials/materials.service.js
+++ /dev/null
@@ -1,55 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.MaterialsService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const material_entity_1 = require("./entities/material.entity");
-const material_stock_entity_1 = require("../material_stocks/entities/material_stock.entity");
-let MaterialsService = class MaterialsService {
-    constructor(materialRepository, materialStockRepository) {
-        this.materialRepository = materialRepository;
-        this.materialStockRepository = materialStockRepository;
-    }
-    async create(createMaterialDto) {
-        const material = this.materialRepository.create(createMaterialDto);
-        return await this.materialRepository.save(material);
-    }
-    async findAll() {
-        return await this.materialRepository.find();
-    }
-    async findOne(id) {
-        return await this.materialRepository.findOne({
-            where: { MaterialID: id },
-            relations: ['materialStocks'],
-        });
-    }
-    async update(id, updateMaterialDto) {
-        await this.materialRepository.update(id, updateMaterialDto);
-        return await this.findOne(id);
-    }
-    async remove(id) {
-        return await this.materialRepository.delete(id);
-    }
-};
-exports.MaterialsService = MaterialsService;
-exports.MaterialsService = MaterialsService = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(material_entity_1.Material)),
-    __param(1, (0, typeorm_1.InjectRepository)(material_stock_entity_1.MaterialStock)),
-    __metadata("design:paramtypes", [typeorm_2.Repository,
-        typeorm_2.Repository])
-], MaterialsService);
-//# sourceMappingURL=materials.service.js.map
\ No newline at end of file
diff --git a/dist/materials/materials.service.js.map b/dist/materials/materials.service.js.map
deleted file mode 100644
index 267cb9927e5c15e1032a28ff589aaedf964f96e4..0000000000000000000000000000000000000000
--- a/dist/materials/materials.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"materials.service.js","sourceRoot":"","sources":["../../src/materials/materials.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA4C;AAC5C,6CAAmD;AACnD,qCAAqC;AACrC,gEAAsD;AACtD,6FAAiF;AAK1E,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAC3B,YAEmB,kBAAwC,EAGxC,uBAAkD;QAHlD,uBAAkB,GAAlB,kBAAkB,CAAsB;QAGxC,4BAAuB,GAAvB,uBAAuB,CAA2B;IAClE,CAAC;IAEJ,KAAK,CAAC,MAAM,CAAC,iBAAoC;QAC/C,MAAM,QAAQ,GAAG,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC;QACnE,OAAO,MAAM,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACtD,CAAC;IAED,KAAK,CAAC,OAAO;QACX,OAAO,MAAM,IAAI,CAAC,kBAAkB,CAAC,IAAI,EAAE,CAAC;IAC9C,CAAC;IAED,KAAK,CAAC,OAAO,CAAC,EAAU;QACtB,OAAO,MAAM,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC;YAC3C,KAAK,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE;YACzB,SAAS,EAAE,CAAC,gBAAgB,CAAC;SAC9B,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,EAAU,EAAE,iBAAoC;QAC3D,MAAM,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,EAAE,EAAE,iBAAiB,CAAC,CAAC;QAC5D,OAAO,MAAM,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;IAChC,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,EAAU;QACrB,OAAO,MAAM,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IAClD,CAAC;CACF,CAAA;AAjCY,4CAAgB;2BAAhB,gBAAgB;IAD5B,IAAA,mBAAU,GAAE;IAGR,WAAA,IAAA,0BAAgB,EAAC,0BAAQ,CAAC,CAAA;IAG1B,WAAA,IAAA,0BAAgB,EAAC,qCAAa,CAAC,CAAA;qCAFK,oBAAU;QAGL,oBAAU;GAN3C,gBAAgB,CAiC5B"}
\ No newline at end of file
diff --git a/dist/order_details/dto/create-order_detail.dto.d.ts b/dist/order_details/dto/create-order_detail.dto.d.ts
deleted file mode 100644
index 89adc18a72de1b344d302c95b392a1644ad7a3b8..0000000000000000000000000000000000000000
--- a/dist/order_details/dto/create-order_detail.dto.d.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-export declare class CreateOrderDetailDto {
-    orderID?: number;
-    status?: string;
-    totalPrice?: number;
-    productID: number;
-    quantity: number;
-    pricePerUnit: number;
-}
diff --git a/dist/order_details/dto/create-order_detail.dto.js b/dist/order_details/dto/create-order_detail.dto.js
deleted file mode 100644
index 851f4058986873ce5e5de5855253913f0f728a01..0000000000000000000000000000000000000000
--- a/dist/order_details/dto/create-order_detail.dto.js
+++ /dev/null
@@ -1,44 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateOrderDetailDto = void 0;
-const class_validator_1 = require("class-validator");
-class CreateOrderDetailDto {
-}
-exports.CreateOrderDetailDto = CreateOrderDetailDto;
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateOrderDetailDto.prototype, "orderID", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsString)(),
-    __metadata("design:type", String)
-], CreateOrderDetailDto.prototype, "status", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateOrderDetailDto.prototype, "totalPrice", void 0);
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateOrderDetailDto.prototype, "productID", void 0);
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateOrderDetailDto.prototype, "quantity", void 0);
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateOrderDetailDto.prototype, "pricePerUnit", void 0);
-//# sourceMappingURL=create-order_detail.dto.js.map
\ No newline at end of file
diff --git a/dist/order_details/dto/create-order_detail.dto.js.map b/dist/order_details/dto/create-order_detail.dto.js.map
deleted file mode 100644
index 90b4914b878f463540747d02d589f3ff77d4ea50..0000000000000000000000000000000000000000
--- a/dist/order_details/dto/create-order_detail.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-order_detail.dto.js","sourceRoot":"","sources":["../../../src/order_details/dto/create-order_detail.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8D;AAE9D,MAAa,oBAAoB;CAqBhC;AArBD,oDAqBC;AAlBC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;qDACS;AAIjB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACK;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;wDACY;AAGpB;IADC,IAAA,uBAAK,GAAE;;uDACU;AAGlB;IADC,IAAA,uBAAK,GAAE;;sDACS;AAGjB;IADC,IAAA,uBAAK,GAAE;;0DACa"}
\ No newline at end of file
diff --git a/dist/order_details/dto/update-order_detail.dto.d.ts b/dist/order_details/dto/update-order_detail.dto.d.ts
deleted file mode 100644
index 897e46db364534e52d4b85a07478fd739eff4dae..0000000000000000000000000000000000000000
--- a/dist/order_details/dto/update-order_detail.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateOrderDetailDto } from './create-order_detail.dto';
-declare const UpdateOrderDetailDto_base: import("@nestjs/common").Type<Partial<CreateOrderDetailDto>>;
-export declare class UpdateOrderDetailDto extends UpdateOrderDetailDto_base {
-}
-export {};
diff --git a/dist/order_details/dto/update-order_detail.dto.js b/dist/order_details/dto/update-order_detail.dto.js
deleted file mode 100644
index 615224dc6a289effd1079c9f0f611192b999df2a..0000000000000000000000000000000000000000
--- a/dist/order_details/dto/update-order_detail.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateOrderDetailDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_order_detail_dto_1 = require("./create-order_detail.dto");
-class UpdateOrderDetailDto extends (0, swagger_1.PartialType)(create_order_detail_dto_1.CreateOrderDetailDto) {
-}
-exports.UpdateOrderDetailDto = UpdateOrderDetailDto;
-//# sourceMappingURL=update-order_detail.dto.js.map
\ No newline at end of file
diff --git a/dist/order_details/dto/update-order_detail.dto.js.map b/dist/order_details/dto/update-order_detail.dto.js.map
deleted file mode 100644
index d8af74bf0b5382eaef03a4d95a8975073678ca2a..0000000000000000000000000000000000000000
--- a/dist/order_details/dto/update-order_detail.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-order_detail.dto.js","sourceRoot":"","sources":["../../../src/order_details/dto/update-order_detail.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,uEAAiE;AAEjE,MAAa,oBAAqB,SAAQ,IAAA,qBAAW,EAAC,8CAAoB,CAAC;CAAG;AAA9E,oDAA8E"}
\ No newline at end of file
diff --git a/dist/order_details/entities/order_detail.entity.d.ts b/dist/order_details/entities/order_detail.entity.d.ts
deleted file mode 100644
index d5d91c5f9e4451d55677156ca5399a1fb16ce0da..0000000000000000000000000000000000000000
--- a/dist/order_details/entities/order_detail.entity.d.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { Order } from '@/orders/entities/order.entity';
-import { Product } from '@/products/entities/product.entity';
-export declare class OrderDetail {
-    OrderDetailID: number;
-    order: Order;
-    product: Product;
-    status: string;
-    pricePerUnit: number;
-    totalPrice: number;
-    quantity: number;
-}
diff --git a/dist/order_details/entities/order_detail.entity.js b/dist/order_details/entities/order_detail.entity.js
deleted file mode 100644
index f25d9fb9524bb25581386bc0baf93f050bfec809..0000000000000000000000000000000000000000
--- a/dist/order_details/entities/order_detail.entity.js
+++ /dev/null
@@ -1,52 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.OrderDetail = void 0;
-const order_entity_1 = require("../../orders/entities/order.entity");
-const product_entity_1 = require("../../products/entities/product.entity");
-const typeorm_1 = require("typeorm");
-let OrderDetail = class OrderDetail {
-};
-exports.OrderDetail = OrderDetail;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], OrderDetail.prototype, "OrderDetailID", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => order_entity_1.Order, (order) => order.orderDetails, { eager: true }),
-    (0, typeorm_1.JoinColumn)({ name: 'OrderID' }),
-    __metadata("design:type", order_entity_1.Order)
-], OrderDetail.prototype, "order", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => product_entity_1.Product, (product) => product.orderDetails, { eager: true }),
-    (0, typeorm_1.JoinColumn)({ name: 'ProductID' }),
-    __metadata("design:type", product_entity_1.Product)
-], OrderDetail.prototype, "product", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 255, default: 'กำลังรอ' }),
-    __metadata("design:type", String)
-], OrderDetail.prototype, "status", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int' }),
-    __metadata("design:type", Number)
-], OrderDetail.prototype, "pricePerUnit", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int' }),
-    __metadata("design:type", Number)
-], OrderDetail.prototype, "totalPrice", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int' }),
-    __metadata("design:type", Number)
-], OrderDetail.prototype, "quantity", void 0);
-exports.OrderDetail = OrderDetail = __decorate([
-    (0, typeorm_1.Entity)('Order_Detail')
-], OrderDetail);
-//# sourceMappingURL=order_detail.entity.js.map
\ No newline at end of file
diff --git a/dist/order_details/entities/order_detail.entity.js.map b/dist/order_details/entities/order_detail.entity.js.map
deleted file mode 100644
index 4f42590b6e2e78865372134116a7b7ea78d575ba..0000000000000000000000000000000000000000
--- a/dist/order_details/entities/order_detail.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"order_detail.entity.js","sourceRoot":"","sources":["../../../src/order_details/entities/order_detail.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qEAAuD;AACvD,2EAA6D;AAC7D,qCAMiB;AAGV,IAAM,WAAW,GAAjB,MAAM,WAAW;CAuBvB,CAAA;AAvBY,kCAAW;AAEtB;IADC,IAAA,gCAAsB,GAAE;;kDACH;AAItB;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;IACtE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BACzB,oBAAK;0CAAC;AAIb;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAO,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;IAC5E,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BACzB,wBAAO;4CAAC;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC;;2CAC9C;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;iDACH;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;+CACL;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;6CACP;sBAtBN,WAAW;IADvB,IAAA,gBAAM,EAAC,cAAc,CAAC;GACV,WAAW,CAuBvB"}
\ No newline at end of file
diff --git a/dist/order_details/order_details.controller.d.ts b/dist/order_details/order_details.controller.d.ts
deleted file mode 100644
index 385425d0bd73fa020c723889d6e5006c6a80cb89..0000000000000000000000000000000000000000
--- a/dist/order_details/order_details.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { OrderDetailsService } from './order_details.service';
-import { CreateOrderDetailDto } from './dto/create-order_detail.dto';
-import { UpdateOrderDetailDto } from './dto/update-order_detail.dto';
-export declare class OrderDetailsController {
-    private readonly orderDetailsService;
-    constructor(orderDetailsService: OrderDetailsService);
-    create(createOrderDetailDto: CreateOrderDetailDto): string;
-    findAll(): string;
-    findOne(id: string): string;
-    update(id: string, updateOrderDetailDto: UpdateOrderDetailDto): string;
-    remove(id: string): string;
-}
diff --git a/dist/order_details/order_details.controller.js b/dist/order_details/order_details.controller.js
deleted file mode 100644
index f0fcc702291c39ad849114d8074e74f02486d3c9..0000000000000000000000000000000000000000
--- a/dist/order_details/order_details.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.OrderDetailsController = void 0;
-const common_1 = require("@nestjs/common");
-const order_details_service_1 = require("./order_details.service");
-const create_order_detail_dto_1 = require("./dto/create-order_detail.dto");
-const update_order_detail_dto_1 = require("./dto/update-order_detail.dto");
-let OrderDetailsController = class OrderDetailsController {
-    constructor(orderDetailsService) {
-        this.orderDetailsService = orderDetailsService;
-    }
-    create(createOrderDetailDto) {
-        return this.orderDetailsService.create(createOrderDetailDto);
-    }
-    findAll() {
-        return this.orderDetailsService.findAll();
-    }
-    findOne(id) {
-        return this.orderDetailsService.findOne(+id);
-    }
-    update(id, updateOrderDetailDto) {
-        return this.orderDetailsService.update(+id, updateOrderDetailDto);
-    }
-    remove(id) {
-        return this.orderDetailsService.remove(+id);
-    }
-};
-exports.OrderDetailsController = OrderDetailsController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_order_detail_dto_1.CreateOrderDetailDto]),
-    __metadata("design:returntype", void 0)
-], OrderDetailsController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], OrderDetailsController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], OrderDetailsController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_order_detail_dto_1.UpdateOrderDetailDto]),
-    __metadata("design:returntype", void 0)
-], OrderDetailsController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], OrderDetailsController.prototype, "remove", null);
-exports.OrderDetailsController = OrderDetailsController = __decorate([
-    (0, common_1.Controller)('order-details'),
-    __metadata("design:paramtypes", [order_details_service_1.OrderDetailsService])
-], OrderDetailsController);
-//# sourceMappingURL=order_details.controller.js.map
\ No newline at end of file
diff --git a/dist/order_details/order_details.controller.js.map b/dist/order_details/order_details.controller.js.map
deleted file mode 100644
index bc2f9a1d30608cc3e92ae1410b9b2567ad6cb97b..0000000000000000000000000000000000000000
--- a/dist/order_details/order_details.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"order_details.controller.js","sourceRoot":"","sources":["../../src/order_details/order_details.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,mEAA8D;AAC9D,2EAAqE;AACrE,2EAAqE;AAG9D,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IACjC,YAA6B,mBAAwC;QAAxC,wBAAmB,GAAnB,mBAAmB,CAAqB;IAAG,CAAC;IAGzE,MAAM,CAAS,oBAA0C;QACvD,OAAO,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;IAC/D,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,mBAAmB,CAAC,OAAO,EAAE,CAAC;IAC5C,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC/C,CAAC;IAGD,MAAM,CACS,EAAU,EACf,oBAA0C;QAElD,OAAO,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,oBAAoB,CAAC,CAAC;IACpE,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IAC9C,CAAC;CACF,CAAA;AA9BY,wDAAsB;AAIjC;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAuB,8CAAoB;;oDAExD;AAGD;IADC,IAAA,YAAG,GAAE;;;;qDAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;qDAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IAEV,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IACX,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAuB,8CAAoB;;oDAGnD;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;oDAElB;iCA7BU,sBAAsB;IADlC,IAAA,mBAAU,EAAC,eAAe,CAAC;qCAEwB,2CAAmB;GAD1D,sBAAsB,CA8BlC"}
\ No newline at end of file
diff --git a/dist/order_details/order_details.module.d.ts b/dist/order_details/order_details.module.d.ts
deleted file mode 100644
index 3edbc36c7154b36ea7513ca54acbb173febc4866..0000000000000000000000000000000000000000
--- a/dist/order_details/order_details.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class OrderDetailsModule {
-}
diff --git a/dist/order_details/order_details.module.js b/dist/order_details/order_details.module.js
deleted file mode 100644
index 685fb84cc1506c1cf76e2ee0d234f1dae10a24f2..0000000000000000000000000000000000000000
--- a/dist/order_details/order_details.module.js
+++ /dev/null
@@ -1,22 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.OrderDetailsModule = void 0;
-const common_1 = require("@nestjs/common");
-const order_details_service_1 = require("./order_details.service");
-const order_details_controller_1 = require("./order_details.controller");
-let OrderDetailsModule = class OrderDetailsModule {
-};
-exports.OrderDetailsModule = OrderDetailsModule;
-exports.OrderDetailsModule = OrderDetailsModule = __decorate([
-    (0, common_1.Module)({
-        controllers: [order_details_controller_1.OrderDetailsController],
-        providers: [order_details_service_1.OrderDetailsService],
-    })
-], OrderDetailsModule);
-//# sourceMappingURL=order_details.module.js.map
\ No newline at end of file
diff --git a/dist/order_details/order_details.module.js.map b/dist/order_details/order_details.module.js.map
deleted file mode 100644
index 34accd99a91f127eda64e3d4275dcce7d415bf17..0000000000000000000000000000000000000000
--- a/dist/order_details/order_details.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"order_details.module.js","sourceRoot":"","sources":["../../src/order_details/order_details.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,mEAA8D;AAC9D,yEAAoE;AAM7D,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;CAAG,CAAA;AAArB,gDAAkB;6BAAlB,kBAAkB;IAJ9B,IAAA,eAAM,EAAC;QACN,WAAW,EAAE,CAAC,iDAAsB,CAAC;QACrC,SAAS,EAAE,CAAC,2CAAmB,CAAC;KACjC,CAAC;GACW,kBAAkB,CAAG"}
\ No newline at end of file
diff --git a/dist/order_details/order_details.service.d.ts b/dist/order_details/order_details.service.d.ts
deleted file mode 100644
index 370afeba2fa2aa82e9790590e9f14190c703d1ac..0000000000000000000000000000000000000000
--- a/dist/order_details/order_details.service.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { CreateOrderDetailDto } from './dto/create-order_detail.dto';
-import { UpdateOrderDetailDto } from './dto/update-order_detail.dto';
-export declare class OrderDetailsService {
-    create(createOrderDetailDto: CreateOrderDetailDto): string;
-    findAll(): string;
-    findOne(id: number): string;
-    update(id: number, updateOrderDetailDto: UpdateOrderDetailDto): string;
-    remove(id: number): string;
-}
diff --git a/dist/order_details/order_details.service.js b/dist/order_details/order_details.service.js
deleted file mode 100644
index 92a290f363013f0042eb6961c9aa3ef06b7f653a..0000000000000000000000000000000000000000
--- a/dist/order_details/order_details.service.js
+++ /dev/null
@@ -1,32 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.OrderDetailsService = void 0;
-const common_1 = require("@nestjs/common");
-let OrderDetailsService = class OrderDetailsService {
-    create(createOrderDetailDto) {
-        return 'This action adds a new orderDetail';
-    }
-    findAll() {
-        return `This action returns all orderDetails`;
-    }
-    findOne(id) {
-        return `This action returns a #${id} orderDetail`;
-    }
-    update(id, updateOrderDetailDto) {
-        return `This action updates a #${id} orderDetail`;
-    }
-    remove(id) {
-        return `This action removes a #${id} orderDetail`;
-    }
-};
-exports.OrderDetailsService = OrderDetailsService;
-exports.OrderDetailsService = OrderDetailsService = __decorate([
-    (0, common_1.Injectable)()
-], OrderDetailsService);
-//# sourceMappingURL=order_details.service.js.map
\ No newline at end of file
diff --git a/dist/order_details/order_details.service.js.map b/dist/order_details/order_details.service.js.map
deleted file mode 100644
index c05a42434e21fabe4188078820067ab0d5f03941..0000000000000000000000000000000000000000
--- a/dist/order_details/order_details.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"order_details.service.js","sourceRoot":"","sources":["../../src/order_details/order_details.service.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA4C;AAKrC,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAC9B,MAAM,CAAC,oBAA0C;QAC/C,OAAO,oCAAoC,CAAC;IAC9C,CAAC;IAED,OAAO;QACL,OAAO,sCAAsC,CAAC;IAChD,CAAC;IAED,OAAO,CAAC,EAAU;QAChB,OAAO,0BAA0B,EAAE,cAAc,CAAC;IACpD,CAAC;IAED,MAAM,CAAC,EAAU,EAAE,oBAA0C;QAC3D,OAAO,0BAA0B,EAAE,cAAc,CAAC;IACpD,CAAC;IAED,MAAM,CAAC,EAAU;QACf,OAAO,0BAA0B,EAAE,cAAc,CAAC;IACpD,CAAC;CACF,CAAA;AApBY,kDAAmB;8BAAnB,mBAAmB;IAD/B,IAAA,mBAAU,GAAE;GACA,mBAAmB,CAoB/B"}
\ No newline at end of file
diff --git a/dist/orderpiorities/dto/create-orderpiority.dto.d.ts b/dist/orderpiorities/dto/create-orderpiority.dto.d.ts
deleted file mode 100644
index 28f2ec539d65f0a7ecfd03a7abe1962982452748..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/dto/create-orderpiority.dto.d.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-export declare class CreateOrderpiorityDto {
-    orderID: number;
-    priority?: number;
-}
-export declare class UpdateOrderPriorityItemDto {
-    id: number;
-    priority?: number;
-}
-export declare class BatchUpdateManyOrderPriorityDto {
-    configs: UpdateOrderPriorityItemDto[];
-}
diff --git a/dist/orderpiorities/dto/create-orderpiority.dto.js b/dist/orderpiorities/dto/create-orderpiority.dto.js
deleted file mode 100644
index d59ef24c08e2eb0e1699a22587cde29eb9a1974d..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/dto/create-orderpiority.dto.js
+++ /dev/null
@@ -1,48 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.BatchUpdateManyOrderPriorityDto = exports.UpdateOrderPriorityItemDto = exports.CreateOrderpiorityDto = void 0;
-const class_transformer_1 = require("class-transformer");
-const class_validator_1 = require("class-validator");
-class CreateOrderpiorityDto {
-}
-exports.CreateOrderpiorityDto = CreateOrderpiorityDto;
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateOrderpiorityDto.prototype, "orderID", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateOrderpiorityDto.prototype, "priority", void 0);
-class UpdateOrderPriorityItemDto {
-}
-exports.UpdateOrderPriorityItemDto = UpdateOrderPriorityItemDto;
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], UpdateOrderPriorityItemDto.prototype, "id", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], UpdateOrderPriorityItemDto.prototype, "priority", void 0);
-class BatchUpdateManyOrderPriorityDto {
-}
-exports.BatchUpdateManyOrderPriorityDto = BatchUpdateManyOrderPriorityDto;
-__decorate([
-    (0, class_validator_1.IsArray)(),
-    (0, class_validator_1.ValidateNested)({ each: true }),
-    (0, class_transformer_1.Type)(() => UpdateOrderPriorityItemDto),
-    __metadata("design:type", Array)
-], BatchUpdateManyOrderPriorityDto.prototype, "configs", void 0);
-//# sourceMappingURL=create-orderpiority.dto.js.map
\ No newline at end of file
diff --git a/dist/orderpiorities/dto/create-orderpiority.dto.js.map b/dist/orderpiorities/dto/create-orderpiority.dto.js.map
deleted file mode 100644
index 3ad104041f28fab000e0e4a5f935f9737777b10c..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/dto/create-orderpiority.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-orderpiority.dto.js","sourceRoot":"","sources":["../../../src/orderpiorities/dto/create-orderpiority.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAA6E;AAE7E,MAAa,qBAAqB;CAOjC;AAPD,sDAOC;AALC;IADC,IAAA,uBAAK,GAAE;;sDACQ;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;uDACU;AAGpB,MAAa,0BAA0B;CAOtC;AAPD,gEAOC;AALC;IADC,IAAA,uBAAK,GAAE;;sDACG;AAIX;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4DACU;AAGpB,MAAa,+BAA+B;CAK3C;AALD,0EAKC;AADC;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAA0B,CAAC;;gEACD"}
\ No newline at end of file
diff --git a/dist/orderpiorities/dto/update-orderpiority.dto.d.ts b/dist/orderpiorities/dto/update-orderpiority.dto.d.ts
deleted file mode 100644
index b1eed6a6c4e09340d23c18b9ef4ec727ae4a188f..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/dto/update-orderpiority.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateOrderpiorityDto } from './create-orderpiority.dto';
-declare const UpdateOrderpiorityDto_base: import("@nestjs/common").Type<Partial<CreateOrderpiorityDto>>;
-export declare class UpdateOrderpiorityDto extends UpdateOrderpiorityDto_base {
-}
-export {};
diff --git a/dist/orderpiorities/dto/update-orderpiority.dto.js b/dist/orderpiorities/dto/update-orderpiority.dto.js
deleted file mode 100644
index 7e33717b52f0be88a6cf6e6f1eb0c9f01143a7a8..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/dto/update-orderpiority.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateOrderpiorityDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_orderpiority_dto_1 = require("./create-orderpiority.dto");
-class UpdateOrderpiorityDto extends (0, swagger_1.PartialType)(create_orderpiority_dto_1.CreateOrderpiorityDto) {
-}
-exports.UpdateOrderpiorityDto = UpdateOrderpiorityDto;
-//# sourceMappingURL=update-orderpiority.dto.js.map
\ No newline at end of file
diff --git a/dist/orderpiorities/dto/update-orderpiority.dto.js.map b/dist/orderpiorities/dto/update-orderpiority.dto.js.map
deleted file mode 100644
index d25717845ae37e560bd6f1ded638986dcc0d1a50..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/dto/update-orderpiority.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-orderpiority.dto.js","sourceRoot":"","sources":["../../../src/orderpiorities/dto/update-orderpiority.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,uEAAkE;AAElE,MAAa,qBAAsB,SAAQ,IAAA,qBAAW,EAAC,+CAAqB,CAAC;CAAG;AAAhF,sDAAgF"}
\ No newline at end of file
diff --git a/dist/orderpiorities/entities/orderpiority.entity.d.ts b/dist/orderpiorities/entities/orderpiority.entity.d.ts
deleted file mode 100644
index bcbdb420bb9fb6fee40ed66e18ead93f50168efa..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/entities/orderpiority.entity.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import { Order } from '@/orders/entities/order.entity';
-export declare class OrderPriority {
-    orderPriorityID: number;
-    order: Order;
-    priority: number;
-}
diff --git a/dist/orderpiorities/entities/orderpiority.entity.js b/dist/orderpiorities/entities/orderpiority.entity.js
deleted file mode 100644
index 7b3f67acf4675565ea20445e7426628b9722e534..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/entities/orderpiority.entity.js
+++ /dev/null
@@ -1,36 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.OrderPriority = void 0;
-const typeorm_1 = require("typeorm");
-const order_entity_1 = require("../../orders/entities/order.entity");
-let OrderPriority = class OrderPriority {
-};
-exports.OrderPriority = OrderPriority;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], OrderPriority.prototype, "orderPriorityID", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => order_entity_1.Order, (order) => order.orderPriorities, {
-        onDelete: 'CASCADE',
-    }),
-    (0, typeorm_1.JoinColumn)({ name: 'OrderID' }),
-    __metadata("design:type", order_entity_1.Order)
-], OrderPriority.prototype, "order", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ name: 'Priority', type: 'int' }),
-    __metadata("design:type", Number)
-], OrderPriority.prototype, "priority", void 0);
-exports.OrderPriority = OrderPriority = __decorate([
-    (0, typeorm_1.Entity)('OrderPriority')
-], OrderPriority);
-//# sourceMappingURL=orderpiority.entity.js.map
\ No newline at end of file
diff --git a/dist/orderpiorities/entities/orderpiority.entity.js.map b/dist/orderpiorities/entities/orderpiority.entity.js.map
deleted file mode 100644
index 54f17e0aab259be03df656191b377c33037c810b..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/entities/orderpiority.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"orderpiority.entity.js","sourceRoot":"","sources":["../../../src/orderpiorities/entities/orderpiority.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAMiB;AACjB,qEAAuD;AAGhD,IAAM,aAAa,GAAnB,MAAM,aAAa;CAYzB,CAAA;AAZY,sCAAa;AAExB;IADC,IAAA,gCAAsB,GAAE;;sDACD;AAMxB;IAJC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,eAAe,EAAE;QACxD,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BACzB,oBAAK;4CAAC;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;+CACzB;wBAXN,aAAa;IADzB,IAAA,gBAAM,EAAC,eAAe,CAAC;GACX,aAAa,CAYzB"}
\ No newline at end of file
diff --git a/dist/orderpiorities/orderpiorities.controller.d.ts b/dist/orderpiorities/orderpiorities.controller.d.ts
deleted file mode 100644
index b0bfdbf7786cb4cce8f85545d2a179cd1702d871..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/orderpiorities.controller.d.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import { OrderpioritiesService } from './orderpiorities.service';
-import { CreateOrderpiorityDto } from './dto/create-orderpiority.dto';
-import { UpdateOrderpiorityDto } from './dto/update-orderpiority.dto';
-import { BatchUpdateManyOrderPriorityDto } from './dto/create-orderpiority.dto';
-export declare class OrderpioritiesController {
-    private readonly orderpioritiesService;
-    constructor(orderpioritiesService: OrderpioritiesService);
-    createOrUpdate(dto: CreateOrderpiorityDto): Promise<any>;
-    updateMany(body: BatchUpdateManyOrderPriorityDto): Promise<any>;
-    find(orderId?: string): Promise<import("./entities/orderpiority.entity").OrderPriority[]>;
-    findOne(id: string): Promise<import("./entities/orderpiority.entity").OrderPriority>;
-    update(id: string, dto: UpdateOrderpiorityDto): Promise<import("./entities/orderpiority.entity").OrderPriority>;
-    remove(id: string): Promise<import("./entities/orderpiority.entity").OrderPriority>;
-}
diff --git a/dist/orderpiorities/orderpiorities.controller.js b/dist/orderpiorities/orderpiorities.controller.js
deleted file mode 100644
index 1244513878c14fa8f558539b489601ab663ddfa0..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/orderpiorities.controller.js
+++ /dev/null
@@ -1,93 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.OrderpioritiesController = void 0;
-const common_1 = require("@nestjs/common");
-const orderpiorities_service_1 = require("./orderpiorities.service");
-const create_orderpiority_dto_1 = require("./dto/create-orderpiority.dto");
-const update_orderpiority_dto_1 = require("./dto/update-orderpiority.dto");
-const create_orderpiority_dto_2 = require("./dto/create-orderpiority.dto");
-let OrderpioritiesController = class OrderpioritiesController {
-    constructor(orderpioritiesService) {
-        this.orderpioritiesService = orderpioritiesService;
-    }
-    createOrUpdate(dto) {
-        return this.orderpioritiesService.createOrUpdate(dto);
-    }
-    updateMany(body) {
-        return this.orderpioritiesService.updateMany(body);
-    }
-    async find(orderId) {
-        const parsedOrderId = orderId && !isNaN(+orderId) ? parseInt(orderId, 10) : undefined;
-        return await this.orderpioritiesService.findWithOptionalFilters(parsedOrderId);
-    }
-    findOne(id) {
-        return this.orderpioritiesService.findOne(+id);
-    }
-    update(id, dto) {
-        return this.orderpioritiesService.update(+id, dto);
-    }
-    remove(id) {
-        return this.orderpioritiesService.remove(+id);
-    }
-};
-exports.OrderpioritiesController = OrderpioritiesController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_orderpiority_dto_1.CreateOrderpiorityDto]),
-    __metadata("design:returntype", void 0)
-], OrderpioritiesController.prototype, "createOrUpdate", null);
-__decorate([
-    (0, common_1.Patch)('batch'),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_orderpiority_dto_2.BatchUpdateManyOrderPriorityDto]),
-    __metadata("design:returntype", void 0)
-], OrderpioritiesController.prototype, "updateMany", null);
-__decorate([
-    (0, common_1.Get)(),
-    __param(0, (0, common_1.Query)('orderId')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", Promise)
-], OrderpioritiesController.prototype, "find", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], OrderpioritiesController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_orderpiority_dto_1.UpdateOrderpiorityDto]),
-    __metadata("design:returntype", void 0)
-], OrderpioritiesController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], OrderpioritiesController.prototype, "remove", null);
-exports.OrderpioritiesController = OrderpioritiesController = __decorate([
-    (0, common_1.Controller)('orderpiorities'),
-    __metadata("design:paramtypes", [orderpiorities_service_1.OrderpioritiesService])
-], OrderpioritiesController);
-//# sourceMappingURL=orderpiorities.controller.js.map
\ No newline at end of file
diff --git a/dist/orderpiorities/orderpiorities.controller.js.map b/dist/orderpiorities/orderpiorities.controller.js.map
deleted file mode 100644
index 5dcefe5f62cc429f790366f023a7a2969f43e60a..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/orderpiorities.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"orderpiorities.controller.js","sourceRoot":"","sources":["../../src/orderpiorities/orderpiorities.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CASwB;AACxB,qEAAiE;AACjE,2EAAsE;AACtE,2EAAsE;AACtE,2EAAgF;AAGzE,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IACnC,YAA6B,qBAA4C;QAA5C,0BAAqB,GAArB,qBAAqB,CAAuB;IAAG,CAAC;IAM7E,cAAc,CAAS,GAA0B;QAC/C,OAAO,IAAI,CAAC,qBAAqB,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;IACxD,CAAC;IAMD,UAAU,CAAS,IAAqC;QACtD,OAAO,IAAI,CAAC,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC;IAOK,AAAN,KAAK,CAAC,IAAI,CAAmB,OAAgB;QAC3C,MAAM,aAAa,GACjB,OAAO,IAAI,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QAElE,OAAO,MAAM,IAAI,CAAC,qBAAqB,CAAC,uBAAuB,CAC7D,aAAa,CACd,CAAC;IACJ,CAAC;IAMD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IACjD,CAAC;IAMD,MAAM,CAAc,EAAU,EAAU,GAA0B;QAChE,OAAO,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC;IACrD,CAAC;IAMD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IAChD,CAAC;CACF,CAAA;AAxDY,4DAAwB;AAOnC;IADC,IAAA,aAAI,GAAE;IACS,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAM,+CAAqB;;8DAEhD;AAMD;IADC,IAAA,cAAK,EAAC,OAAO,CAAC;IACH,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAO,yDAA+B;;0DAEvD;AAOK;IADL,IAAA,YAAG,GAAE;IACM,WAAA,IAAA,cAAK,EAAC,SAAS,CAAC,CAAA;;;;oDAO3B;AAMD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;uDAEnB;AAMD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IACL,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IAAc,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAM,+CAAqB;;sDAEjE;AAMD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;sDAElB;mCAvDU,wBAAwB;IADpC,IAAA,mBAAU,EAAC,gBAAgB,CAAC;qCAEyB,8CAAqB;GAD9D,wBAAwB,CAwDpC"}
\ No newline at end of file
diff --git a/dist/orderpiorities/orderpiorities.module.d.ts b/dist/orderpiorities/orderpiorities.module.d.ts
deleted file mode 100644
index 83f63598a2db63829c32cdce1a4be00a05ea5736..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/orderpiorities.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class OrderPriorityModule {
-}
diff --git a/dist/orderpiorities/orderpiorities.module.js b/dist/orderpiorities/orderpiorities.module.js
deleted file mode 100644
index 3f6c199ff84888a5eec2183b209558f1998db54d..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/orderpiorities.module.js
+++ /dev/null
@@ -1,34 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.OrderPriorityModule = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const orderpiority_entity_1 = require("./entities/orderpiority.entity");
-const page_entity_1 = require("../pages/entities/page.entity");
-const order_entity_1 = require("../orders/entities/order.entity");
-const orderpiorities_controller_1 = require("./orderpiorities.controller");
-const orderpiorities_service_1 = require("./orderpiorities.service");
-let OrderPriorityModule = class OrderPriorityModule {
-};
-exports.OrderPriorityModule = OrderPriorityModule;
-exports.OrderPriorityModule = OrderPriorityModule = __decorate([
-    (0, common_1.Module)({
-        imports: [
-            typeorm_1.TypeOrmModule.forFeature([
-                orderpiority_entity_1.OrderPriority,
-                page_entity_1.Page,
-                order_entity_1.Order,
-            ]),
-        ],
-        controllers: [orderpiorities_controller_1.OrderpioritiesController],
-        providers: [orderpiorities_service_1.OrderpioritiesService],
-        exports: [orderpiorities_service_1.OrderpioritiesService],
-    })
-], OrderPriorityModule);
-//# sourceMappingURL=orderpiorities.module.js.map
\ No newline at end of file
diff --git a/dist/orderpiorities/orderpiorities.module.js.map b/dist/orderpiorities/orderpiorities.module.js.map
deleted file mode 100644
index 4edab0b4b2b2291ffceb9925e6be94a7ffa7e2eb..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/orderpiorities.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"orderpiorities.module.js","sourceRoot":"","sources":["../../src/orderpiorities/orderpiorities.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,wEAA8E;AAC9E,+DAAoD;AACpD,kEAAuD;AACvD,2EAAuE;AACvE,qEAAiE;AAc1D,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;CAAG,CAAA;AAAtB,kDAAmB;8BAAnB,mBAAmB;IAZ/B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,uBAAa,CAAC,UAAU,CAAC;gBACvB,mCAAa;gBACb,kBAAI;gBACJ,oBAAK;aACN,CAAC;SACH;QACD,WAAW,EAAE,CAAC,oDAAwB,CAAC;QACvC,SAAS,EAAE,CAAC,8CAAqB,CAAC;QAClC,OAAO,EAAE,CAAC,8CAAqB,CAAC;KACjC,CAAC;GACW,mBAAmB,CAAG"}
\ No newline at end of file
diff --git a/dist/orderpiorities/orderpiorities.service.d.ts b/dist/orderpiorities/orderpiorities.service.d.ts
deleted file mode 100644
index 0683865b998fa60c2ba3163754e938f42f71493b..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/orderpiorities.service.d.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-import { Repository } from 'typeorm';
-import { OrderPriority } from './entities/orderpiority.entity';
-import { CreateOrderpiorityDto } from './dto/create-orderpiority.dto';
-import { UpdateOrderpiorityDto } from './dto/update-orderpiority.dto';
-import { BatchUpdateManyOrderPriorityDto } from './dto/create-orderpiority.dto';
-import { Order } from '@/orders/entities/order.entity';
-export declare class OrderpioritiesService {
-    private readonly orderpiorityRepository;
-    private readonly orderRepository;
-    private readonly logger;
-    constructor(orderpiorityRepository: Repository<OrderPriority>, orderRepository: Repository<Order>);
-    createOrUpdate(createDto: CreateOrderpiorityDto): Promise<any>;
-    updateMany(data: BatchUpdateManyOrderPriorityDto): Promise<any>;
-    private reorderAllPriorities;
-    findAll(): Promise<OrderPriority[]>;
-    findWithOptionalFilters(orderId?: number): Promise<OrderPriority[]>;
-    findOne(id: number): Promise<OrderPriority>;
-    update(id: number, updateDto: UpdateOrderpiorityDto): Promise<OrderPriority>;
-    remove(id: number): Promise<OrderPriority>;
-}
diff --git a/dist/orderpiorities/orderpiorities.service.js b/dist/orderpiorities/orderpiorities.service.js
deleted file mode 100644
index ba714133f5f2b23549c2e4ca7eb5e89d8d5e4f87..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/orderpiorities.service.js
+++ /dev/null
@@ -1,178 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-var OrderpioritiesService_1;
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.OrderpioritiesService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const orderpiority_entity_1 = require("./entities/orderpiority.entity");
-const order_entity_1 = require("../orders/entities/order.entity");
-let OrderpioritiesService = OrderpioritiesService_1 = class OrderpioritiesService {
-    constructor(orderpiorityRepository, orderRepository) {
-        this.orderpiorityRepository = orderpiorityRepository;
-        this.orderRepository = orderRepository;
-        this.logger = new common_1.Logger(OrderpioritiesService_1.name);
-    }
-    async createOrUpdate(createDto) {
-        const { orderID, priority } = createDto;
-        this.logger.log(`📥 createOrUpdate: orderID=${orderID}, priority=${priority}`);
-        const order = await this.orderRepository.findOne({
-            where: { OrderID: orderID },
-        });
-        if (!order) {
-            this.logger.warn(`❌ Order with ID ${orderID} not found`);
-            throw new common_1.NotFoundException(`Order with ID ${orderID} not found`);
-        }
-        let existing = await this.orderpiorityRepository.findOne({
-            where: { order: { OrderID: orderID } },
-            relations: ['order'],
-        });
-        if (existing) {
-            this.logger.log(`✏️ Updating existing OrderPriority ID=${existing.orderPriorityID}`);
-            if (priority !== undefined) {
-                existing.priority = priority;
-            }
-        }
-        else {
-            this.logger.log(`➕ Creating new OrderPriority for orderID=${orderID}`);
-            const count = await this.orderpiorityRepository.count();
-            existing = this.orderpiorityRepository.create({
-                order,
-                priority: priority ?? count + 1,
-            });
-        }
-        const saved = await this.orderpiorityRepository.save(existing);
-        await this.reorderAllPriorities();
-        const final = await this.orderpiorityRepository.findOne({
-            where: { orderPriorityID: saved.orderPriorityID },
-            relations: ['order'],
-        });
-        return {
-            message: existing.orderPriorityID
-                ? 'Updated existing order priority'
-                : 'Created new order priority',
-            orderPriority: {
-                orderPriorityID: final.orderPriorityID,
-                priority: final.priority,
-                order: { OrderID: final.order.OrderID },
-            },
-        };
-    }
-    async updateMany(data) {
-        const updatedRecords = [];
-        for (const entry of data.configs) {
-            const record = await this.orderpiorityRepository.findOne({
-                where: { orderPriorityID: entry.id },
-            });
-            if (!record) {
-                throw new common_1.NotFoundException(`OrderPriority with ID ${entry.id} not found`);
-            }
-            if (entry.priority !== undefined) {
-                record.priority = entry.priority;
-            }
-            updatedRecords.push(record);
-        }
-        const result = await this.orderpiorityRepository.save(updatedRecords);
-        await this.reorderAllPriorities();
-        return {
-            message: `Updated ${result.length} order priorities`,
-            updated: result.map((r) => ({
-                id: r.orderPriorityID,
-                priority: r.priority,
-            })),
-        };
-    }
-    async reorderAllPriorities() {
-        this.logger.log('🔁 Reordering all priorities');
-        const all = await this.orderpiorityRepository.find({
-            relations: ['order'],
-            order: { priority: 'ASC' },
-        });
-        all.forEach((item, idx) => {
-            item.priority = idx + 1;
-        });
-        await this.orderpiorityRepository.save(all);
-    }
-    async findAll() {
-        const waitingOrders = await this.orderRepository.find({
-            where: { status: 'WAITING' },
-        });
-        const existingPriorities = await this.orderpiorityRepository.find({
-            relations: ['order'],
-        });
-        for (const order of waitingOrders) {
-            const exists = existingPriorities.some((p) => p.order.OrderID === order.OrderID);
-            if (!exists) {
-                const newPriority = this.orderpiorityRepository.create({
-                    order,
-                    priority: existingPriorities.length + 1,
-                });
-                const saved = await this.orderpiorityRepository.save(newPriority);
-                existingPriorities.push(saved);
-            }
-        }
-        await this.reorderAllPriorities();
-        return this.orderpiorityRepository.find({
-            relations: ['order'],
-            order: { priority: 'ASC' },
-        });
-    }
-    async findWithOptionalFilters(orderId) {
-        const query = this.orderpiorityRepository
-            .createQueryBuilder('op')
-            .leftJoinAndSelect('op.order', 'order')
-            .where('order.status IN (:...statuses)', {
-            statuses: ['WAITING', 'กำลังรอ', 'กำลังผลิต'],
-        });
-        if (orderId !== undefined) {
-            query.andWhere('order.OrderID = :orderId', { orderId });
-        }
-        return query.getMany();
-    }
-    async findOne(id) {
-        const orderPriority = await this.orderpiorityRepository.findOne({
-            where: { orderPriorityID: id },
-            relations: ['order'],
-        });
-        if (!orderPriority) {
-            throw new common_1.NotFoundException(`OrderPriority with ID ${id} not found`);
-        }
-        return orderPriority;
-    }
-    async update(id, updateDto) {
-        const orderPriority = await this.findOne(id);
-        if (updateDto.priority !== undefined) {
-            orderPriority.priority = updateDto.priority;
-        }
-        const saved = await this.orderpiorityRepository.save(orderPriority);
-        if (updateDto.priority !== undefined) {
-            await this.reorderAllPriorities();
-        }
-        return saved;
-    }
-    async remove(id) {
-        const orderPriority = await this.findOne(id);
-        return this.orderpiorityRepository.remove(orderPriority);
-    }
-};
-exports.OrderpioritiesService = OrderpioritiesService;
-exports.OrderpioritiesService = OrderpioritiesService = OrderpioritiesService_1 = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(orderpiority_entity_1.OrderPriority)),
-    __param(1, (0, typeorm_1.InjectRepository)(order_entity_1.Order)),
-    __metadata("design:paramtypes", [typeorm_2.Repository,
-        typeorm_2.Repository])
-], OrderpioritiesService);
-//# sourceMappingURL=orderpiorities.service.js.map
\ No newline at end of file
diff --git a/dist/orderpiorities/orderpiorities.service.js.map b/dist/orderpiorities/orderpiorities.service.js.map
deleted file mode 100644
index 9f0de275f19a5c04926c45c7bfe5e39a398de462..0000000000000000000000000000000000000000
--- a/dist/orderpiorities/orderpiorities.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"orderpiorities.service.js","sourceRoot":"","sources":["../../src/orderpiorities/orderpiorities.service.ts"],"names":[],"mappings":"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"}
\ No newline at end of file
diff --git a/dist/orders/dto/create-order.dto.d.ts b/dist/orders/dto/create-order.dto.d.ts
deleted file mode 100644
index 10bbea950223866b06c656badf634c31e65e92a7..0000000000000000000000000000000000000000
--- a/dist/orders/dto/create-order.dto.d.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { CreateOrderDetailDto } from '@/order_details/dto/create-order_detail.dto';
-export declare class CreateOrderDto {
-    orderID: number;
-    customerID: number;
-    status: string;
-    totalPriceall: number;
-    quantity: number;
-    startDate?: string;
-    finishDate?: string;
-    orderDetails?: CreateOrderDetailDto[];
-}
diff --git a/dist/orders/dto/create-order.dto.js b/dist/orders/dto/create-order.dto.js
deleted file mode 100644
index 0ca1bd94ad5f4546635a31038c765bddc33bd65d..0000000000000000000000000000000000000000
--- a/dist/orders/dto/create-order.dto.js
+++ /dev/null
@@ -1,59 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateOrderDto = void 0;
-const class_validator_1 = require("class-validator");
-const class_transformer_1 = require("class-transformer");
-const create_order_detail_dto_1 = require("../../order_details/dto/create-order_detail.dto");
-class CreateOrderDto {
-}
-exports.CreateOrderDto = CreateOrderDto;
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateOrderDto.prototype, "orderID", void 0);
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateOrderDto.prototype, "customerID", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsString)(),
-    __metadata("design:type", String)
-], CreateOrderDto.prototype, "status", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateOrderDto.prototype, "totalPriceall", void 0);
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateOrderDto.prototype, "quantity", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsDateString)(),
-    __metadata("design:type", String)
-], CreateOrderDto.prototype, "startDate", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsDateString)(),
-    __metadata("design:type", String)
-], CreateOrderDto.prototype, "finishDate", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsArray)(),
-    (0, class_validator_1.ValidateNested)({ each: true }),
-    (0, class_transformer_1.Type)(() => create_order_detail_dto_1.CreateOrderDetailDto),
-    __metadata("design:type", Array)
-], CreateOrderDto.prototype, "orderDetails", void 0);
-//# sourceMappingURL=create-order.dto.js.map
\ No newline at end of file
diff --git a/dist/orders/dto/create-order.dto.js.map b/dist/orders/dto/create-order.dto.js.map
deleted file mode 100644
index cf83dbf2e58e6bce32554b5e64040c3fc3bc82e1..0000000000000000000000000000000000000000
--- a/dist/orders/dto/create-order.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-order.dto.js","sourceRoot":"","sources":["../../../src/orders/dto/create-order.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAyC;AACzC,6FAAmF;AAEnF,MAAa,cAAc;CAiC1B;AAjCD,wCAiCC;AA9BC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+CACQ;AAGhB;IADC,IAAA,uBAAK,GAAE;;kDACW;AAInB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACI;AAIf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;qDACc;AAGtB;IADC,IAAA,uBAAK,GAAE;;gDACS;AAIjB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;iDACI;AAInB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;kDACK;AAOpB;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8CAAoB,CAAC;;oDACK"}
\ No newline at end of file
diff --git a/dist/orders/dto/update-order.dto.d.ts b/dist/orders/dto/update-order.dto.d.ts
deleted file mode 100644
index 6c4f0609f5d4fff2c8ebb71bde8ebda8a11599f3..0000000000000000000000000000000000000000
--- a/dist/orders/dto/update-order.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateOrderDto } from './create-order.dto';
-declare const UpdateOrderDto_base: import("@nestjs/common").Type<Partial<CreateOrderDto>>;
-export declare class UpdateOrderDto extends UpdateOrderDto_base {
-}
-export {};
diff --git a/dist/orders/dto/update-order.dto.js b/dist/orders/dto/update-order.dto.js
deleted file mode 100644
index 73ae61f18eb1b02482eb2f7bd93803741d0d882c..0000000000000000000000000000000000000000
--- a/dist/orders/dto/update-order.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateOrderDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_order_dto_1 = require("./create-order.dto");
-class UpdateOrderDto extends (0, swagger_1.PartialType)(create_order_dto_1.CreateOrderDto) {
-}
-exports.UpdateOrderDto = UpdateOrderDto;
-//# sourceMappingURL=update-order.dto.js.map
\ No newline at end of file
diff --git a/dist/orders/dto/update-order.dto.js.map b/dist/orders/dto/update-order.dto.js.map
deleted file mode 100644
index 7cd5bf4b5d9d6ec32a16d11c186ad4f4268f9d21..0000000000000000000000000000000000000000
--- a/dist/orders/dto/update-order.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-order.dto.js","sourceRoot":"","sources":["../../../src/orders/dto/update-order.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,yDAAoD;AAEpD,MAAa,cAAe,SAAQ,IAAA,qBAAW,EAAC,iCAAc,CAAC;CAAG;AAAlE,wCAAkE"}
\ No newline at end of file
diff --git a/dist/orders/entities/order.entity.d.ts b/dist/orders/entities/order.entity.d.ts
deleted file mode 100644
index 0548c1c4ce94b93e18c71bcd55d712649c3b0a02..0000000000000000000000000000000000000000
--- a/dist/orders/entities/order.entity.d.ts
+++ /dev/null
@@ -1,19 +0,0 @@
-import { OrderDetail } from '@/order_details/entities/order_detail.entity';
-import { Customer } from '@/customers/entities/customer.entity';
-import { Queue } from '@/queues/entities/queue.entity';
-import { OrderPriority } from '@/orderpiorities/entities/orderpiority.entity';
-import { ProductionTarget } from '@/production_targets/entities/production_target.entity';
-export declare class Order {
-    OrderID: number;
-    customer: Customer;
-    orderPriorities: OrderPriority[];
-    orderDetails: OrderDetail[];
-    queues: Queue[];
-    productionTargets: ProductionTarget[];
-    OrderDate: Date;
-    status: string;
-    totalPriceall: number;
-    quantity: number;
-    startDate: Date;
-    finishDate: Date;
-}
diff --git a/dist/orders/entities/order.entity.js b/dist/orders/entities/order.entity.js
deleted file mode 100644
index 6b82f695538f1d32fb8334dd9afabd6ccaf45882..0000000000000000000000000000000000000000
--- a/dist/orders/entities/order.entity.js
+++ /dev/null
@@ -1,78 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.Order = void 0;
-const order_detail_entity_1 = require("../../order_details/entities/order_detail.entity");
-const typeorm_1 = require("typeorm");
-const customer_entity_1 = require("../../customers/entities/customer.entity");
-const queue_entity_1 = require("../../queues/entities/queue.entity");
-const orderpiority_entity_1 = require("../../orderpiorities/entities/orderpiority.entity");
-const production_target_entity_1 = require("../../production_targets/entities/production_target.entity");
-let Order = class Order {
-};
-exports.Order = Order;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], Order.prototype, "OrderID", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => customer_entity_1.Customer, (customer) => customer.orders, {
-        onDelete: 'CASCADE',
-    }),
-    (0, typeorm_1.JoinColumn)({ name: 'CustomerID' }),
-    __metadata("design:type", customer_entity_1.Customer)
-], Order.prototype, "customer", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => orderpiority_entity_1.OrderPriority, (orderPriority) => orderPriority.order),
-    __metadata("design:type", Array)
-], Order.prototype, "orderPriorities", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => order_detail_entity_1.OrderDetail, (orderDetail) => orderDetail.order, {
-        cascade: true,
-    }),
-    __metadata("design:type", Array)
-], Order.prototype, "orderDetails", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => queue_entity_1.Queue, (queue) => queue.order),
-    __metadata("design:type", Array)
-], Order.prototype, "queues", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => production_target_entity_1.ProductionTarget, (productionTarget) => productionTarget.order),
-    __metadata("design:type", Array)
-], Order.prototype, "productionTargets", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'timestamp', default: () => 'CURRENT_TIMESTAMP' }),
-    __metadata("design:type", Date)
-], Order.prototype, "OrderDate", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 255, default: 'กำลังรอ' }),
-    __metadata("design:type", String)
-], Order.prototype, "status", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int' }),
-    __metadata("design:type", Number)
-], Order.prototype, "totalPriceall", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int' }),
-    __metadata("design:type", Number)
-], Order.prototype, "quantity", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'timestamp', nullable: true }),
-    __metadata("design:type", Date)
-], Order.prototype, "startDate", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'timestamp', nullable: true }),
-    __metadata("design:type", Date)
-], Order.prototype, "finishDate", void 0);
-exports.Order = Order = __decorate([
-    (0, typeorm_1.Entity)('Order')
-], Order);
-//# sourceMappingURL=order.entity.js.map
\ No newline at end of file
diff --git a/dist/orders/entities/order.entity.js.map b/dist/orders/entities/order.entity.js.map
deleted file mode 100644
index a57d2561f554a691614a4c754e94c49a0cc445c9..0000000000000000000000000000000000000000
--- a/dist/orders/entities/order.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"order.entity.js","sourceRoot":"","sources":["../../../src/orders/entities/order.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0FAA2E;AAC3E,qCAOiB;AACjB,8EAAgE;AAChE,qEAAuD;AACvD,2FAA8E;AAC9E,yGAA0F;AAGnF,IAAM,KAAK,GAAX,MAAM,KAAK;CA4CjB,CAAA;AA5CY,sBAAK;AAEhB;IADC,IAAA,gCAAsB,GAAE;;sCACT;AAMhB;IAJC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,0BAAQ,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,MAAM,EAAE;QACxD,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BACzB,0BAAQ;uCAAC;AAGnB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,mCAAa,EAAE,CAAC,aAAa,EAAE,EAAE,CAAC,aAAa,CAAC,KAAK,CAAC;;8CACtC;AAKjC;IAHC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iCAAW,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAChE,OAAO,EAAE,IAAI;KACd,CAAC;;2CAC0B;AAG5B;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC;;qCAC/B;AAMhB;IAJC,IAAA,mBAAS,EACR,GAAG,EAAE,CAAC,2CAAgB,EACtB,CAAC,gBAAgB,EAAE,EAAE,CAAC,gBAAgB,CAAC,KAAK,CAC7C;;gDACqC;AAGtC;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,mBAAmB,EAAE,CAAC;8BACvD,IAAI;wCAAC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC;;qCAC9C;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;4CACF;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;uCACP;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACnC,IAAI;wCAAC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAClC,IAAI;yCAAC;gBA3CN,KAAK;IADjB,IAAA,gBAAM,EAAC,OAAO,CAAC;GACH,KAAK,CA4CjB"}
\ No newline at end of file
diff --git a/dist/orders/orders.controller.d.ts b/dist/orders/orders.controller.d.ts
deleted file mode 100644
index aaf883a1060724324f75776c08514af1c5bc09ac..0000000000000000000000000000000000000000
--- a/dist/orders/orders.controller.d.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import { OrdersService } from './orders.service';
-import { CreateOrderDto } from './dto/create-order.dto';
-import { UpdateOrderDto } from './dto/update-order.dto';
-export declare class OrdersController {
-    private readonly ordersService;
-    constructor(ordersService: OrdersService);
-    upsertMany(orders: CreateOrderDto[]): Promise<import("./entities/order.entity").Order[]>;
-    create(createOrderDto: CreateOrderDto): Promise<import("./entities/order.entity").Order>;
-    findAll(): Promise<import("./entities/order.entity").Order[]>;
-    findOne(id: string): Promise<import("./entities/order.entity").Order>;
-    update(id: string, updateOrderDto: UpdateOrderDto): Promise<import("./entities/order.entity").Order>;
-    remove(id: string): Promise<import("./entities/order.entity").Order>;
-}
diff --git a/dist/orders/orders.controller.js b/dist/orders/orders.controller.js
deleted file mode 100644
index ffbd9bd873fa384dfe9e28cc1af628466fb6ec66..0000000000000000000000000000000000000000
--- a/dist/orders/orders.controller.js
+++ /dev/null
@@ -1,90 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.OrdersController = void 0;
-const common_1 = require("@nestjs/common");
-const orders_service_1 = require("./orders.service");
-const create_order_dto_1 = require("./dto/create-order.dto");
-const update_order_dto_1 = require("./dto/update-order.dto");
-let OrdersController = class OrdersController {
-    constructor(ordersService) {
-        this.ordersService = ordersService;
-    }
-    async upsertMany(orders) {
-        return this.ordersService.upsertMany(orders);
-    }
-    create(createOrderDto) {
-        return this.ordersService.create(createOrderDto);
-    }
-    findAll() {
-        return this.ordersService.findAll();
-    }
-    findOne(id) {
-        return this.ordersService.findOne(+id);
-    }
-    update(id, updateOrderDto) {
-        return this.ordersService.update(+id, updateOrderDto);
-    }
-    remove(id) {
-        return this.ordersService.remove(+id);
-    }
-};
-exports.OrdersController = OrdersController;
-__decorate([
-    (0, common_1.Post)('upsert-many'),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [Array]),
-    __metadata("design:returntype", Promise)
-], OrdersController.prototype, "upsertMany", null);
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_order_dto_1.CreateOrderDto]),
-    __metadata("design:returntype", void 0)
-], OrdersController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], OrdersController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], OrdersController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_order_dto_1.UpdateOrderDto]),
-    __metadata("design:returntype", void 0)
-], OrdersController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], OrdersController.prototype, "remove", null);
-exports.OrdersController = OrdersController = __decorate([
-    (0, common_1.Controller)('orders'),
-    __metadata("design:paramtypes", [orders_service_1.OrdersService])
-], OrdersController);
-//# sourceMappingURL=orders.controller.js.map
\ No newline at end of file
diff --git a/dist/orders/orders.controller.js.map b/dist/orders/orders.controller.js.map
deleted file mode 100644
index 5d2c63850a389ec8f402edb8ea75b991a99c0fc6..0000000000000000000000000000000000000000
--- a/dist/orders/orders.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"orders.controller.js","sourceRoot":"","sources":["../../src/orders/orders.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,qDAAiD;AACjD,6DAAwD;AACxD,6DAAwD;AAGjD,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAC3B,YAA6B,aAA4B;QAA5B,kBAAa,GAAb,aAAa,CAAe;IAAG,CAAC;IAGvD,AAAN,KAAK,CAAC,UAAU,CAAS,MAAwB;QAC/C,OAAO,IAAI,CAAC,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;IAC/C,CAAC;IAGD,MAAM,CAAS,cAA8B;QAC3C,OAAO,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;IACnD,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,aAAa,CAAC,OAAO,EAAE,CAAC;IACtC,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IACzC,CAAC;IAGD,MAAM,CAAc,EAAU,EAAU,cAA8B;QACpE,OAAO,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,cAAc,CAAC,CAAC;IACxD,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IACxC,CAAC;CACF,CAAA;AAhCY,4CAAgB;AAIrB;IADL,IAAA,aAAI,EAAC,aAAa,CAAC;IACF,WAAA,IAAA,aAAI,GAAE,CAAA;;;;kDAEvB;AAGD;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAiB,iCAAc;;8CAE5C;AAGD;IADC,IAAA,YAAG,GAAE;;;;+CAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;+CAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IACL,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IAAc,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAiB,iCAAc;;8CAErE;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;8CAElB;2BA/BU,gBAAgB;IAD5B,IAAA,mBAAU,EAAC,QAAQ,CAAC;qCAEyB,8BAAa;GAD9C,gBAAgB,CAgC5B"}
\ No newline at end of file
diff --git a/dist/orders/orders.module.d.ts b/dist/orders/orders.module.d.ts
deleted file mode 100644
index f497f6df8d47d524e6ddcd725fa472921c23ffde..0000000000000000000000000000000000000000
--- a/dist/orders/orders.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class OrdersModule {
-}
diff --git a/dist/orders/orders.module.js b/dist/orders/orders.module.js
deleted file mode 100644
index b777d5333ad70c122800e63ab37b496a4abed13a..0000000000000000000000000000000000000000
--- a/dist/orders/orders.module.js
+++ /dev/null
@@ -1,37 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.OrdersModule = void 0;
-const common_1 = require("@nestjs/common");
-const orders_service_1 = require("./orders.service");
-const orders_controller_1 = require("./orders.controller");
-const order_entity_1 = require("./entities/order.entity");
-const typeorm_1 = require("@nestjs/typeorm");
-const product_entity_1 = require("../products/entities/product.entity");
-const page_entity_1 = require("../pages/entities/page.entity");
-const orderpiority_entity_1 = require("../orderpiorities/entities/orderpiority.entity");
-const order_detail_entity_1 = require("../order_details/entities/order_detail.entity");
-let OrdersModule = class OrdersModule {
-};
-exports.OrdersModule = OrdersModule;
-exports.OrdersModule = OrdersModule = __decorate([
-    (0, common_1.Module)({
-        imports: [
-            typeorm_1.TypeOrmModule.forFeature([
-                order_entity_1.Order,
-                product_entity_1.Product,
-                page_entity_1.Page,
-                orderpiority_entity_1.OrderPriority,
-                order_detail_entity_1.OrderDetail,
-            ]),
-        ],
-        controllers: [orders_controller_1.OrdersController],
-        providers: [orders_service_1.OrdersService],
-    })
-], OrdersModule);
-//# sourceMappingURL=orders.module.js.map
\ No newline at end of file
diff --git a/dist/orders/orders.module.js.map b/dist/orders/orders.module.js.map
deleted file mode 100644
index e916b53661d49d366b4f815d19da797de7db827b..0000000000000000000000000000000000000000
--- a/dist/orders/orders.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"orders.module.js","sourceRoot":"","sources":["../../src/orders/orders.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,qDAAwD;AACxD,2DAA8D;AAC9D,0DAAuD;AACvD,6CAAgD;AAChD,wEAA6D;AAC7D,+DAAoD;AACpD,wFAA8E;AAC9E,uFAA2E;AAepE,IAAM,YAAY,GAAlB,MAAM,YAAY;CAAG,CAAA;AAAf,oCAAY;uBAAZ,YAAY;IAbxB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,uBAAa,CAAC,UAAU,CAAC;gBACvB,oBAAK;gBACL,wBAAO;gBACP,kBAAI;gBACJ,mCAAa;gBACb,iCAAW;aACZ,CAAC;SACH;QACD,WAAW,EAAE,CAAC,oCAAgB,CAAC;QAC/B,SAAS,EAAE,CAAC,8BAAa,CAAC;KAC3B,CAAC;GACW,YAAY,CAAG"}
\ No newline at end of file
diff --git a/dist/orders/orders.service.d.ts b/dist/orders/orders.service.d.ts
deleted file mode 100644
index ae1209d16a9b4e1a46e849f07e8db0a402e9ce68..0000000000000000000000000000000000000000
--- a/dist/orders/orders.service.d.ts
+++ /dev/null
@@ -1,22 +0,0 @@
-import { Repository, Connection } from 'typeorm';
-import { Order } from './entities/order.entity';
-import { CreateOrderDto } from './dto/create-order.dto';
-import { UpdateOrderDto } from './dto/update-order.dto';
-import { Product } from '@/products/entities/product.entity';
-import { OrderPriority } from '@/orderpiorities/entities/orderpiority.entity';
-import { OrderDetail } from '@/order_details/entities/order_detail.entity';
-export declare class OrdersService {
-    private readonly orderRepository;
-    private readonly productRepository;
-    private readonly orderpiorityRepository;
-    private readonly orderDetailRepository;
-    private readonly connection;
-    private readonly logger;
-    constructor(orderRepository: Repository<Order>, productRepository: Repository<Product>, orderpiorityRepository: Repository<OrderPriority>, orderDetailRepository: Repository<OrderDetail>, connection: Connection);
-    create(createOrderDto: CreateOrderDto): Promise<Order>;
-    upsertMany(ordersDto: CreateOrderDto[]): Promise<Order[]>;
-    findAll(): Promise<Order[]>;
-    findOne(id: number): Promise<Order>;
-    update(id: number, updateOrderDto: UpdateOrderDto): Promise<Order>;
-    remove(id: number): Promise<Order>;
-}
diff --git a/dist/orders/orders.service.js b/dist/orders/orders.service.js
deleted file mode 100644
index 0394a86abcd6ef4d0504fa67e0ad762a4a8197d4..0000000000000000000000000000000000000000
--- a/dist/orders/orders.service.js
+++ /dev/null
@@ -1,230 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-var OrdersService_1;
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.OrdersService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const order_entity_1 = require("./entities/order.entity");
-const product_entity_1 = require("../products/entities/product.entity");
-const orderpiority_entity_1 = require("../orderpiorities/entities/orderpiority.entity");
-const order_detail_entity_1 = require("../order_details/entities/order_detail.entity");
-let OrdersService = OrdersService_1 = class OrdersService {
-    constructor(orderRepository, productRepository, orderpiorityRepository, orderDetailRepository, connection) {
-        this.orderRepository = orderRepository;
-        this.productRepository = productRepository;
-        this.orderpiorityRepository = orderpiorityRepository;
-        this.orderDetailRepository = orderDetailRepository;
-        this.connection = connection;
-        this.logger = new common_1.Logger(OrdersService_1.name);
-    }
-    async create(createOrderDto) {
-        this.logger.log(`Creating or updating order for customer ${createOrderDto.customerID}`);
-        return await this.connection.transaction(async (manager) => {
-            const isUpdate = !!createOrderDto.orderID;
-            const orderDetailEntities = [];
-            if (createOrderDto.orderDetails?.length > 0) {
-                for (const detail of createOrderDto.orderDetails) {
-                    const product = await this.productRepository.findOne({
-                        where: { ProductID: detail.productID },
-                    });
-                    if (!product) {
-                        throw new common_1.NotFoundException(`Product with ID ${detail.productID} not found`);
-                    }
-                    const orderDetail = this.orderDetailRepository.create({
-                        status: detail.status ?? 'Active',
-                        quantity: detail.quantity,
-                        pricePerUnit: detail.pricePerUnit,
-                        totalPrice: detail.totalPrice ?? detail.quantity * detail.pricePerUnit,
-                        product,
-                    });
-                    orderDetailEntities.push(orderDetail);
-                }
-            }
-            if (!createOrderDto.status) {
-                createOrderDto.status = 'กำลังรอ';
-            }
-            let order;
-            if (isUpdate) {
-                const existing = await this.orderRepository.findOne({
-                    where: { OrderID: createOrderDto.orderID },
-                    relations: ['orderDetails'],
-                });
-                if (!existing) {
-                    throw new common_1.NotFoundException(`Order with ID ${createOrderDto.orderID} not found`);
-                }
-                const { orderDetails, ...dtoWithoutDetails } = createOrderDto;
-                Object.assign(existing, dtoWithoutDetails);
-                order = await manager.save(existing);
-                for (const detail of orderDetailEntities) {
-                    detail.order = order;
-                }
-                if (orderDetailEntities.length > 0) {
-                    await manager.save(orderDetailEntities);
-                    this.logger.log(`📦 Updated and saved ${orderDetailEntities.length} orderDetails`);
-                }
-                this.logger.log(`Order updated with ID ${order.OrderID}`);
-            }
-            else {
-                const { orderDetails, ...dtoWithoutDetails } = createOrderDto;
-                order = this.orderRepository.create(dtoWithoutDetails);
-                order = await manager.save(order);
-                for (const detail of orderDetailEntities) {
-                    detail.order = order;
-                }
-                if (orderDetailEntities.length > 0) {
-                    await manager.save(orderDetailEntities);
-                    this.logger.log(`📦 Created and saved ${orderDetailEntities.length} orderDetails`);
-                }
-                this.logger.log(`Order created with ID ${order.OrderID}`);
-            }
-            const existingPriority = await this.orderpiorityRepository.findOne({
-                where: { order: { OrderID: order.OrderID } },
-            });
-            if (!existingPriority) {
-                const countPriority = await this.orderpiorityRepository.count();
-                const newPriority = this.orderpiorityRepository.create({
-                    order,
-                    priority: countPriority + 1,
-                });
-                await manager.save(newPriority);
-                this.logger.log(`Created OrderPriority for Order ${order.OrderID}`);
-            }
-            return order;
-        });
-    }
-    async upsertMany(ordersDto) {
-        this.logger.log(`Upserting ${ordersDto.length} order(s)`);
-        return await this.connection.transaction(async (manager) => {
-            const upsertedOrders = [];
-            for (const dto of ordersDto) {
-                try {
-                    if (!dto.status)
-                        dto.status = 'กำลังรอ';
-                    const orderDetailEntities = [];
-                    if (dto.orderDetails && dto.orderDetails.length > 0) {
-                        for (const detail of dto.orderDetails) {
-                            const product = await this.productRepository.findOne({
-                                where: { ProductID: detail.productID },
-                            });
-                            if (!product) {
-                                const msg = `Product with ID ${detail.productID} not found`;
-                                this.logger.error(`❌ ${msg}`);
-                                throw new common_1.NotFoundException(msg);
-                            }
-                            const orderDetail = this.orderDetailRepository.create({
-                                status: detail.status ?? 'Active',
-                                quantity: detail.quantity,
-                                pricePerUnit: detail.pricePerUnit,
-                                totalPrice: detail.totalPrice ?? detail.quantity * detail.pricePerUnit,
-                                product,
-                            });
-                            orderDetailEntities.push(orderDetail);
-                        }
-                    }
-                    const { orderDetails, ...dtoWithoutDetails } = dto;
-                    const orderEntity = this.orderRepository.create(dtoWithoutDetails);
-                    const savedOrder = await manager.save(orderEntity);
-                    upsertedOrders.push(savedOrder);
-                    this.logger.log(`📝 Order upserted with ID ${savedOrder.OrderID}`);
-                    for (const detail of orderDetailEntities) {
-                        detail.order = savedOrder;
-                    }
-                    if (orderDetailEntities.length > 0) {
-                        await manager.save(orderDetailEntities);
-                        this.logger.log(`📦 Saved ${orderDetailEntities.length} orderDetails for OrderID ${savedOrder.OrderID}`);
-                    }
-                    const existsPriority = await this.orderpiorityRepository.findOne({
-                        where: { order: savedOrder },
-                    });
-                    if (!existsPriority) {
-                        const countPriority = await this.orderpiorityRepository.count();
-                        const newPriority = this.orderpiorityRepository.create({
-                            order: savedOrder,
-                            priority: countPriority + 1,
-                        });
-                        await manager.save(newPriority);
-                        this.logger.log(`📌 OrderPriority created for Order ${savedOrder.OrderID}`);
-                    }
-                }
-                catch (err) {
-                    this.logger.error(`❌ Error while processing order. CustomerID: ${dto.customerID}`, err);
-                    throw err;
-                }
-            }
-            return upsertedOrders;
-        });
-    }
-    async findAll() {
-        this.logger.log('Fetching all orders with orderDetails');
-        const orders = await this.orderRepository.find({
-            relations: ['orderDetails'],
-        });
-        this.logger.log(`Fetched ${orders.length} order(s)`);
-        return orders;
-    }
-    async findOne(id) {
-        this.logger.log(`Fetching order with ID ${id}`);
-        const order = await this.orderRepository.findOne({
-            where: { OrderID: id },
-            relations: ['orderDetails'],
-        });
-        if (!order) {
-            this.logger.error(`Order with ID ${id} not found`);
-            throw new common_1.NotFoundException(`Order with ID ${id} not found`);
-        }
-        this.logger.log(`Order with ID ${id} fetched successfully`);
-        return order;
-    }
-    async update(id, updateOrderDto) {
-        this.logger.log(`Updating order with ID ${id}`);
-        await this.orderRepository.update(id, updateOrderDto);
-        const updatedOrder = await this.findOne(id);
-        this.logger.log(`Order with ID ${id} updated successfully`);
-        return updatedOrder;
-    }
-    async remove(id) {
-        this.logger.log(`Deleting order with ID ${id}`);
-        const order = await this.orderRepository.findOne({
-            where: { OrderID: id },
-            relations: ['orderDetails'],
-        });
-        if (!order) {
-            this.logger.error(`Order with ID ${id} not found for deletion`);
-            throw new common_1.NotFoundException(`Order with ID ${id} not found`);
-        }
-        if (order.orderDetails && order.orderDetails.length > 0) {
-            this.logger.log(`Deleting ${order.orderDetails.length} orderDetails for order ID ${id}`);
-            await this.orderDetailRepository.remove(order.orderDetails);
-        }
-        await this.orderRepository.remove(order);
-        this.logger.log(`Order with ID ${id} and its orderDetails deleted`);
-        return order;
-    }
-};
-exports.OrdersService = OrdersService;
-exports.OrdersService = OrdersService = OrdersService_1 = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(order_entity_1.Order)),
-    __param(1, (0, typeorm_1.InjectRepository)(product_entity_1.Product)),
-    __param(2, (0, typeorm_1.InjectRepository)(orderpiority_entity_1.OrderPriority)),
-    __param(3, (0, typeorm_1.InjectRepository)(order_detail_entity_1.OrderDetail)),
-    __metadata("design:paramtypes", [typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Connection])
-], OrdersService);
-//# sourceMappingURL=orders.service.js.map
\ No newline at end of file
diff --git a/dist/orders/orders.service.js.map b/dist/orders/orders.service.js.map
deleted file mode 100644
index f946fb4aa605a1a4f3756c0e68f56d6c00fdfdb3..0000000000000000000000000000000000000000
--- a/dist/orders/orders.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"orders.service.js","sourceRoot":"","sources":["../../src/orders/orders.service.ts"],"names":[],"mappings":"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"}
\ No newline at end of file
diff --git a/dist/pages/dto/create-page.dto.d.ts b/dist/pages/dto/create-page.dto.d.ts
deleted file mode 100644
index 996f6299fd273c9c608f9bb3bbe50871fc2bfeb2..0000000000000000000000000000000000000000
--- a/dist/pages/dto/create-page.dto.d.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-export declare class CreatePageDto {
-    PageID?: number;
-    pagenum?: number;
-}
diff --git a/dist/pages/dto/create-page.dto.js b/dist/pages/dto/create-page.dto.js
deleted file mode 100644
index e6ad849e13b14221a145ad7366315c030ee5e3fc..0000000000000000000000000000000000000000
--- a/dist/pages/dto/create-page.dto.js
+++ /dev/null
@@ -1,27 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreatePageDto = void 0;
-const class_validator_1 = require("class-validator");
-class CreatePageDto {
-}
-exports.CreatePageDto = CreatePageDto;
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreatePageDto.prototype, "PageID", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreatePageDto.prototype, "pagenum", void 0);
-//# sourceMappingURL=create-page.dto.js.map
\ No newline at end of file
diff --git a/dist/pages/dto/create-page.dto.js.map b/dist/pages/dto/create-page.dto.js.map
deleted file mode 100644
index 4fe7e25b5a326502702d691086777930a41f5a42..0000000000000000000000000000000000000000
--- a/dist/pages/dto/create-page.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-page.dto.js","sourceRoot":"","sources":["../../../src/pages/dto/create-page.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoD;AAEpD,MAAa,aAAa;CAQzB;AARD,sCAQC;AALC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;6CACQ;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACS"}
\ No newline at end of file
diff --git a/dist/pages/dto/update-page.dto.d.ts b/dist/pages/dto/update-page.dto.d.ts
deleted file mode 100644
index 2cec342e9c715e7d079e8f8696aef59587a83c6b..0000000000000000000000000000000000000000
--- a/dist/pages/dto/update-page.dto.d.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-export declare class UpdatePageDto {
-    createdAt?: string;
-    updatedAt?: string;
-}
diff --git a/dist/pages/dto/update-page.dto.js b/dist/pages/dto/update-page.dto.js
deleted file mode 100644
index aa96e9feb2d89c1c4f4a58a6f07717201909bbd4..0000000000000000000000000000000000000000
--- a/dist/pages/dto/update-page.dto.js
+++ /dev/null
@@ -1,27 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdatePageDto = void 0;
-const class_validator_1 = require("class-validator");
-class UpdatePageDto {
-}
-exports.UpdatePageDto = UpdatePageDto;
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsDateString)(),
-    __metadata("design:type", String)
-], UpdatePageDto.prototype, "createdAt", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsDateString)(),
-    __metadata("design:type", String)
-], UpdatePageDto.prototype, "updatedAt", void 0);
-//# sourceMappingURL=update-page.dto.js.map
\ No newline at end of file
diff --git a/dist/pages/dto/update-page.dto.js.map b/dist/pages/dto/update-page.dto.js.map
deleted file mode 100644
index 00c8a87139be0e8233c35af4cabb2f66876673bd..0000000000000000000000000000000000000000
--- a/dist/pages/dto/update-page.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-page.dto.js","sourceRoot":"","sources":["../../../src/pages/dto/update-page.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,qDAA2D;AAE3D,MAAa,aAAa;CAQzB;AARD,sCAQC;AALC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;gDACI;AAInB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;gDACI"}
\ No newline at end of file
diff --git a/dist/pages/entities/page.entity.d.ts b/dist/pages/entities/page.entity.d.ts
deleted file mode 100644
index 819f72cf38ca30335ca65c1b89d47f306814bb1f..0000000000000000000000000000000000000000
--- a/dist/pages/entities/page.entity.d.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-import { Queue } from '@/queues/entities/queue.entity';
-import { ProductionTarget } from '@/production_targets/entities/production_target.entity';
-export declare class Page {
-    PageID: number;
-    pagenum: number;
-    productionTargets: ProductionTarget[];
-    createdAt: Date;
-    updatedAt: Date;
-    queues: Queue[];
-}
diff --git a/dist/pages/entities/page.entity.js b/dist/pages/entities/page.entity.js
deleted file mode 100644
index 5d81b126808114a1217bc5053501c1c00f9bfa86..0000000000000000000000000000000000000000
--- a/dist/pages/entities/page.entity.js
+++ /dev/null
@@ -1,46 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.Page = void 0;
-const typeorm_1 = require("typeorm");
-const queue_entity_1 = require("../../queues/entities/queue.entity");
-const production_target_entity_1 = require("../../production_targets/entities/production_target.entity");
-let Page = class Page {
-};
-exports.Page = Page;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], Page.prototype, "PageID", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int' }),
-    __metadata("design:type", Number)
-], Page.prototype, "pagenum", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => production_target_entity_1.ProductionTarget, (pt) => pt.page),
-    __metadata("design:type", Array)
-], Page.prototype, "productionTargets", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'timestamp', default: () => 'CURRENT_TIMESTAMP' }),
-    __metadata("design:type", Date)
-], Page.prototype, "createdAt", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'timestamp', nullable: true, onUpdate: 'CURRENT_TIMESTAMP' }),
-    __metadata("design:type", Date)
-], Page.prototype, "updatedAt", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => queue_entity_1.Queue, (queue) => queue.page),
-    __metadata("design:type", Array)
-], Page.prototype, "queues", void 0);
-exports.Page = Page = __decorate([
-    (0, typeorm_1.Entity)('Page')
-], Page);
-//# sourceMappingURL=page.entity.js.map
\ No newline at end of file
diff --git a/dist/pages/entities/page.entity.js.map b/dist/pages/entities/page.entity.js.map
deleted file mode 100644
index f2dc48285d5264b6ebf3cf437f325b1cf07584b2..0000000000000000000000000000000000000000
--- a/dist/pages/entities/page.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"page.entity.js","sourceRoot":"","sources":["../../../src/pages/entities/page.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA4E;AAC5E,qEAAuD;AACvD,yGAA0F;AAInF,IAAM,IAAI,GAAV,MAAM,IAAI;CAkBhB,CAAA;AAlBY,oBAAI;AAEf;IADC,IAAA,gCAAsB,GAAE;;oCACV;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;qCACR;AAGhB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAgB,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC;;+CACb;AAGtC;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,mBAAmB,EAAE,CAAC;8BACvD,IAAI;uCAAC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,mBAAmB,EAAE,CAAC;8BAClE,IAAI;uCAAC;AAGhB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC;;oCAC9B;eAjBL,IAAI;IADhB,IAAA,gBAAM,EAAC,MAAM,CAAC;GACF,IAAI,CAkBhB"}
\ No newline at end of file
diff --git a/dist/pages/pages.controller.d.ts b/dist/pages/pages.controller.d.ts
deleted file mode 100644
index 5b6fe9a9f38c7609de3c22e5b2d579975a3fa195..0000000000000000000000000000000000000000
--- a/dist/pages/pages.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { PagesService } from './pages.service';
-import { Page } from './entities/page.entity';
-import { UpdatePageDto } from './dto/update-page.dto';
-export declare class PagesController {
-    private readonly pagesService;
-    constructor(pagesService: PagesService);
-    findAll(): Promise<Page[]>;
-    findOne(pagenum: string): Promise<Page>;
-    create(): Promise<Page>;
-    update(pagenum: string, updateDto: UpdatePageDto): Promise<Page>;
-    remove(pagenum: string): Promise<void>;
-}
diff --git a/dist/pages/pages.controller.js b/dist/pages/pages.controller.js
deleted file mode 100644
index 7f90b63e926eace3268c1608f7a3ab731b735ebc..0000000000000000000000000000000000000000
--- a/dist/pages/pages.controller.js
+++ /dev/null
@@ -1,78 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.PagesController = void 0;
-const common_1 = require("@nestjs/common");
-const pages_service_1 = require("./pages.service");
-const update_page_dto_1 = require("./dto/update-page.dto");
-let PagesController = class PagesController {
-    constructor(pagesService) {
-        this.pagesService = pagesService;
-    }
-    findAll() {
-        return this.pagesService.findAll();
-    }
-    findOne(pagenum) {
-        return this.pagesService.findOne(Number(pagenum));
-    }
-    create() {
-        return this.pagesService.create();
-    }
-    update(pagenum, updateDto) {
-        return this.pagesService.update(Number(pagenum), updateDto);
-    }
-    remove(pagenum) {
-        return this.pagesService.remove(Number(pagenum));
-    }
-};
-exports.PagesController = PagesController;
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", Promise)
-], PagesController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':pagenum'),
-    __param(0, (0, common_1.Param)('pagenum')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", Promise)
-], PagesController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Post)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", Promise)
-], PagesController.prototype, "create", null);
-__decorate([
-    (0, common_1.Put)(':pagenum'),
-    __param(0, (0, common_1.Param)('pagenum')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_page_dto_1.UpdatePageDto]),
-    __metadata("design:returntype", Promise)
-], PagesController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':pagenum'),
-    __param(0, (0, common_1.Param)('pagenum')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", Promise)
-], PagesController.prototype, "remove", null);
-exports.PagesController = PagesController = __decorate([
-    (0, common_1.Controller)('pages'),
-    __metadata("design:paramtypes", [pages_service_1.PagesService])
-], PagesController);
-//# sourceMappingURL=pages.controller.js.map
\ No newline at end of file
diff --git a/dist/pages/pages.controller.js.map b/dist/pages/pages.controller.js.map
deleted file mode 100644
index 2c39d1088970fd40c7a34a0d1e21c5de10e909fa..0000000000000000000000000000000000000000
--- a/dist/pages/pages.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"pages.controller.js","sourceRoot":"","sources":["../../src/pages/pages.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,mDAA+C;AAE/C,2DAAsD;AAI/C,IAAM,eAAe,GAArB,MAAM,eAAe;IAC1B,YAA6B,YAA0B;QAA1B,iBAAY,GAAZ,YAAY,CAAc;IAAG,CAAC;IAI3D,OAAO;QACL,OAAO,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,CAAC;IACrC,CAAC;IAID,OAAO,CAAmB,OAAe;QACvC,OAAO,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC;IACpD,CAAC;IAGD,MAAM;QACJ,OAAO,IAAI,CAAC,YAAY,CAAC,MAAM,EAAE,CAAC;IACpC,CAAC;IAGD,MAAM,CACc,OAAe,EACzB,SAAwB;QAEhC,OAAO,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,CAAC;IAC9D,CAAC;IAID,MAAM,CAAmB,OAAe;QACtC,OAAO,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC;IACnD,CAAC;CACF,CAAA;AAjCY,0CAAe;AAK1B;IADC,IAAA,YAAG,GAAE;;;;8CAGL;AAID;IADC,IAAA,YAAG,EAAC,UAAU,CAAC;IACP,WAAA,IAAA,cAAK,EAAC,SAAS,CAAC,CAAA;;;;8CAExB;AAGD;IADC,IAAA,aAAI,GAAE;;;;6CAGN;AAGD;IADC,IAAA,YAAG,EAAC,UAAU,CAAC;IAEb,WAAA,IAAA,cAAK,EAAC,SAAS,CAAC,CAAA;IAChB,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAY,+BAAa;;6CAGjC;AAID;IADC,IAAA,eAAM,EAAC,UAAU,CAAC;IACX,WAAA,IAAA,cAAK,EAAC,SAAS,CAAC,CAAA;;;;6CAEvB;0BAhCU,eAAe;IAD3B,IAAA,mBAAU,EAAC,OAAO,CAAC;qCAEyB,4BAAY;GAD5C,eAAe,CAiC3B"}
\ No newline at end of file
diff --git a/dist/pages/pages.module.d.ts b/dist/pages/pages.module.d.ts
deleted file mode 100644
index bd2e501ae5be6c3ee78d789d76ebb3a13ed82b30..0000000000000000000000000000000000000000
--- a/dist/pages/pages.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class PagesModule {
-}
diff --git a/dist/pages/pages.module.js b/dist/pages/pages.module.js
deleted file mode 100644
index c9ea951bb0352543cccec2004c43b3ed70c29db1..0000000000000000000000000000000000000000
--- a/dist/pages/pages.module.js
+++ /dev/null
@@ -1,26 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.PagesModule = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const pages_service_1 = require("./pages.service");
-const pages_controller_1 = require("./pages.controller");
-const page_entity_1 = require("./entities/page.entity");
-let PagesModule = class PagesModule {
-};
-exports.PagesModule = PagesModule;
-exports.PagesModule = PagesModule = __decorate([
-    (0, common_1.Module)({
-        imports: [typeorm_1.TypeOrmModule.forFeature([page_entity_1.Page])],
-        controllers: [pages_controller_1.PagesController],
-        providers: [pages_service_1.PagesService],
-        exports: [pages_service_1.PagesService],
-    })
-], PagesModule);
-//# sourceMappingURL=pages.module.js.map
\ No newline at end of file
diff --git a/dist/pages/pages.module.js.map b/dist/pages/pages.module.js.map
deleted file mode 100644
index d6badf0256bc3bac7d2d822de1027ed2036ebd83..0000000000000000000000000000000000000000
--- a/dist/pages/pages.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"pages.module.js","sourceRoot":"","sources":["../../src/pages/pages.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,mDAA+C;AAC/C,yDAAqD;AACrD,wDAA8C;AAQvC,IAAM,WAAW,GAAjB,MAAM,WAAW;CAAG,CAAA;AAAd,kCAAW;sBAAX,WAAW;IANvB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,kBAAI,CAAC,CAAC,CAAC;QAC3C,WAAW,EAAE,CAAC,kCAAe,CAAC;QAC9B,SAAS,EAAE,CAAC,4BAAY,CAAC;QACzB,OAAO,EAAE,CAAC,4BAAY,CAAC;KACxB,CAAC;GACW,WAAW,CAAG"}
\ No newline at end of file
diff --git a/dist/pages/pages.service.d.ts b/dist/pages/pages.service.d.ts
deleted file mode 100644
index e8b47321db7f80c3ddb8913bc56e3a433e498daa..0000000000000000000000000000000000000000
--- a/dist/pages/pages.service.d.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import { Repository } from 'typeorm';
-import { Page } from './entities/page.entity';
-import { UpdatePageDto } from './dto/update-page.dto';
-export declare class PagesService {
-    private readonly pageRepository;
-    constructor(pageRepository: Repository<Page>);
-    findAll(): Promise<Page[]>;
-    findOne(pagenum: number): Promise<Page>;
-    update(pagenum: number, updateDto: UpdatePageDto): Promise<Page>;
-    remove(pagenum: number): Promise<void>;
-    create(): Promise<Page>;
-    private reorderAllPageNums;
-}
diff --git a/dist/pages/pages.service.js b/dist/pages/pages.service.js
deleted file mode 100644
index 46c9c07eb5015e9ab33c67ff596f0a8d131e8bd2..0000000000000000000000000000000000000000
--- a/dist/pages/pages.service.js
+++ /dev/null
@@ -1,65 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.PagesService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const page_entity_1 = require("./entities/page.entity");
-let PagesService = class PagesService {
-    constructor(pageRepository) {
-        this.pageRepository = pageRepository;
-    }
-    async findAll() {
-        return this.pageRepository.find({ order: { pagenum: 'ASC' } });
-    }
-    async findOne(pagenum) {
-        const page = await this.pageRepository.findOne({ where: { pagenum } });
-        if (!page)
-            throw new common_1.NotFoundException(`Page with pagenum ${pagenum} not found`);
-        return page;
-    }
-    async update(pagenum, updateDto) {
-        const page = await this.findOne(pagenum);
-        Object.assign(page, updateDto);
-        return this.pageRepository.save(page);
-    }
-    async remove(pagenum) {
-        await this.pageRepository.delete({ pagenum });
-        await this.reorderAllPageNums();
-    }
-    async create() {
-        const lastPage = await this.pageRepository.find({
-            order: { pagenum: 'DESC' },
-            take: 1,
-        });
-        const newPageNum = lastPage.length > 0 ? lastPage[0].pagenum + 1 : 1;
-        const page = this.pageRepository.create({ pagenum: newPageNum });
-        return this.pageRepository.save(page);
-    }
-    async reorderAllPageNums() {
-        const pages = await this.pageRepository.find({ order: { pagenum: 'ASC' } });
-        for (let i = 0; i < pages.length; i++) {
-            pages[i].pagenum = i + 1;
-        }
-        await this.pageRepository.save(pages);
-    }
-};
-exports.PagesService = PagesService;
-exports.PagesService = PagesService = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(page_entity_1.Page)),
-    __metadata("design:paramtypes", [typeorm_2.Repository])
-], PagesService);
-//# sourceMappingURL=pages.service.js.map
\ No newline at end of file
diff --git a/dist/pages/pages.service.js.map b/dist/pages/pages.service.js.map
deleted file mode 100644
index 3b035745f912f84473a72c9173b82e2ca07f88fe..0000000000000000000000000000000000000000
--- a/dist/pages/pages.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"pages.service.js","sourceRoot":"","sources":["../../src/pages/pages.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA+D;AAC/D,6CAAmD;AACnD,qCAAqC;AACrC,wDAA8C;AAKvC,IAAM,YAAY,GAAlB,MAAM,YAAY;IACvB,YAEmB,cAAgC;QAAhC,mBAAc,GAAd,cAAc,CAAkB;IAChD,CAAC;IAEJ,KAAK,CAAC,OAAO;QAEX,OAAO,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC;IACjE,CAAC;IAED,KAAK,CAAC,OAAO,CAAC,OAAe;QAE3B,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,CAAC,CAAC;QACvE,IAAI,CAAC,IAAI;YACP,MAAM,IAAI,0BAAiB,CAAC,qBAAqB,OAAO,YAAY,CAAC,CAAC;QACxE,OAAO,IAAI,CAAC;IACd,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,OAAe,EAAE,SAAwB;QACpD,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACzC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC/B,OAAO,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,OAAe;QAE1B,MAAM,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC;QAE9C,MAAM,IAAI,CAAC,kBAAkB,EAAE,CAAC;IAClC,CAAC;IAED,KAAK,CAAC,MAAM;QACV,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC;YAC9C,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE;YAC1B,IAAI,EAAE,CAAC;SACR,CAAC,CAAC;QAEH,MAAM,UAAU,GAAG,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAErE,MAAM,IAAI,GAAG,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC,CAAC;QACjE,OAAO,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC;IAEO,KAAK,CAAC,kBAAkB;QAC9B,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC;QAC5E,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;YACtC,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC;QAC3B,CAAC;QACD,MAAM,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACxC,CAAC;CACF,CAAA;AAnDY,oCAAY;uBAAZ,YAAY;IADxB,IAAA,mBAAU,GAAE;IAGR,WAAA,IAAA,0BAAgB,EAAC,kBAAI,CAAC,CAAA;qCACU,oBAAU;GAHlC,YAAY,CAmDxB"}
\ No newline at end of file
diff --git a/dist/product_stocks/dto/create-product_stock.dto.d.ts b/dist/product_stocks/dto/create-product_stock.dto.d.ts
deleted file mode 100644
index f08590b4cec4f70427e4a2843192d75d43c86afe..0000000000000000000000000000000000000000
--- a/dist/product_stocks/dto/create-product_stock.dto.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-export declare class CreateProductStockDto {
-    ProductID: number;
-    quantityReceived: number;
-    status: string;
-    addDate: Date;
-}
diff --git a/dist/product_stocks/dto/create-product_stock.dto.js b/dist/product_stocks/dto/create-product_stock.dto.js
deleted file mode 100644
index 3d28a3c1b4c6922e2221c27d5c8747446da29316..0000000000000000000000000000000000000000
--- a/dist/product_stocks/dto/create-product_stock.dto.js
+++ /dev/null
@@ -1,35 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateProductStockDto = void 0;
-const class_transformer_1 = require("class-transformer");
-const class_validator_1 = require("class-validator");
-class CreateProductStockDto {
-}
-exports.CreateProductStockDto = CreateProductStockDto;
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateProductStockDto.prototype, "ProductID", void 0);
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateProductStockDto.prototype, "quantityReceived", void 0);
-__decorate([
-    (0, class_validator_1.IsString)(),
-    __metadata("design:type", String)
-], CreateProductStockDto.prototype, "status", void 0);
-__decorate([
-    (0, class_validator_1.IsDate)(),
-    (0, class_transformer_1.Type)(() => Date),
-    __metadata("design:type", Date)
-], CreateProductStockDto.prototype, "addDate", void 0);
-//# sourceMappingURL=create-product_stock.dto.js.map
\ No newline at end of file
diff --git a/dist/product_stocks/dto/create-product_stock.dto.js.map b/dist/product_stocks/dto/create-product_stock.dto.js.map
deleted file mode 100644
index b19668825ecc6ed2689773b741ea3a0abddff1cf..0000000000000000000000000000000000000000
--- a/dist/product_stocks/dto/create-product_stock.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-product_stock.dto.js","sourceRoot":"","sources":["../../../src/product_stocks/dto/create-product_stock.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAA0D;AAE1D,MAAa,qBAAqB;CAajC;AAbD,sDAaC;AAXC;IADC,IAAA,uBAAK,GAAE;;wDACU;AAGlB;IADC,IAAA,uBAAK,GAAE;;+DACiB;AAGzB;IADC,IAAA,0BAAQ,GAAE;;qDACI;AAIf;IAFC,IAAA,wBAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;8BACR,IAAI;sDAAC"}
\ No newline at end of file
diff --git a/dist/product_stocks/dto/update-product_stock.dto.d.ts b/dist/product_stocks/dto/update-product_stock.dto.d.ts
deleted file mode 100644
index d9ee83a17500b65e04543c4ebba37c2038f804a0..0000000000000000000000000000000000000000
--- a/dist/product_stocks/dto/update-product_stock.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateProductStockDto } from './create-product_stock.dto';
-declare const UpdateProductStockDto_base: import("@nestjs/common").Type<Partial<CreateProductStockDto>>;
-export declare class UpdateProductStockDto extends UpdateProductStockDto_base {
-}
-export {};
diff --git a/dist/product_stocks/dto/update-product_stock.dto.js b/dist/product_stocks/dto/update-product_stock.dto.js
deleted file mode 100644
index bec429b54ac8a99f0a109a7b8e9d696c87176542..0000000000000000000000000000000000000000
--- a/dist/product_stocks/dto/update-product_stock.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateProductStockDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_product_stock_dto_1 = require("./create-product_stock.dto");
-class UpdateProductStockDto extends (0, swagger_1.PartialType)(create_product_stock_dto_1.CreateProductStockDto) {
-}
-exports.UpdateProductStockDto = UpdateProductStockDto;
-//# sourceMappingURL=update-product_stock.dto.js.map
\ No newline at end of file
diff --git a/dist/product_stocks/dto/update-product_stock.dto.js.map b/dist/product_stocks/dto/update-product_stock.dto.js.map
deleted file mode 100644
index 3237731623a9c0fd181eff349f7b1cd9c2411645..0000000000000000000000000000000000000000
--- a/dist/product_stocks/dto/update-product_stock.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-product_stock.dto.js","sourceRoot":"","sources":["../../../src/product_stocks/dto/update-product_stock.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,yEAAmE;AAEnE,MAAa,qBAAsB,SAAQ,IAAA,qBAAW,EAAC,gDAAqB,CAAC;CAAG;AAAhF,sDAAgF"}
\ No newline at end of file
diff --git a/dist/product_stocks/entities/product_stock.entity.d.ts b/dist/product_stocks/entities/product_stock.entity.d.ts
deleted file mode 100644
index 425b90c53628ca1b2ecce7021f17c05e9a35b229..0000000000000000000000000000000000000000
--- a/dist/product_stocks/entities/product_stock.entity.d.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-import { Product } from '@/products/entities/product.entity';
-export declare class ProductStock {
-    productStockID: number;
-    product: Product;
-    quantityReceived: number;
-    status: string;
-    addDate: Date;
-}
diff --git a/dist/product_stocks/entities/product_stock.entity.js b/dist/product_stocks/entities/product_stock.entity.js
deleted file mode 100644
index ad20323fe1b978716aa3a92d2346a8178d6419d6..0000000000000000000000000000000000000000
--- a/dist/product_stocks/entities/product_stock.entity.js
+++ /dev/null
@@ -1,44 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.ProductStock = void 0;
-const typeorm_1 = require("typeorm");
-const product_entity_1 = require("../../products/entities/product.entity");
-let ProductStock = class ProductStock {
-};
-exports.ProductStock = ProductStock;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], ProductStock.prototype, "productStockID", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => product_entity_1.Product, (product) => product.productStocks, {
-        onDelete: 'CASCADE',
-    }),
-    (0, typeorm_1.JoinColumn)({ name: 'ProductID' }),
-    __metadata("design:type", product_entity_1.Product)
-], ProductStock.prototype, "product", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int' }),
-    __metadata("design:type", Number)
-], ProductStock.prototype, "quantityReceived", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 50 }),
-    __metadata("design:type", String)
-], ProductStock.prototype, "status", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'date' }),
-    __metadata("design:type", Date)
-], ProductStock.prototype, "addDate", void 0);
-exports.ProductStock = ProductStock = __decorate([
-    (0, typeorm_1.Entity)('Product_Stock')
-], ProductStock);
-//# sourceMappingURL=product_stock.entity.js.map
\ No newline at end of file
diff --git a/dist/product_stocks/entities/product_stock.entity.js.map b/dist/product_stocks/entities/product_stock.entity.js.map
deleted file mode 100644
index 8aa8a43545a3b5cef0ddc31d2ec4333bf3afa0a8..0000000000000000000000000000000000000000
--- a/dist/product_stocks/entities/product_stock.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"product_stock.entity.js","sourceRoot":"","sources":["../../../src/product_stocks/entities/product_stock.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAMiB;AACjB,2EAA6D;AAGtD,IAAM,YAAY,GAAlB,MAAM,YAAY;CAkBxB,CAAA;AAlBY,oCAAY;AAEvB;IADC,IAAA,gCAAsB,GAAE;;oDACF;AAMvB;IAJC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAO,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,aAAa,EAAE;QAC5D,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BACzB,wBAAO;6CAAC;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;sDACC;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;4CACzB;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;8BAChB,IAAI;6CAAC;uBAjBH,YAAY;IADxB,IAAA,gBAAM,EAAC,eAAe,CAAC;GACX,YAAY,CAkBxB"}
\ No newline at end of file
diff --git a/dist/product_stocks/product_stocks.controller.d.ts b/dist/product_stocks/product_stocks.controller.d.ts
deleted file mode 100644
index e8dd7ebefc9f56cbaaedbd3e9e973ee7cc2cad56..0000000000000000000000000000000000000000
--- a/dist/product_stocks/product_stocks.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { ProductStocksService } from './product_stocks.service';
-import { CreateProductStockDto } from './dto/create-product_stock.dto';
-import { UpdateProductStockDto } from './dto/update-product_stock.dto';
-export declare class ProductStocksController {
-    private readonly productStocksService;
-    constructor(productStocksService: ProductStocksService);
-    create(createProductStockDto: CreateProductStockDto): Promise<import("./entities/product_stock.entity").ProductStock>;
-    findAll(): Promise<import("./entities/product_stock.entity").ProductStock[]>;
-    findOne(id: string): Promise<import("./entities/product_stock.entity").ProductStock>;
-    update(id: string, updateProductStockDto: UpdateProductStockDto): Promise<import("./entities/product_stock.entity").ProductStock>;
-    remove(id: string): Promise<import("./entities/product_stock.entity").ProductStock>;
-}
diff --git a/dist/product_stocks/product_stocks.controller.js b/dist/product_stocks/product_stocks.controller.js
deleted file mode 100644
index 06fa3e28baf40439ec738a3dfbfbd303d6d4ead5..0000000000000000000000000000000000000000
--- a/dist/product_stocks/product_stocks.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.ProductStocksController = void 0;
-const common_1 = require("@nestjs/common");
-const product_stocks_service_1 = require("./product_stocks.service");
-const create_product_stock_dto_1 = require("./dto/create-product_stock.dto");
-const update_product_stock_dto_1 = require("./dto/update-product_stock.dto");
-let ProductStocksController = class ProductStocksController {
-    constructor(productStocksService) {
-        this.productStocksService = productStocksService;
-    }
-    create(createProductStockDto) {
-        return this.productStocksService.create(createProductStockDto);
-    }
-    findAll() {
-        return this.productStocksService.findAll();
-    }
-    findOne(id) {
-        return this.productStocksService.findOne(+id);
-    }
-    update(id, updateProductStockDto) {
-        return this.productStocksService.update(+id, updateProductStockDto);
-    }
-    remove(id) {
-        return this.productStocksService.remove(+id);
-    }
-};
-exports.ProductStocksController = ProductStocksController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_product_stock_dto_1.CreateProductStockDto]),
-    __metadata("design:returntype", void 0)
-], ProductStocksController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], ProductStocksController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], ProductStocksController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_product_stock_dto_1.UpdateProductStockDto]),
-    __metadata("design:returntype", void 0)
-], ProductStocksController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], ProductStocksController.prototype, "remove", null);
-exports.ProductStocksController = ProductStocksController = __decorate([
-    (0, common_1.Controller)('product-stocks'),
-    __metadata("design:paramtypes", [product_stocks_service_1.ProductStocksService])
-], ProductStocksController);
-//# sourceMappingURL=product_stocks.controller.js.map
\ No newline at end of file
diff --git a/dist/product_stocks/product_stocks.controller.js.map b/dist/product_stocks/product_stocks.controller.js.map
deleted file mode 100644
index 858837a9bd5de8b3c1ceef38a15483035f7999c7..0000000000000000000000000000000000000000
--- a/dist/product_stocks/product_stocks.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"product_stocks.controller.js","sourceRoot":"","sources":["../../src/product_stocks/product_stocks.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,qEAAgE;AAChE,6EAAuE;AACvE,6EAAuE;AAGhE,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAClC,YAA6B,oBAA0C;QAA1C,yBAAoB,GAApB,oBAAoB,CAAsB;IAAG,CAAC;IAG3E,MAAM,CAAS,qBAA4C;QACzD,OAAO,IAAI,CAAC,oBAAoB,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;IACjE,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,oBAAoB,CAAC,OAAO,EAAE,CAAC;IAC7C,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAChD,CAAC;IAGD,MAAM,CACS,EAAU,EACf,qBAA4C;QAEpD,OAAO,IAAI,CAAC,oBAAoB,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,qBAAqB,CAAC,CAAC;IACtE,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,oBAAoB,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IAC/C,CAAC;CACF,CAAA;AA9BY,0DAAuB;AAIlC;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAwB,gDAAqB;;qDAE1D;AAGD;IADC,IAAA,YAAG,GAAE;;;;sDAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;sDAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IAEV,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IACX,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAwB,gDAAqB;;qDAGrD;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;qDAElB;kCA7BU,uBAAuB;IADnC,IAAA,mBAAU,EAAC,gBAAgB,CAAC;qCAEwB,6CAAoB;GAD5D,uBAAuB,CA8BnC"}
\ No newline at end of file
diff --git a/dist/product_stocks/product_stocks.module.d.ts b/dist/product_stocks/product_stocks.module.d.ts
deleted file mode 100644
index 842209118b5348239e41b01c5a3fc81b395a17a0..0000000000000000000000000000000000000000
--- a/dist/product_stocks/product_stocks.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class ProductStocksModule {
-}
diff --git a/dist/product_stocks/product_stocks.module.js b/dist/product_stocks/product_stocks.module.js
deleted file mode 100644
index ca3dc162ca5024240069c0b4f6495914a9957c9d..0000000000000000000000000000000000000000
--- a/dist/product_stocks/product_stocks.module.js
+++ /dev/null
@@ -1,27 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.ProductStocksModule = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const product_stocks_service_1 = require("./product_stocks.service");
-const product_stocks_controller_1 = require("./product_stocks.controller");
-const product_stock_entity_1 = require("./entities/product_stock.entity");
-const product_entity_1 = require("../products/entities/product.entity");
-let ProductStocksModule = class ProductStocksModule {
-};
-exports.ProductStocksModule = ProductStocksModule;
-exports.ProductStocksModule = ProductStocksModule = __decorate([
-    (0, common_1.Module)({
-        imports: [typeorm_1.TypeOrmModule.forFeature([product_stock_entity_1.ProductStock, product_entity_1.Product])],
-        controllers: [product_stocks_controller_1.ProductStocksController],
-        providers: [product_stocks_service_1.ProductStocksService],
-        exports: [product_stocks_service_1.ProductStocksService],
-    })
-], ProductStocksModule);
-//# sourceMappingURL=product_stocks.module.js.map
\ No newline at end of file
diff --git a/dist/product_stocks/product_stocks.module.js.map b/dist/product_stocks/product_stocks.module.js.map
deleted file mode 100644
index 77743316c8ebac3cb511462b52cc3a025642e8c7..0000000000000000000000000000000000000000
--- a/dist/product_stocks/product_stocks.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"product_stocks.module.js","sourceRoot":"","sources":["../../src/product_stocks/product_stocks.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,qEAAgE;AAChE,2EAAsE;AACtE,0EAA+D;AAC/D,wEAA6D;AAQtD,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;CAAG,CAAA;AAAtB,kDAAmB;8BAAnB,mBAAmB;IAN/B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,mCAAY,EAAE,wBAAO,CAAC,CAAC,CAAC;QAC5D,WAAW,EAAE,CAAC,mDAAuB,CAAC;QACtC,SAAS,EAAE,CAAC,6CAAoB,CAAC;QACjC,OAAO,EAAE,CAAC,6CAAoB,CAAC;KAChC,CAAC;GACW,mBAAmB,CAAG"}
\ No newline at end of file
diff --git a/dist/product_stocks/product_stocks.service.d.ts b/dist/product_stocks/product_stocks.service.d.ts
deleted file mode 100644
index 68e90c87a98d63750867ac3cfa94201c0ebe94b4..0000000000000000000000000000000000000000
--- a/dist/product_stocks/product_stocks.service.d.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-import { Repository } from 'typeorm';
-import { ProductStock } from './entities/product_stock.entity';
-import { Product } from '@/products/entities/product.entity';
-import { CreateProductStockDto } from './dto/create-product_stock.dto';
-import { UpdateProductStockDto } from './dto/update-product_stock.dto';
-export declare class ProductStocksService {
-    private readonly productStockRepository;
-    private readonly productRepository;
-    constructor(productStockRepository: Repository<ProductStock>, productRepository: Repository<Product>);
-    create(createProductStockDto: CreateProductStockDto): Promise<ProductStock>;
-    findAll(): Promise<ProductStock[]>;
-    findOne(id: number): Promise<ProductStock>;
-    update(id: number, updateProductStockDto: UpdateProductStockDto): Promise<ProductStock>;
-    remove(id: number): Promise<ProductStock>;
-}
diff --git a/dist/product_stocks/product_stocks.service.js b/dist/product_stocks/product_stocks.service.js
deleted file mode 100644
index e55ceacd513fbfc2da33299e515cbc7dfeadfe12..0000000000000000000000000000000000000000
--- a/dist/product_stocks/product_stocks.service.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.ProductStocksService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const product_stock_entity_1 = require("./entities/product_stock.entity");
-const product_entity_1 = require("../products/entities/product.entity");
-let ProductStocksService = class ProductStocksService {
-    constructor(productStockRepository, productRepository) {
-        this.productStockRepository = productStockRepository;
-        this.productRepository = productRepository;
-    }
-    async create(createProductStockDto) {
-        const { ProductID, quantityReceived, status, addDate } = createProductStockDto;
-        const product = await this.productRepository.findOne({
-            where: { ProductID },
-        });
-        if (!product) {
-            throw new common_1.NotFoundException(`Product with ID ${ProductID} not found`);
-        }
-        const newProductStock = this.productStockRepository.create({
-            product,
-            quantityReceived,
-            status,
-            addDate: addDate || new Date(),
-        });
-        return await this.productStockRepository.save(newProductStock);
-    }
-    async findAll() {
-        return this.productStockRepository.find({
-            relations: ['product'],
-        });
-    }
-    async findOne(id) {
-        const productStock = await this.productStockRepository.findOne({
-            where: { productStockID: id },
-            relations: ['product'],
-        });
-        if (!productStock) {
-            throw new common_1.NotFoundException(`ProductStock with ID ${id} not found`);
-        }
-        return productStock;
-    }
-    async update(id, updateProductStockDto) {
-        const { quantityReceived, status, addDate } = updateProductStockDto;
-        const productStock = await this.findOne(id);
-        productStock.quantityReceived =
-            quantityReceived ?? productStock.quantityReceived;
-        productStock.status = status ?? productStock.status;
-        productStock.addDate = addDate ?? productStock.addDate;
-        return this.productStockRepository.save(productStock);
-    }
-    async remove(id) {
-        const productStock = await this.findOne(id);
-        await this.productStockRepository.remove(productStock);
-        return productStock;
-    }
-};
-exports.ProductStocksService = ProductStocksService;
-exports.ProductStocksService = ProductStocksService = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(product_stock_entity_1.ProductStock)),
-    __param(1, (0, typeorm_1.InjectRepository)(product_entity_1.Product)),
-    __metadata("design:paramtypes", [typeorm_2.Repository,
-        typeorm_2.Repository])
-], ProductStocksService);
-//# sourceMappingURL=product_stocks.service.js.map
\ No newline at end of file
diff --git a/dist/product_stocks/product_stocks.service.js.map b/dist/product_stocks/product_stocks.service.js.map
deleted file mode 100644
index 7866c7cf58327b2a94c1ec103b901827aed1cb3f..0000000000000000000000000000000000000000
--- a/dist/product_stocks/product_stocks.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"product_stocks.service.js","sourceRoot":"","sources":["../../src/product_stocks/product_stocks.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA+D;AAC/D,6CAAmD;AACnD,qCAAuD;AACvD,0EAA+D;AAC/D,wEAA6D;AAKtD,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAC/B,YAEmB,sBAAgD,EAGhD,iBAAsC;QAHtC,2BAAsB,GAAtB,sBAAsB,CAA0B;QAGhD,sBAAiB,GAAjB,iBAAiB,CAAqB;IACtD,CAAC;IAGJ,KAAK,CAAC,MAAM,CACV,qBAA4C;QAE5C,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,EAAE,OAAO,EAAE,GACpD,qBAAqB,CAAC;QAGxB,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC;YACnD,KAAK,EAAE,EAAE,SAAS,EAA+B;SAClD,CAAC,CAAC;QAEH,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,MAAM,IAAI,0BAAiB,CAAC,mBAAmB,SAAS,YAAY,CAAC,CAAC;QACxE,CAAC;QAGD,MAAM,eAAe,GAAG,IAAI,CAAC,sBAAsB,CAAC,MAAM,CAAC;YACzD,OAAO;YACP,gBAAgB;YAChB,MAAM;YACN,OAAO,EAAE,OAAO,IAAI,IAAI,IAAI,EAAE;SAC/B,CAAC,CAAC;QAEH,OAAO,MAAM,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;IACjE,CAAC;IAGD,KAAK,CAAC,OAAO;QACX,OAAO,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC;YACtC,SAAS,EAAE,CAAC,SAAS,CAAC;SACvB,CAAC,CAAC;IACL,CAAC;IAGD,KAAK,CAAC,OAAO,CAAC,EAAU;QACtB,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,sBAAsB,CAAC,OAAO,CAAC;YAC7D,KAAK,EAAE,EAAE,cAAc,EAAE,EAAE,EAAoC;YAC/D,SAAS,EAAE,CAAC,SAAS,CAAC;SACvB,CAAC,CAAC;QAEH,IAAI,CAAC,YAAY,EAAE,CAAC;YAClB,MAAM,IAAI,0BAAiB,CAAC,wBAAwB,EAAE,YAAY,CAAC,CAAC;QACtE,CAAC;QACD,OAAO,YAAY,CAAC;IACtB,CAAC;IAGD,KAAK,CAAC,MAAM,CACV,EAAU,EACV,qBAA4C;QAE5C,MAAM,EAAE,gBAAgB,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,qBAAqB,CAAC;QAEpE,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QAG5C,YAAY,CAAC,gBAAgB;YAC3B,gBAAgB,IAAI,YAAY,CAAC,gBAAgB,CAAC;QACpD,YAAY,CAAC,MAAM,GAAG,MAAM,IAAI,YAAY,CAAC,MAAM,CAAC;QACpD,YAAY,CAAC,OAAO,GAAG,OAAO,IAAI,YAAY,CAAC,OAAO,CAAC;QAEvD,OAAO,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IACxD,CAAC;IAGD,KAAK,CAAC,MAAM,CAAC,EAAU;QACrB,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QAC5C,MAAM,IAAI,CAAC,sBAAsB,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;QACvD,OAAO,YAAY,CAAC;IACtB,CAAC;CACF,CAAA;AAhFY,oDAAoB;+BAApB,oBAAoB;IADhC,IAAA,mBAAU,GAAE;IAGR,WAAA,IAAA,0BAAgB,EAAC,mCAAY,CAAC,CAAA;IAG9B,WAAA,IAAA,0BAAgB,EAAC,wBAAO,CAAC,CAAA;qCAFe,oBAAU;QAGf,oBAAU;GANrC,oBAAoB,CAgFhC"}
\ No newline at end of file
diff --git a/dist/production_targets/dto/create-production_target.dto.d.ts b/dist/production_targets/dto/create-production_target.dto.d.ts
deleted file mode 100644
index 5b15911893ff588fd192da741cf52f102d09fa03..0000000000000000000000000000000000000000
--- a/dist/production_targets/dto/create-production_target.dto.d.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-export declare function parseDate(dateInput: string | number): Date;
-export declare class CreateProductionTargetDto {
-    ProductionTargetID: number;
-    OrderID?: number | null;
-    pageID?: number | null;
-    itemID: number;
-    itemType: 'PRODUCT' | 'MATERIAL';
-    TargetProduced?: number;
-    ActualProduced: number;
-    Status?: string;
-    Date?: Date;
-    startTime?: Date;
-    endTime?: Date;
-}
-export declare class CreateManyProductionTargetsDto {
-    productionTargets: CreateProductionTargetDto[];
-}
diff --git a/dist/production_targets/dto/create-production_target.dto.js b/dist/production_targets/dto/create-production_target.dto.js
deleted file mode 100644
index 3ac4a11702e3c87b73e69188e83167dd2b837448..0000000000000000000000000000000000000000
--- a/dist/production_targets/dto/create-production_target.dto.js
+++ /dev/null
@@ -1,106 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateManyProductionTargetsDto = exports.CreateProductionTargetDto = exports.parseDate = void 0;
-const common_1 = require("@nestjs/common");
-const class_transformer_1 = require("class-transformer");
-const class_validator_1 = require("class-validator");
-function parseDate(dateInput) {
-    if (typeof dateInput === 'string') {
-        const ddMmYyyyRegex = /^(\d{1,2})\/(\d{1,2})\/(\d{4})$/;
-        const match = dateInput.match(ddMmYyyyRegex);
-        if (match) {
-            const [, day, month, year] = match.map(Number);
-            return new Date(year, month - 1, day);
-        }
-        const parsedDate = new Date(dateInput);
-        if (!isNaN(parsedDate.getTime())) {
-            return parsedDate;
-        }
-        throw new common_1.BadRequestException(`❌ Invalid date format: ${dateInput}. Expected "YYYY-MM-DD" or "dd/MM/yyyy".`);
-    }
-    else if (typeof dateInput === 'number') {
-        return new Date(dateInput);
-    }
-    throw new common_1.BadRequestException(`❌ Unsupported date format: ${dateInput}`);
-}
-exports.parseDate = parseDate;
-class CreateProductionTargetDto {
-    constructor() {
-        this.Status = 'กำลังรอ';
-    }
-}
-exports.CreateProductionTargetDto = CreateProductionTargetDto;
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateProductionTargetDto.prototype, "ProductionTargetID", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateProductionTargetDto.prototype, "OrderID", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateProductionTargetDto.prototype, "pageID", void 0);
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateProductionTargetDto.prototype, "itemID", void 0);
-__decorate([
-    (0, class_validator_1.IsEnum)(['PRODUCT', 'MATERIAL']),
-    __metadata("design:type", String)
-], CreateProductionTargetDto.prototype, "itemType", void 0);
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    (0, class_validator_1.Min)(0),
-    __metadata("design:type", Number)
-], CreateProductionTargetDto.prototype, "TargetProduced", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    (0, class_validator_1.Min)(0),
-    __metadata("design:type", Number)
-], CreateProductionTargetDto.prototype, "ActualProduced", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsString)(),
-    __metadata("design:type", String)
-], CreateProductionTargetDto.prototype, "Status", void 0);
-__decorate([
-    (0, class_transformer_1.Transform)(({ value }) => parseDate(value), { toClassOnly: true }),
-    (0, class_validator_1.IsDate)(),
-    (0, class_validator_1.IsOptional)(),
-    __metadata("design:type", Date)
-], CreateProductionTargetDto.prototype, "Date", void 0);
-__decorate([
-    (0, class_transformer_1.Transform)(({ value }) => (value ? parseDate(value) : null), {
-        toClassOnly: true,
-    }),
-    (0, class_validator_1.IsDate)(),
-    (0, class_validator_1.IsOptional)(),
-    __metadata("design:type", Date)
-], CreateProductionTargetDto.prototype, "startTime", void 0);
-__decorate([
-    (0, class_transformer_1.Transform)(({ value }) => (value ? parseDate(value) : null), {
-        toClassOnly: true,
-    }),
-    (0, class_validator_1.IsDate)(),
-    (0, class_validator_1.IsOptional)(),
-    __metadata("design:type", Date)
-], CreateProductionTargetDto.prototype, "endTime", void 0);
-class CreateManyProductionTargetsDto {
-}
-exports.CreateManyProductionTargetsDto = CreateManyProductionTargetsDto;
-//# sourceMappingURL=create-production_target.dto.js.map
\ No newline at end of file
diff --git a/dist/production_targets/dto/create-production_target.dto.js.map b/dist/production_targets/dto/create-production_target.dto.js.map
deleted file mode 100644
index 98a42bd4d27e6db1fd2854498b26eb97b0f8f7ff..0000000000000000000000000000000000000000
--- a/dist/production_targets/dto/create-production_target.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-production_target.dto.js","sourceRoot":"","sources":["../../../src/production_targets/dto/create-production_target.dto.ts"],"names":[],"mappings":"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"}
\ No newline at end of file
diff --git a/dist/production_targets/dto/edit-today.dto.d.ts b/dist/production_targets/dto/edit-today.dto.d.ts
deleted file mode 100644
index de8a5e65e865147c910f7c48b2d6b7dcbda7b59e..0000000000000000000000000000000000000000
--- a/dist/production_targets/dto/edit-today.dto.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-export declare class EditTodayDto {
-    itemID: number;
-    itemType: 'PRODUCT' | 'MATERIAL';
-    date: string;
-    actualProduced: number;
-}
diff --git a/dist/production_targets/dto/edit-today.dto.js b/dist/production_targets/dto/edit-today.dto.js
deleted file mode 100644
index e7b745e07a7c742e24ba779e2f7f5b0c65de432b..0000000000000000000000000000000000000000
--- a/dist/production_targets/dto/edit-today.dto.js
+++ /dev/null
@@ -1,36 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.EditTodayDto = void 0;
-const class_validator_1 = require("class-validator");
-class EditTodayDto {
-}
-exports.EditTodayDto = EditTodayDto;
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    (0, class_validator_1.Min)(1),
-    __metadata("design:type", Number)
-], EditTodayDto.prototype, "itemID", void 0);
-__decorate([
-    (0, class_validator_1.IsEnum)(['PRODUCT', 'MATERIAL']),
-    __metadata("design:type", String)
-], EditTodayDto.prototype, "itemType", void 0);
-__decorate([
-    (0, class_validator_1.IsString)(),
-    (0, class_validator_1.IsNotEmpty)(),
-    __metadata("design:type", String)
-], EditTodayDto.prototype, "date", void 0);
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    (0, class_validator_1.Min)(0),
-    __metadata("design:type", Number)
-], EditTodayDto.prototype, "actualProduced", void 0);
-//# sourceMappingURL=edit-today.dto.js.map
\ No newline at end of file
diff --git a/dist/production_targets/dto/edit-today.dto.js.map b/dist/production_targets/dto/edit-today.dto.js.map
deleted file mode 100644
index a8dffa07bb2e449e1f22a5c46453d1394a3ccf16..0000000000000000000000000000000000000000
--- a/dist/production_targets/dto/edit-today.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"edit-today.dto.js","sourceRoot":"","sources":["../../../src/production_targets/dto/edit-today.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAE3E,MAAa,YAAY;CAexB;AAfD,oCAeC;AAZC;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;4CACQ;AAGf;IADC,IAAA,wBAAM,EAAC,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;;8CACC;AAIjC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0CACA;AAIb;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;oDACgB"}
\ No newline at end of file
diff --git a/dist/production_targets/dto/update-production_target.dto.d.ts b/dist/production_targets/dto/update-production_target.dto.d.ts
deleted file mode 100644
index c842d60ab0531a1f38cf7b41f71ea767f604c5bc..0000000000000000000000000000000000000000
--- a/dist/production_targets/dto/update-production_target.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateProductionTargetDto } from './create-production_target.dto';
-declare const UpdateProductionTargetDto_base: import("@nestjs/common").Type<Partial<CreateProductionTargetDto>>;
-export declare class UpdateProductionTargetDto extends UpdateProductionTargetDto_base {
-}
-export {};
diff --git a/dist/production_targets/dto/update-production_target.dto.js b/dist/production_targets/dto/update-production_target.dto.js
deleted file mode 100644
index 292302a8b7078fabf7a5054b66bf45f4739d6255..0000000000000000000000000000000000000000
--- a/dist/production_targets/dto/update-production_target.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateProductionTargetDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_production_target_dto_1 = require("./create-production_target.dto");
-class UpdateProductionTargetDto extends (0, swagger_1.PartialType)(create_production_target_dto_1.CreateProductionTargetDto) {
-}
-exports.UpdateProductionTargetDto = UpdateProductionTargetDto;
-//# sourceMappingURL=update-production_target.dto.js.map
\ No newline at end of file
diff --git a/dist/production_targets/dto/update-production_target.dto.js.map b/dist/production_targets/dto/update-production_target.dto.js.map
deleted file mode 100644
index 52f23fdbce56ac24870e8683672e292a90f4a11d..0000000000000000000000000000000000000000
--- a/dist/production_targets/dto/update-production_target.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-production_target.dto.js","sourceRoot":"","sources":["../../../src/production_targets/dto/update-production_target.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,iFAA2E;AAE3E,MAAa,yBAA0B,SAAQ,IAAA,qBAAW,EACxD,wDAAyB,CAC1B;CAAG;AAFJ,8DAEI"}
\ No newline at end of file
diff --git a/dist/production_targets/entities/production_target.entity.d.ts b/dist/production_targets/entities/production_target.entity.d.ts
deleted file mode 100644
index 34cae87ca9e3f216135e21b4604f7b8be8d579ee..0000000000000000000000000000000000000000
--- a/dist/production_targets/entities/production_target.entity.d.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-import { Order } from '@/orders/entities/order.entity';
-import { Page } from '@/pages/entities/page.entity';
-export declare class ProductionTarget {
-    ProductionTargetID: number;
-    itemID: number;
-    page: Page;
-    itemType: 'PRODUCT' | 'MATERIAL';
-    order: Order;
-    TargetProduced: number;
-    ActualProduced: number;
-    startTime: Date;
-    endTime: Date;
-    totalProductionHours: number;
-    Status: string;
-    Date: Date;
-    updatedAt: Date;
-}
diff --git a/dist/production_targets/entities/production_target.entity.js b/dist/production_targets/entities/production_target.entity.js
deleted file mode 100644
index 3da2c3701a985bfb4e786fbb8bdfc5e8364badb3..0000000000000000000000000000000000000000
--- a/dist/production_targets/entities/production_target.entity.js
+++ /dev/null
@@ -1,82 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.ProductionTarget = void 0;
-const typeorm_1 = require("typeorm");
-const order_entity_1 = require("../../orders/entities/order.entity");
-const page_entity_1 = require("../../pages/entities/page.entity");
-let ProductionTarget = class ProductionTarget {
-};
-exports.ProductionTarget = ProductionTarget;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], ProductionTarget.prototype, "ProductionTargetID", void 0);
-__decorate([
-    (0, typeorm_1.Column)(),
-    __metadata("design:type", Number)
-], ProductionTarget.prototype, "itemID", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => page_entity_1.Page, (page) => page.productionTargets, {
-        onDelete: 'SET NULL',
-        nullable: true,
-    }),
-    (0, typeorm_1.JoinColumn)({ name: 'PageID' }),
-    __metadata("design:type", page_entity_1.Page)
-], ProductionTarget.prototype, "page", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'enum', enum: ['PRODUCT', 'MATERIAL'] }),
-    __metadata("design:type", String)
-], ProductionTarget.prototype, "itemType", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => order_entity_1.Order, (order) => order.productionTargets, {
-        onDelete: 'SET NULL',
-        nullable: true,
-    }),
-    (0, typeorm_1.JoinColumn)({ name: 'OrderID' }),
-    __metadata("design:type", order_entity_1.Order)
-], ProductionTarget.prototype, "order", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ default: 0 }),
-    __metadata("design:type", Number)
-], ProductionTarget.prototype, "TargetProduced", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ default: 0 }),
-    __metadata("design:type", Number)
-], ProductionTarget.prototype, "ActualProduced", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'timestamp', nullable: true }),
-    __metadata("design:type", Date)
-], ProductionTarget.prototype, "startTime", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'timestamp', nullable: true }),
-    __metadata("design:type", Date)
-], ProductionTarget.prototype, "endTime", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'float', nullable: true }),
-    __metadata("design:type", Number)
-], ProductionTarget.prototype, "totalProductionHours", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 50, default: 'กำลังรอ' }),
-    __metadata("design:type", String)
-], ProductionTarget.prototype, "Status", void 0);
-__decorate([
-    (0, typeorm_1.CreateDateColumn)(),
-    __metadata("design:type", Date)
-], ProductionTarget.prototype, "Date", void 0);
-__decorate([
-    (0, typeorm_1.UpdateDateColumn)(),
-    __metadata("design:type", Date)
-], ProductionTarget.prototype, "updatedAt", void 0);
-exports.ProductionTarget = ProductionTarget = __decorate([
-    (0, typeorm_1.Entity)('Production_Target')
-], ProductionTarget);
-//# sourceMappingURL=production_target.entity.js.map
\ No newline at end of file
diff --git a/dist/production_targets/entities/production_target.entity.js.map b/dist/production_targets/entities/production_target.entity.js.map
deleted file mode 100644
index 504c318363468d817c94628d74d5707fa330154a..0000000000000000000000000000000000000000
--- a/dist/production_targets/entities/production_target.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"production_target.entity.js","sourceRoot":"","sources":["../../../src/production_targets/entities/production_target.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAQiB;AACjB,qEAAuD;AACvD,kEAAoD;AAG7C,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CA4D5B,CAAA;AA5DY,4CAAgB;AAE3B;IADC,IAAA,gCAAsB,GAAE;;4DACE;AAG3B;IADC,IAAA,gBAAM,GAAE;;gDACM;AAOf;IALC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,iBAAiB,EAAE;QACvD,QAAQ,EAAE,UAAU;QACpB,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;8BACzB,kBAAI;8CAAC;AAGX;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC,EAAE,CAAC;;kDACvB;AAOjC;IALC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,iBAAiB,EAAE;QAC1D,QAAQ,EAAE,UAAU;QACpB,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BACzB,oBAAK;+CAAC;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;wDACA;AAGvB;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;wDACA;AAMvB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACnC,IAAI;mDAAC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACrC,IAAI;iDAAC;AAMd;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8DACb;AAG7B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC;;gDAC7C;AAOf;IADC,IAAA,0BAAgB,GAAE;8BACb,IAAI;8CAAC;AAMX;IADC,IAAA,0BAAgB,GAAE;8BACR,IAAI;mDAAC;2BA3DL,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,gBAAgB,CA4D5B"}
\ No newline at end of file
diff --git a/dist/production_targets/production_targets.controller.d.ts b/dist/production_targets/production_targets.controller.d.ts
deleted file mode 100644
index 7e1ed8b6db49d5dd06f293aff48de0603c50f4be..0000000000000000000000000000000000000000
--- a/dist/production_targets/production_targets.controller.d.ts
+++ /dev/null
@@ -1,21 +0,0 @@
-import { ProductionTargetsService } from './production_targets.service';
-import { CreateProductionTargetDto, CreateManyProductionTargetsDto } from './dto/create-production_target.dto';
-import { UpdateProductionTargetDto } from './dto/update-production_target.dto';
-import { ProductionTarget } from './entities/production_target.entity';
-import { EditTodayDto } from './dto/edit-today.dto';
-export declare class ProductionTargetsController {
-    private readonly productionTargetsService;
-    private readonly logger;
-    constructor(productionTargetsService: ProductionTargetsService);
-    editToday(dto: EditTodayDto): Promise<ProductionTarget[]>;
-    create(createProductionTargetDto: CreateProductionTargetDto): Promise<ProductionTarget>;
-    createMany(createManyDto: CreateManyProductionTargetsDto): Promise<ProductionTarget[]>;
-    findByDate(dateStr: string): Promise<ProductionTarget[]>;
-    findAll(): Promise<ProductionTarget[]>;
-    findOne(id: string): Promise<ProductionTarget>;
-    update(id: string, updateProductionTargetDto: UpdateProductionTargetDto): Promise<ProductionTarget>;
-    deleteProductionTargets(dateStr: string): Promise<{
-        deletedCount: number;
-    }>;
-    remove(id: string): Promise<ProductionTarget>;
-}
diff --git a/dist/production_targets/production_targets.controller.js b/dist/production_targets/production_targets.controller.js
deleted file mode 100644
index 54d728164cfc531551e191abea49305ea1ec9b60..0000000000000000000000000000000000000000
--- a/dist/production_targets/production_targets.controller.js
+++ /dev/null
@@ -1,131 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-var ProductionTargetsController_1;
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.ProductionTargetsController = void 0;
-const common_1 = require("@nestjs/common");
-const production_targets_service_1 = require("./production_targets.service");
-const create_production_target_dto_1 = require("./dto/create-production_target.dto");
-const update_production_target_dto_1 = require("./dto/update-production_target.dto");
-const edit_today_dto_1 = require("./dto/edit-today.dto");
-let ProductionTargetsController = ProductionTargetsController_1 = class ProductionTargetsController {
-    constructor(productionTargetsService) {
-        this.productionTargetsService = productionTargetsService;
-        this.logger = new common_1.Logger(ProductionTargetsController_1.name);
-    }
-    async editToday(dto) {
-        return this.productionTargetsService.editToday(dto);
-    }
-    async create(createProductionTargetDto) {
-        this.logger.log(`POST /production-targets - Creating production target for itemID: ${createProductionTargetDto.itemID}`);
-        return await this.productionTargetsService.create(createProductionTargetDto);
-    }
-    async createMany(createManyDto) {
-        this.logger.log(`POST /production-targets/many - Creating multiple production targets`);
-        return await this.productionTargetsService.createMany(createManyDto);
-    }
-    async findByDate(dateStr) {
-        this.logger.log(`GET /production-targets/by-date?dateStr=${dateStr}`);
-        return await this.productionTargetsService.findByDate(dateStr);
-    }
-    async findAll() {
-        this.logger.log(`GET /production-targets - Retrieving all production targets`);
-        return await this.productionTargetsService.findAll();
-    }
-    async findOne(id) {
-        this.logger.log(`GET /production-targets/${id} - Retrieving production target`);
-        return await this.productionTargetsService.findOne(Number(id));
-    }
-    async update(id, updateProductionTargetDto) {
-        this.logger.log(`PUT /production-targets/${id} - Updating production target`);
-        return await this.productionTargetsService.update(Number(id), updateProductionTargetDto);
-    }
-    async deleteProductionTargets(dateStr) {
-        this.logger.log(`DELETE /production-targets/from-date?dateStr=${dateStr}`);
-        return await this.productionTargetsService.deleteProductionTargetsFromDate(dateStr);
-    }
-    async remove(id) {
-        this.logger.log(`DELETE /production-targets/${id} - Removing production target`);
-        return await this.productionTargetsService.remove(Number(id));
-    }
-};
-exports.ProductionTargetsController = ProductionTargetsController;
-__decorate([
-    (0, common_1.Post)('edit-today'),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [edit_today_dto_1.EditTodayDto]),
-    __metadata("design:returntype", Promise)
-], ProductionTargetsController.prototype, "editToday", null);
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_production_target_dto_1.CreateProductionTargetDto]),
-    __metadata("design:returntype", Promise)
-], ProductionTargetsController.prototype, "create", null);
-__decorate([
-    (0, common_1.Post)('many'),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_production_target_dto_1.CreateManyProductionTargetsDto]),
-    __metadata("design:returntype", Promise)
-], ProductionTargetsController.prototype, "createMany", null);
-__decorate([
-    (0, common_1.Get)('by-date'),
-    __param(0, (0, common_1.Query)('dateStr')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", Promise)
-], ProductionTargetsController.prototype, "findByDate", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", Promise)
-], ProductionTargetsController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", Promise)
-], ProductionTargetsController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Put)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_production_target_dto_1.UpdateProductionTargetDto]),
-    __metadata("design:returntype", Promise)
-], ProductionTargetsController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)('from-date'),
-    __param(0, (0, common_1.Query)('dateStr')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", Promise)
-], ProductionTargetsController.prototype, "deleteProductionTargets", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", Promise)
-], ProductionTargetsController.prototype, "remove", null);
-exports.ProductionTargetsController = ProductionTargetsController = ProductionTargetsController_1 = __decorate([
-    (0, common_1.Controller)('production-targets'),
-    __metadata("design:paramtypes", [production_targets_service_1.ProductionTargetsService])
-], ProductionTargetsController);
-//# sourceMappingURL=production_targets.controller.js.map
\ No newline at end of file
diff --git a/dist/production_targets/production_targets.controller.js.map b/dist/production_targets/production_targets.controller.js.map
deleted file mode 100644
index 5500f999addee32d9e5989df402cff18f2a58566..0000000000000000000000000000000000000000
--- a/dist/production_targets/production_targets.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"production_targets.controller.js","sourceRoot":"","sources":["../../src/production_targets/production_targets.controller.ts"],"names":[],"mappings":"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"}
\ No newline at end of file
diff --git a/dist/production_targets/production_targets.module.d.ts b/dist/production_targets/production_targets.module.d.ts
deleted file mode 100644
index 607a33521e9317bb3402f8d32e8302cf939a504c..0000000000000000000000000000000000000000
--- a/dist/production_targets/production_targets.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class ProductionTargetsModule {
-}
diff --git a/dist/production_targets/production_targets.module.js b/dist/production_targets/production_targets.module.js
deleted file mode 100644
index 1375aa2560fdb4f3372d304f17f4f64c6a132445..0000000000000000000000000000000000000000
--- a/dist/production_targets/production_targets.module.js
+++ /dev/null
@@ -1,41 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.ProductionTargetsModule = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const production_target_entity_1 = require("./entities/production_target.entity");
-const production_targets_service_1 = require("./production_targets.service");
-const production_targets_controller_1 = require("./production_targets.controller");
-const order_entity_1 = require("../orders/entities/order.entity");
-const product_entity_1 = require("../products/entities/product.entity");
-const material_entity_1 = require("../materials/entities/material.entity");
-const product_stock_entity_1 = require("../product_stocks/entities/product_stock.entity");
-const material_stock_entity_1 = require("../material_stocks/entities/material_stock.entity");
-const page_entity_1 = require("../pages/entities/page.entity");
-let ProductionTargetsModule = class ProductionTargetsModule {
-};
-exports.ProductionTargetsModule = ProductionTargetsModule;
-exports.ProductionTargetsModule = ProductionTargetsModule = __decorate([
-    (0, common_1.Module)({
-        imports: [
-            typeorm_1.TypeOrmModule.forFeature([
-                production_target_entity_1.ProductionTarget,
-                order_entity_1.Order,
-                product_entity_1.Product,
-                material_entity_1.Material,
-                product_stock_entity_1.ProductStock,
-                material_stock_entity_1.MaterialStock,
-                page_entity_1.Page,
-            ]),
-        ],
-        providers: [production_targets_service_1.ProductionTargetsService],
-        controllers: [production_targets_controller_1.ProductionTargetsController],
-    })
-], ProductionTargetsModule);
-//# sourceMappingURL=production_targets.module.js.map
\ No newline at end of file
diff --git a/dist/production_targets/production_targets.module.js.map b/dist/production_targets/production_targets.module.js.map
deleted file mode 100644
index 4ace10d04570685ec9500bd6eb4abaca780d9fb9..0000000000000000000000000000000000000000
--- a/dist/production_targets/production_targets.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"production_targets.module.js","sourceRoot":"","sources":["../../src/production_targets/production_targets.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,kFAAuE;AACvE,6EAAwE;AACxE,mFAA8E;AAC9E,kEAAuD;AACvD,wEAA6D;AAC7D,2EAAgE;AAChE,0FAA8E;AAC9E,6FAAiF;AACjF,+DAAoD;AAiB7C,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;CAAG,CAAA;AAA1B,0DAAuB;kCAAvB,uBAAuB;IAfnC,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,uBAAa,CAAC,UAAU,CAAC;gBACvB,2CAAgB;gBAChB,oBAAK;gBACL,wBAAO;gBACP,0BAAQ;gBACR,mCAAY;gBACZ,qCAAa;gBACb,kBAAI;aACL,CAAC;SACH;QACD,SAAS,EAAE,CAAC,qDAAwB,CAAC;QACrC,WAAW,EAAE,CAAC,2DAA2B,CAAC;KAC3C,CAAC;GACW,uBAAuB,CAAG"}
\ No newline at end of file
diff --git a/dist/production_targets/production_targets.service.d.ts b/dist/production_targets/production_targets.service.d.ts
deleted file mode 100644
index a31487d1c1536f988354705e402bd9a610d04483..0000000000000000000000000000000000000000
--- a/dist/production_targets/production_targets.service.d.ts
+++ /dev/null
@@ -1,42 +0,0 @@
-import { Repository } from 'typeorm';
-import { ProductionTarget } from './entities/production_target.entity';
-import { Order } from '@/orders/entities/order.entity';
-import { Product } from '@/products/entities/product.entity';
-import { Material } from '@/materials/entities/material.entity';
-import { ProductStock } from '@/product_stocks/entities/product_stock.entity';
-import { MaterialStock } from '@/material_stocks/entities/material_stock.entity';
-import { CreateProductionTargetDto, CreateManyProductionTargetsDto } from './dto/create-production_target.dto';
-import { UpdateProductionTargetDto } from './dto/update-production_target.dto';
-import { Page } from '@/pages/entities/page.entity';
-import { EditTodayDto } from './dto/edit-today.dto';
-type CreateProductionTargetDtoExtended = CreateProductionTargetDto & {
-    page?: Page | null;
-};
-export declare class ProductionTargetsService {
-    private readonly productionTargetRepository;
-    private readonly orderRepository;
-    private readonly productRepository;
-    private readonly materialRepository;
-    private readonly productStockRepository;
-    private readonly materialStockRepository;
-    private readonly pageRepository;
-    private readonly logger;
-    constructor(productionTargetRepository: Repository<ProductionTarget>, orderRepository: Repository<Order>, productRepository: Repository<Product>, materialRepository: Repository<Material>, productStockRepository: Repository<ProductStock>, materialStockRepository: Repository<MaterialStock>, pageRepository: Repository<Page>);
-    create(createProductionTargetDto: CreateProductionTargetDtoExtended): Promise<ProductionTarget>;
-    createMany(createManyDto: CreateManyProductionTargetsDto): Promise<ProductionTarget[]>;
-    findAll(): Promise<any[]>;
-    findOne(id: number): Promise<ProductionTarget>;
-    findByDate(dateStr: string): Promise<ProductionTarget[]>;
-    update(id: number, updateProductionTargetDto: UpdateProductionTargetDto): Promise<ProductionTarget>;
-    remove(id: number): Promise<ProductionTarget>;
-    private calculateProductionHours;
-    private updateStatusAndStock;
-    private updateProductStock;
-    private updateMaterialStock;
-    private rollbackStock;
-    deleteProductionTargetsFromDate(dateStr: string): Promise<{
-        deletedCount: number;
-    }>;
-    editToday(dto: EditTodayDto): Promise<ProductionTarget[]>;
-}
-export {};
diff --git a/dist/production_targets/production_targets.service.js b/dist/production_targets/production_targets.service.js
deleted file mode 100644
index b6b3281051898eff046b4593331f020345c67166..0000000000000000000000000000000000000000
--- a/dist/production_targets/production_targets.service.js
+++ /dev/null
@@ -1,518 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-var ProductionTargetsService_1;
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.ProductionTargetsService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const production_target_entity_1 = require("./entities/production_target.entity");
-const order_entity_1 = require("../orders/entities/order.entity");
-const product_entity_1 = require("../products/entities/product.entity");
-const material_entity_1 = require("../materials/entities/material.entity");
-const product_stock_entity_1 = require("../product_stocks/entities/product_stock.entity");
-const material_stock_entity_1 = require("../material_stocks/entities/material_stock.entity");
-const page_entity_1 = require("../pages/entities/page.entity");
-let ProductionTargetsService = ProductionTargetsService_1 = class ProductionTargetsService {
-    constructor(productionTargetRepository, orderRepository, productRepository, materialRepository, productStockRepository, materialStockRepository, pageRepository) {
-        this.productionTargetRepository = productionTargetRepository;
-        this.orderRepository = orderRepository;
-        this.productRepository = productRepository;
-        this.materialRepository = materialRepository;
-        this.productStockRepository = productStockRepository;
-        this.materialStockRepository = materialStockRepository;
-        this.pageRepository = pageRepository;
-        this.logger = new common_1.Logger(ProductionTargetsService_1.name);
-    }
-    async create(createProductionTargetDto) {
-        this.logger.log(`🔄 [START] Creating/Updating production target for itemID: ${createProductionTargetDto.itemID}`);
-        const { ProductionTargetID, OrderID, itemID, itemType, ActualProduced, Status, startTime, endTime, page, ...targetData } = createProductionTargetDto;
-        if (!Number.isInteger(itemID) || itemID <= 0) {
-            this.logger.warn(`⚠️ Invalid itemID received: ${itemID}`);
-            throw new common_1.BadRequestException(`Invalid itemID: ${itemID}`);
-        }
-        let order = null;
-        if (OrderID !== undefined && OrderID !== null && OrderID !== -1) {
-            const foundOrder = await this.orderRepository.findOne({
-                where: { OrderID },
-            });
-            if (!foundOrder) {
-                throw new common_1.NotFoundException(`Order with ID ${OrderID} not found`);
-            }
-            order = foundOrder;
-        }
-        if (itemType === 'PRODUCT') {
-            const productExists = await this.productRepository.exist({
-                where: { ProductID: itemID },
-            });
-            if (!productExists) {
-                throw new common_1.NotFoundException(`Product with ID ${itemID} not found`);
-            }
-        }
-        else if (itemType === 'MATERIAL') {
-            const materialExists = await this.materialRepository.exist({
-                where: { MaterialID: itemID },
-            });
-            if (!materialExists) {
-                throw new common_1.NotFoundException(`Material with ID ${itemID} not found`);
-            }
-        }
-        else {
-            throw new common_1.BadRequestException(`Invalid itemType: ${itemType}`);
-        }
-        if (ProductionTargetID) {
-            const existingTarget = await this.productionTargetRepository.findOne({
-                where: { ProductionTargetID },
-                relations: ['order', 'page'],
-            });
-            if (existingTarget) {
-                if (targetData.TargetProduced !== undefined) {
-                    existingTarget.TargetProduced = targetData.TargetProduced;
-                }
-                if (ActualProduced !== undefined) {
-                    existingTarget.ActualProduced = ActualProduced;
-                }
-                if (Status !== undefined) {
-                    existingTarget.Status = Status;
-                }
-                if (startTime !== undefined) {
-                    existingTarget.startTime = startTime;
-                }
-                if (endTime !== undefined) {
-                    existingTarget.endTime = endTime;
-                }
-                if (order) {
-                    existingTarget.order = order;
-                }
-                if (page) {
-                    existingTarget.page = page;
-                }
-                existingTarget.itemID = itemID;
-                existingTarget.itemType = itemType;
-                await this.productionTargetRepository.save(existingTarget);
-                await this.updateStatusAndStock(existingTarget, null);
-                await this.calculateProductionHours(existingTarget.ProductionTargetID);
-                return await this.productionTargetRepository.findOne({
-                    where: { ProductionTargetID },
-                    relations: ['order', 'page'],
-                });
-            }
-        }
-        const finalStatus = 'กำลังรอ';
-        const newTarget = this.productionTargetRepository.create({
-            ...targetData,
-            itemID,
-            itemType,
-            ActualProduced: ActualProduced ?? 0,
-            Status: finalStatus,
-            order,
-            page,
-            startTime: startTime ?? null,
-            endTime: endTime ?? null,
-        });
-        const savedTarget = await this.productionTargetRepository.save(newTarget);
-        await this.calculateProductionHours(savedTarget.ProductionTargetID);
-        return await this.productionTargetRepository.findOne({
-            where: { ProductionTargetID: savedTarget.ProductionTargetID },
-            relations: ['order', 'page'],
-        });
-    }
-    async createMany(createManyDto) {
-        this.logger.log(`📦 [START] Creating or Updating ${createManyDto.productionTargets.length} production targets`);
-        const validTargets = [];
-        for (const [index, targetDto,] of createManyDto.productionTargets.entries()) {
-            try {
-                this.logger.log(`➡️ [${index + 1}] Processing target with itemID: ${targetDto.itemID}`);
-                let page = null;
-                if (targetDto.pageID) {
-                    page = await this.pageRepository.findOne({
-                        where: { PageID: targetDto.pageID },
-                    });
-                    if (!page) {
-                        throw new common_1.BadRequestException(`❌ ไม่พบหน้า PageID: ${targetDto.pageID}`);
-                    }
-                }
-                const newOrUpdatedTarget = await this.create({
-                    ...targetDto,
-                    page,
-                });
-                validTargets.push(newOrUpdatedTarget);
-            }
-            catch (error) {
-                this.logger.error(`❌ [${index + 1}] Failed to process target: ${error.message}`, error.stack);
-            }
-        }
-        this.logger.log(`✅ [DONE] Successfully processed ${validTargets.length} production targets`);
-        return validTargets;
-    }
-    async findAll() {
-        this.logger.log(`Retrieving all production targets`);
-        const targets = await this.productionTargetRepository.find({
-            relations: ['order', 'order.customer', 'page'],
-        });
-        const [products, materials] = await Promise.all([
-            this.productRepository.find(),
-            this.materialRepository.find(),
-        ]);
-        return targets.map((target) => {
-            const base = {
-                ...target,
-                page: target.page ? { PageID: target.page.PageID } : null,
-                customer: target.order?.customer
-                    ? {
-                        CustomerID: target.order.customer.CustomerID,
-                        name: target.order.customer.name,
-                        phoneNumber: target.order.customer.phoneNumber,
-                        address: target.order.customer.address,
-                    }
-                    : null,
-            };
-            if (target.itemType === 'PRODUCT') {
-                const product = products.find((p) => p.ProductID === target.itemID);
-                return {
-                    ...base,
-                    item: product
-                        ? {
-                            id: product.ProductID,
-                            type: 'PRODUCT',
-                            brand: product.brand,
-                            size: product.size,
-                            unit: product.unit,
-                            quantityInStock: product.quantityInStock,
-                            lowStockLevel: product.lowStockLevel,
-                            pricePerUnit: product.pricePerUnit,
-                            status: product.status,
-                        }
-                        : null,
-                };
-            }
-            else if (target.itemType === 'MATERIAL') {
-                const material = materials.find((m) => m.MaterialID === target.itemID);
-                return {
-                    ...base,
-                    item: material
-                        ? {
-                            id: material.MaterialID,
-                            type: 'MATERIAL',
-                            name: material.name,
-                            brand: material.brand,
-                            size: material.size,
-                            unit: material.unit,
-                            quantityInStock: material.quantityInStock,
-                            lowStockLevel: material.lowStockLevel,
-                            pricePerUnit: material.pricePerUnit,
-                            status: material.status,
-                            lastUpdate: material.LastUpdate,
-                        }
-                        : null,
-                };
-            }
-            return {
-                ...base,
-                item: null,
-            };
-        });
-    }
-    async findOne(id) {
-        this.logger.log(`Retrieving production target with ID: ${id}`);
-        const target = await this.productionTargetRepository.findOne({
-            where: { ProductionTargetID: id },
-            relations: ['order', 'order.customer', 'page'],
-        });
-        if (!target) {
-            throw new common_1.NotFoundException(`ProductionTarget with ID ${id} not found`);
-        }
-        return target;
-    }
-    async findByDate(dateStr) {
-        this.logger.log(`Retrieving production targets for date: ${dateStr}`);
-        if (!dateStr)
-            throw new common_1.BadRequestException('Date is required');
-        const dateParts = dateStr.trim().split('/');
-        if (dateParts.length !== 3 ||
-            dateParts.some((part) => isNaN(Number(part)))) {
-            throw new common_1.BadRequestException('Invalid date format. Expected "dd/mm/yyyy"');
-        }
-        const [day, month, year] = dateParts.map(Number);
-        const startOfDay = new Date(year, month - 1, day, 0, 0, 0);
-        const endOfDay = new Date(year, month - 1, day, 23, 59, 59);
-        return this.productionTargetRepository.find({
-            where: { Date: (0, typeorm_2.Between)(startOfDay, endOfDay) },
-        });
-    }
-    async update(id, updateProductionTargetDto) {
-        this.logger.log(`Updating production target with ID: ${id}`);
-        const { OrderID, itemID, itemType, startTime, endTime, TargetProduced, ...rest } = updateProductionTargetDto;
-        const target = await this.productionTargetRepository.findOne({
-            where: { ProductionTargetID: id },
-            relations: ['order', 'page'],
-        });
-        if (!target) {
-            throw new common_1.NotFoundException(`ProductionTarget with ID ${id} not found`);
-        }
-        if (OrderID !== undefined && OrderID !== null) {
-            const order = await this.orderRepository.findOne({
-                where: { OrderID },
-            });
-            if (!order) {
-                throw new common_1.NotFoundException(`Order with ID ${OrderID} not found`);
-            }
-            target.order = order;
-        }
-        if (itemID && itemType) {
-            if (!Number.isInteger(itemID) || itemID <= 0) {
-                throw new common_1.BadRequestException(`Invalid itemID: ${itemID}`);
-            }
-            let itemExists = false;
-            if (itemType === 'PRODUCT') {
-                itemExists = await this.productRepository.exist({
-                    where: { ProductID: itemID },
-                });
-            }
-            else if (itemType === 'MATERIAL') {
-                itemExists = await this.materialRepository.exist({
-                    where: { MaterialID: itemID },
-                });
-            }
-            else {
-                throw new common_1.BadRequestException(`Invalid itemType: ${itemType}`);
-            }
-            if (!itemExists) {
-                throw new common_1.NotFoundException(`Item with ID ${itemID} and Type ${itemType} not found`);
-            }
-            target.itemID = itemID;
-            target.itemType = itemType;
-        }
-        if (startTime !== undefined) {
-            target.startTime = startTime;
-        }
-        if (endTime !== undefined) {
-            target.endTime = endTime;
-        }
-        if (TargetProduced !== undefined) {
-            target.TargetProduced = TargetProduced;
-        }
-        Object.assign(target, rest);
-        const updatedTarget = await this.productionTargetRepository.save(target);
-        await this.updateStatusAndStock(updatedTarget, target.ActualProduced);
-        await this.calculateProductionHours(updatedTarget.ProductionTargetID);
-        return updatedTarget;
-    }
-    async remove(id) {
-        this.logger.log(`Removing production target with ID: ${id}`);
-        const target = await this.findOne(id);
-        if (target.ActualProduced && target.ActualProduced > 0) {
-            await this.rollbackStock(target);
-        }
-        return await this.productionTargetRepository.remove(target);
-    }
-    async calculateProductionHours(productionTargetID) {
-        const target = await this.productionTargetRepository.findOne({
-            where: { ProductionTargetID: productionTargetID },
-        });
-        if (!target)
-            return;
-        if (target.startTime && target.endTime) {
-            const hours = (target.endTime.getTime() - target.startTime.getTime()) /
-                (1000 * 60 * 60);
-            target.totalProductionHours = parseFloat(hours.toFixed(2));
-        }
-        else {
-            target.totalProductionHours = null;
-        }
-        await this.productionTargetRepository.save(target);
-    }
-    async updateStatusAndStock(target, oldActualProduced) {
-        const difference = target.TargetProduced - target.ActualProduced;
-        if (difference === 0) {
-            target.Status = 'พอดี';
-        }
-        else if (difference > 0) {
-            target.Status = `ขาด ${difference}`;
-        }
-        else {
-            target.Status = `เกิน ${Math.abs(difference)}`;
-        }
-        await this.productionTargetRepository.save(target);
-        const oldVal = oldActualProduced ?? 0;
-        const newVal = target.ActualProduced;
-        const diffProduced = newVal - oldVal;
-        if (diffProduced !== 0) {
-            if (target.itemType === 'PRODUCT') {
-                await this.updateProductStock(target.itemID, diffProduced);
-            }
-            else {
-                await this.updateMaterialStock(target.itemID, diffProduced);
-            }
-        }
-    }
-    async updateProductStock(productID, diff) {
-        const product = await this.productRepository.findOne({
-            where: { ProductID: productID },
-        });
-        if (!product) {
-            this.logger.error(`Product not found for ID: ${productID}`);
-            return;
-        }
-        product.quantityInStock += diff;
-        await this.productRepository.save(product);
-        const stockRecord = new product_stock_entity_1.ProductStock();
-        stockRecord.product = product;
-        stockRecord.quantityReceived = diff;
-        stockRecord.status = 'เติมStock';
-        stockRecord.addDate = new Date();
-        await this.productStockRepository.save(stockRecord);
-        this.logger.log(`Updated product(ID: ${productID}) stock by ${diff} → ${product.quantityInStock}`);
-    }
-    async updateMaterialStock(materialID, diff) {
-        const material = await this.materialRepository.findOne({
-            where: { MaterialID: materialID },
-        });
-        if (!material) {
-            this.logger.error(`Material not found for ID: ${materialID}`);
-            return;
-        }
-        material.quantityInStock += diff;
-        await this.materialRepository.save(material);
-        const materialStock = new material_stock_entity_1.MaterialStock();
-        materialStock.material = material;
-        materialStock.QuantityOrdered = 0;
-        materialStock.QuantityReceived = diff;
-        materialStock.Status = 'เติมStock';
-        await this.materialStockRepository.save(materialStock);
-        this.logger.log(`Updated material(ID: ${materialID}) stock by ${diff} → ${material.quantityInStock}`);
-    }
-    async rollbackStock(target) {
-        this.logger.log(`Start to rollback for ProductionTargetID: ${target.ProductionTargetID}`);
-        const rollbackAmount = target.ActualProduced;
-        if (!rollbackAmount || rollbackAmount === 0) {
-            this.logger.log(`ℹ️ No stock to rollback`);
-            return;
-        }
-        if (target.itemType === 'PRODUCT') {
-            await this.updateProductStock(target.itemID, -rollbackAmount);
-        }
-        else {
-            await this.updateMaterialStock(target.itemID, -rollbackAmount);
-        }
-        this.logger.log(`✅ Rollback stock completed for ProductionTargetID: ${target.ProductionTargetID}`);
-    }
-    async deleteProductionTargetsFromDate(dateStr) {
-        this.logger.log(`🗑️ Deleting production targets from date: ${dateStr}`);
-        if (!dateStr)
-            throw new common_1.BadRequestException('dateStr is required');
-        let startDate;
-        const parts = dateStr.includes('/')
-            ? dateStr.trim().split('/')
-            : dateStr.trim().split('-');
-        if (parts.length !== 3) {
-            throw new common_1.BadRequestException('Invalid date format. Use dd/MM/yyyy or yyyy-MM-dd');
-        }
-        if (dateStr.includes('/')) {
-            const [day, month, year] = parts.map(Number);
-            startDate = new Date(year, month - 1, day);
-        }
-        else {
-            const [year, month, day] = parts.map(Number);
-            startDate = new Date(year, month - 1, day);
-        }
-        startDate.setHours(0, 0, 0, 0);
-        const targetsToDelete = await this.productionTargetRepository.find({
-            where: { Date: (0, typeorm_2.MoreThanOrEqual)(startDate) },
-        });
-        if (targetsToDelete.length === 0) {
-            this.logger.warn(`⚠️ No production targets found from ${dateStr} onwards`);
-            return { deletedCount: 0 };
-        }
-        this.logger.log(`📌 Production Targets to be deleted (${targetsToDelete.length} items):`);
-        targetsToDelete.forEach((target) => {
-            this.logger.log(`🗑️ TargetID: ${target.ProductionTargetID}, Date: ${target.Date}`);
-        });
-        await this.productionTargetRepository.remove(targetsToDelete);
-        this.logger.log(`✅ Successfully deleted ${targetsToDelete.length} production targets.`);
-        return { deletedCount: targetsToDelete.length };
-    }
-    async editToday(dto) {
-        const { itemID, itemType, date, actualProduced } = dto;
-        const [day, month, year] = date.split('/').map(Number);
-        const startOfDay = new Date(year, month - 1, day, 0, 0, 0);
-        const endOfDay = new Date(year, month - 1, day, 23, 59, 59);
-        const targets = await this.productionTargetRepository.find({
-            where: {
-                itemID,
-                itemType,
-                Date: (0, typeorm_2.Between)(startOfDay, endOfDay),
-            },
-            relations: ['order', 'order.orderPriorities'],
-        });
-        if (!targets.length) {
-            this.logger.warn(`No ProductionTargets found for itemID=${itemID}, date=${date}`);
-            return [];
-        }
-        const sortedTargets = targets.sort((a, b) => {
-            const aPriority = a.order?.orderPriorities?.[0]?.priority ?? Number.MAX_SAFE_INTEGER;
-            const bPriority = b.order?.orderPriorities?.[0]?.priority ?? Number.MAX_SAFE_INTEGER;
-            return aPriority - bPriority;
-        });
-        for (const target of sortedTargets) {
-            const oldActual = target.ActualProduced;
-            if (oldActual > 0) {
-                target.ActualProduced = 0;
-                await this.productionTargetRepository.save(target);
-                await this.updateStatusAndStock(target, oldActual);
-            }
-        }
-        let leftover = actualProduced;
-        const updatedList = [];
-        for (let i = 0; i < sortedTargets.length; i++) {
-            const target = sortedTargets[i];
-            const oldVal = target.ActualProduced;
-            let newVal = oldVal;
-            if (i < sortedTargets.length - 1) {
-                const canFillMax = target.TargetProduced;
-                const fillAmount = Math.min(leftover, canFillMax);
-                newVal = fillAmount;
-                leftover -= fillAmount;
-            }
-            else {
-                newVal = leftover;
-                leftover = 0;
-            }
-            target.ActualProduced = newVal;
-            await this.productionTargetRepository.save(target);
-            await this.updateStatusAndStock(target, oldVal);
-            updatedList.push(target);
-        }
-        return updatedList;
-    }
-};
-exports.ProductionTargetsService = ProductionTargetsService;
-exports.ProductionTargetsService = ProductionTargetsService = ProductionTargetsService_1 = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(production_target_entity_1.ProductionTarget)),
-    __param(1, (0, typeorm_1.InjectRepository)(order_entity_1.Order)),
-    __param(2, (0, typeorm_1.InjectRepository)(product_entity_1.Product)),
-    __param(3, (0, typeorm_1.InjectRepository)(material_entity_1.Material)),
-    __param(4, (0, typeorm_1.InjectRepository)(product_stock_entity_1.ProductStock)),
-    __param(5, (0, typeorm_1.InjectRepository)(material_stock_entity_1.MaterialStock)),
-    __param(6, (0, typeorm_1.InjectRepository)(page_entity_1.Page)),
-    __metadata("design:paramtypes", [typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository])
-], ProductionTargetsService);
-//# sourceMappingURL=production_targets.service.js.map
\ No newline at end of file
diff --git a/dist/production_targets/production_targets.service.js.map b/dist/production_targets/production_targets.service.js.map
deleted file mode 100644
index 0ed431c8f50fa17d3564f117a5860fca95931229..0000000000000000000000000000000000000000
--- a/dist/production_targets/production_targets.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"production_targets.service.js","sourceRoot":"","sources":["../../src/production_targets/production_targets.service.ts"],"names":[],"mappings":"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"}
\ No newline at end of file
diff --git a/dist/products/dto/create-product.dto.d.ts b/dist/products/dto/create-product.dto.d.ts
deleted file mode 100644
index 2aa08052566227bae1beebd26834548a57a171ad..0000000000000000000000000000000000000000
--- a/dist/products/dto/create-product.dto.d.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-export declare class CreateProductDto {
-    ProductID?: number;
-    brand: string;
-    size: string;
-    unit: string;
-    quantityInStock: number;
-    pricePerUnit: number;
-}
diff --git a/dist/products/dto/create-product.dto.js b/dist/products/dto/create-product.dto.js
deleted file mode 100644
index ca7d75474544d2c437208ff627a77f2da9b9f2fe..0000000000000000000000000000000000000000
--- a/dist/products/dto/create-product.dto.js
+++ /dev/null
@@ -1,42 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateProductDto = void 0;
-const class_validator_1 = require("class-validator");
-class CreateProductDto {
-}
-exports.CreateProductDto = CreateProductDto;
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateProductDto.prototype, "ProductID", void 0);
-__decorate([
-    (0, class_validator_1.IsString)(),
-    __metadata("design:type", String)
-], CreateProductDto.prototype, "brand", void 0);
-__decorate([
-    (0, class_validator_1.IsString)(),
-    __metadata("design:type", String)
-], CreateProductDto.prototype, "size", void 0);
-__decorate([
-    (0, class_validator_1.IsString)(),
-    __metadata("design:type", String)
-], CreateProductDto.prototype, "unit", void 0);
-__decorate([
-    (0, class_validator_1.IsNumber)(),
-    __metadata("design:type", Number)
-], CreateProductDto.prototype, "quantityInStock", void 0);
-__decorate([
-    (0, class_validator_1.IsNumber)({ maxDecimalPlaces: 8 }),
-    __metadata("design:type", Number)
-], CreateProductDto.prototype, "pricePerUnit", void 0);
-//# sourceMappingURL=create-product.dto.js.map
\ No newline at end of file
diff --git a/dist/products/dto/create-product.dto.js.map b/dist/products/dto/create-product.dto.js.map
deleted file mode 100644
index 40bef68ef81a9fca054b5d8213b1d6eddcdbc6ca..0000000000000000000000000000000000000000
--- a/dist/products/dto/create-product.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-product.dto.js","sourceRoot":"","sources":["../../../src/products/dto/create-product.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwE;AAExE,MAAa,gBAAgB;CAmB5B;AAnBD,4CAmBC;AAhBC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;mDACW;AAGnB;IADC,IAAA,0BAAQ,GAAE;;+CACG;AAGd;IADC,IAAA,0BAAQ,GAAE;;8CACE;AAGb;IADC,IAAA,0BAAQ,GAAE;;8CACE;AAGb;IADC,IAAA,0BAAQ,GAAE;;yDACa;AAGxB;IADC,IAAA,0BAAQ,EAAC,EAAE,gBAAgB,EAAE,CAAC,EAAE,CAAC;;sDACb"}
\ No newline at end of file
diff --git a/dist/products/dto/update-product.dto.d.ts b/dist/products/dto/update-product.dto.d.ts
deleted file mode 100644
index a26173e7cef20f456126f120f8bb8fe75a1f887e..0000000000000000000000000000000000000000
--- a/dist/products/dto/update-product.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateProductDto } from './create-product.dto';
-declare const UpdateProductDto_base: import("@nestjs/common").Type<Partial<CreateProductDto>>;
-export declare class UpdateProductDto extends UpdateProductDto_base {
-}
-export {};
diff --git a/dist/products/dto/update-product.dto.js b/dist/products/dto/update-product.dto.js
deleted file mode 100644
index 08ccf9e5f21b27cb1cdfe4e4e64028d4367c882b..0000000000000000000000000000000000000000
--- a/dist/products/dto/update-product.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateProductDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_product_dto_1 = require("./create-product.dto");
-class UpdateProductDto extends (0, swagger_1.PartialType)(create_product_dto_1.CreateProductDto) {
-}
-exports.UpdateProductDto = UpdateProductDto;
-//# sourceMappingURL=update-product.dto.js.map
\ No newline at end of file
diff --git a/dist/products/dto/update-product.dto.js.map b/dist/products/dto/update-product.dto.js.map
deleted file mode 100644
index 9ea82cdbc97fd5ab76ffe4189ad78c335d454286..0000000000000000000000000000000000000000
--- a/dist/products/dto/update-product.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-product.dto.js","sourceRoot":"","sources":["../../../src/products/dto/update-product.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,6DAAwD;AAExD,MAAa,gBAAiB,SAAQ,IAAA,qBAAW,EAAC,qCAAgB,CAAC;CAAG;AAAtE,4CAAsE"}
\ No newline at end of file
diff --git a/dist/products/entities/product.entity.d.ts b/dist/products/entities/product.entity.d.ts
deleted file mode 100644
index 4bd3cef4ffc4da96d248d390e17e8f82f0b51854..0000000000000000000000000000000000000000
--- a/dist/products/entities/product.entity.d.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import { OrderDetail } from '@/order_details/entities/order_detail.entity';
-import { ProductStock } from '@/product_stocks/entities/product_stock.entity';
-export declare class Product {
-    ProductID: number;
-    brand: string;
-    size: string;
-    unit: string;
-    status: string;
-    lowStockLevel: number;
-    quantityInStock: number;
-    pricePerUnit: number;
-    productStocks: ProductStock[];
-    orderDetails: OrderDetail[];
-}
diff --git a/dist/products/entities/product.entity.js b/dist/products/entities/product.entity.js
deleted file mode 100644
index 0c12bcfc3e2cccaea1a91821027ded6efdaa636e..0000000000000000000000000000000000000000
--- a/dist/products/entities/product.entity.js
+++ /dev/null
@@ -1,64 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.Product = void 0;
-const order_detail_entity_1 = require("../../order_details/entities/order_detail.entity");
-const product_stock_entity_1 = require("../../product_stocks/entities/product_stock.entity");
-const class_transformer_1 = require("class-transformer");
-const typeorm_1 = require("typeorm");
-let Product = class Product {
-};
-exports.Product = Product;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], Product.prototype, "ProductID", void 0);
-__decorate([
-    (0, typeorm_1.Column)(),
-    __metadata("design:type", String)
-], Product.prototype, "brand", void 0);
-__decorate([
-    (0, typeorm_1.Column)(),
-    __metadata("design:type", String)
-], Product.prototype, "size", void 0);
-__decorate([
-    (0, typeorm_1.Column)(),
-    __metadata("design:type", String)
-], Product.prototype, "unit", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ default: 'ปกติ' }),
-    __metadata("design:type", String)
-], Product.prototype, "status", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int', default: 0 }),
-    __metadata("design:type", Number)
-], Product.prototype, "lowStockLevel", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int', default: 0 }),
-    __metadata("design:type", Number)
-], Product.prototype, "quantityInStock", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'decimal', precision: 10, scale: 8 }),
-    __metadata("design:type", Number)
-], Product.prototype, "pricePerUnit", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => product_stock_entity_1.ProductStock, (productStock) => productStock.product),
-    (0, class_transformer_1.Exclude)(),
-    __metadata("design:type", Array)
-], Product.prototype, "productStocks", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => order_detail_entity_1.OrderDetail, (orderDetail) => orderDetail.product),
-    __metadata("design:type", Array)
-], Product.prototype, "orderDetails", void 0);
-exports.Product = Product = __decorate([
-    (0, typeorm_1.Entity)('Product')
-], Product);
-//# sourceMappingURL=product.entity.js.map
\ No newline at end of file
diff --git a/dist/products/entities/product.entity.js.map b/dist/products/entities/product.entity.js.map
deleted file mode 100644
index 14f1dd327f17b13f67081ed948abdd1e9dd70ee5..0000000000000000000000000000000000000000
--- a/dist/products/entities/product.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"product.entity.js","sourceRoot":"","sources":["../../../src/products/entities/product.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0FAA2E;AAC3E,6FAA8E;AAC9E,yDAA4C;AAC5C,qCAA4E;AAGrE,IAAM,OAAO,GAAb,MAAM,OAAO;CA+BnB,CAAA;AA/BY,0BAAO;AAElB;IADC,IAAA,gCAAsB,GAAE;;0CACP;AAGlB;IADC,IAAA,gBAAM,GAAE;;sCACK;AAGd;IADC,IAAA,gBAAM,GAAE;;qCACI;AAGb;IADC,IAAA,gBAAM,GAAE;;qCACI;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC;;uCACb;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;8CACd;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;gDACZ;AAGxB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;;6CAChC;AAIrB;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,mCAAY,EAAE,CAAC,YAAY,EAAE,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC;IACrE,IAAA,2BAAO,GAAE;;8CACoB;AAG9B;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iCAAW,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,OAAO,CAAC;;6CACvC;kBA9BjB,OAAO;IADnB,IAAA,gBAAM,EAAC,SAAS,CAAC;GACL,OAAO,CA+BnB"}
\ No newline at end of file
diff --git a/dist/products/products.controller.d.ts b/dist/products/products.controller.d.ts
deleted file mode 100644
index f54aba7136ab6a1e92ff669a087eb6cb6fe8bbf2..0000000000000000000000000000000000000000
--- a/dist/products/products.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { ProductsService } from './products.service';
-import { CreateProductDto } from './dto/create-product.dto';
-import { UpdateProductDto } from './dto/update-product.dto';
-export declare class ProductsController {
-    private readonly productsService;
-    constructor(productsService: ProductsService);
-    createOrUpdate(createProductDto: CreateProductDto): Promise<import("./entities/product.entity").Product>;
-    findAll(): Promise<import("./entities/product.entity").Product[]>;
-    findOne(id: string): Promise<import("./entities/product.entity").Product>;
-    update(id: string, updateProductDto: UpdateProductDto): Promise<import("./entities/product.entity").Product>;
-    remove(id: string): Promise<void>;
-}
diff --git a/dist/products/products.controller.js b/dist/products/products.controller.js
deleted file mode 100644
index 71a9c3e831c8f5352a8899d89dd20ebf4b82de5f..0000000000000000000000000000000000000000
--- a/dist/products/products.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.ProductsController = void 0;
-const common_1 = require("@nestjs/common");
-const products_service_1 = require("./products.service");
-const create_product_dto_1 = require("./dto/create-product.dto");
-const update_product_dto_1 = require("./dto/update-product.dto");
-let ProductsController = class ProductsController {
-    constructor(productsService) {
-        this.productsService = productsService;
-    }
-    async createOrUpdate(createProductDto) {
-        return this.productsService.createOrUpdate(createProductDto);
-    }
-    findAll() {
-        return this.productsService.findAll();
-    }
-    findOne(id) {
-        return this.productsService.findOne(+id);
-    }
-    update(id, updateProductDto) {
-        return this.productsService.update(+id, updateProductDto);
-    }
-    remove(id) {
-        return this.productsService.remove(+id);
-    }
-};
-exports.ProductsController = ProductsController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_product_dto_1.CreateProductDto]),
-    __metadata("design:returntype", Promise)
-], ProductsController.prototype, "createOrUpdate", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], ProductsController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], ProductsController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_product_dto_1.UpdateProductDto]),
-    __metadata("design:returntype", void 0)
-], ProductsController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], ProductsController.prototype, "remove", null);
-exports.ProductsController = ProductsController = __decorate([
-    (0, common_1.Controller)('products'),
-    __metadata("design:paramtypes", [products_service_1.ProductsService])
-], ProductsController);
-//# sourceMappingURL=products.controller.js.map
\ No newline at end of file
diff --git a/dist/products/products.controller.js.map b/dist/products/products.controller.js.map
deleted file mode 100644
index 9dd4edd38d177e7e1b90f6082431e15bd8313230..0000000000000000000000000000000000000000
--- a/dist/products/products.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"products.controller.js","sourceRoot":"","sources":["../../src/products/products.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,yDAAqD;AACrD,iEAA4D;AAC5D,iEAA4D;AAGrD,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;IAC7B,YAA6B,eAAgC;QAAhC,oBAAe,GAAf,eAAe,CAAiB;IAAG,CAAC;IAG3D,AAAN,KAAK,CAAC,cAAc,CAAS,gBAAkC;QAC7D,OAAO,IAAI,CAAC,eAAe,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC;IAC/D,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,eAAe,CAAC,OAAO,EAAE,CAAC;IACxC,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC3C,CAAC;IAGD,MAAM,CAAc,EAAU,EAAU,gBAAkC;QACxE,OAAO,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,gBAAgB,CAAC,CAAC;IAC5D,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF,CAAA;AA3BY,gDAAkB;AAIvB;IADL,IAAA,aAAI,GAAE;IACe,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAmB,qCAAgB;;wDAE9D;AAGD;IADC,IAAA,YAAG,GAAE;;;;iDAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;iDAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IACL,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IAAc,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAmB,qCAAgB;;gDAEzE;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;gDAElB;6BA1BU,kBAAkB;IAD9B,IAAA,mBAAU,EAAC,UAAU,CAAC;qCAEyB,kCAAe;GADlD,kBAAkB,CA2B9B"}
\ No newline at end of file
diff --git a/dist/products/products.module.d.ts b/dist/products/products.module.d.ts
deleted file mode 100644
index 088630749d9e7ed2b7a628d534087824b91a59b1..0000000000000000000000000000000000000000
--- a/dist/products/products.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class ProductsModule {
-}
diff --git a/dist/products/products.module.js b/dist/products/products.module.js
deleted file mode 100644
index 77ad86d7a6820ada98cb883e2da272cf9cb9e199..0000000000000000000000000000000000000000
--- a/dist/products/products.module.js
+++ /dev/null
@@ -1,27 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.ProductsModule = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const products_service_1 = require("./products.service");
-const products_controller_1 = require("./products.controller");
-const product_entity_1 = require("./entities/product.entity");
-const product_stock_entity_1 = require("../product_stocks/entities/product_stock.entity");
-let ProductsModule = class ProductsModule {
-};
-exports.ProductsModule = ProductsModule;
-exports.ProductsModule = ProductsModule = __decorate([
-    (0, common_1.Module)({
-        imports: [typeorm_1.TypeOrmModule.forFeature([product_entity_1.Product, product_stock_entity_1.ProductStock])],
-        controllers: [products_controller_1.ProductsController],
-        providers: [products_service_1.ProductsService],
-        exports: [products_service_1.ProductsService],
-    })
-], ProductsModule);
-//# sourceMappingURL=products.module.js.map
\ No newline at end of file
diff --git a/dist/products/products.module.js.map b/dist/products/products.module.js.map
deleted file mode 100644
index 7e79c3b8ec99ac4e2d6999755b36738859ae8a48..0000000000000000000000000000000000000000
--- a/dist/products/products.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"products.module.js","sourceRoot":"","sources":["../../src/products/products.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,yDAAqD;AACrD,+DAA2D;AAC3D,8DAAoD;AACpD,0FAA8E;AAQvE,IAAM,cAAc,GAApB,MAAM,cAAc;CAAG,CAAA;AAAjB,wCAAc;yBAAd,cAAc;IAN1B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,wBAAO,EAAE,mCAAY,CAAC,CAAC,CAAC;QAC5D,WAAW,EAAE,CAAC,wCAAkB,CAAC;QACjC,SAAS,EAAE,CAAC,kCAAe,CAAC;QAC5B,OAAO,EAAE,CAAC,kCAAe,CAAC;KAC3B,CAAC;GACW,cAAc,CAAG"}
\ No newline at end of file
diff --git a/dist/products/products.service.d.ts b/dist/products/products.service.d.ts
deleted file mode 100644
index 1b29f3c2fe9e84f6ed347291638978c2f2a54f23..0000000000000000000000000000000000000000
--- a/dist/products/products.service.d.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-import { Repository } from 'typeorm';
-import { Product } from './entities/product.entity';
-import { CreateProductDto } from './dto/create-product.dto';
-import { UpdateProductDto } from './dto/update-product.dto';
-import { ProductStock } from '@/product_stocks/entities/product_stock.entity';
-export declare class ProductsService {
-    private readonly productRepository;
-    private readonly productStockRepository;
-    constructor(productRepository: Repository<Product>, productStockRepository: Repository<ProductStock>);
-    create(createProductDto: CreateProductDto): Promise<Product>;
-    findAll(): Promise<Product[]>;
-    findOne(id: number): Promise<Product>;
-    update(productId: number, updateDto: UpdateProductDto): Promise<Product>;
-    createOrUpdate(createProductDto: CreateProductDto): Promise<Product>;
-    remove(id: number): Promise<void>;
-}
diff --git a/dist/products/products.service.js b/dist/products/products.service.js
deleted file mode 100644
index b43a7b2ce6145a7a90b6a2bc92c394457da74d0e..0000000000000000000000000000000000000000
--- a/dist/products/products.service.js
+++ /dev/null
@@ -1,82 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.ProductsService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const product_entity_1 = require("./entities/product.entity");
-const product_stock_entity_1 = require("../product_stocks/entities/product_stock.entity");
-let ProductsService = class ProductsService {
-    constructor(productRepository, productStockRepository) {
-        this.productRepository = productRepository;
-        this.productStockRepository = productStockRepository;
-    }
-    async create(createProductDto) {
-        const product = this.productRepository.create(createProductDto);
-        return await this.productRepository.save(product);
-    }
-    async findAll() {
-        return await this.productRepository.find();
-    }
-    async findOne(id) {
-        return await this.productRepository.findOne({ where: { ProductID: id } });
-    }
-    async update(productId, updateDto) {
-        const product = await this.productRepository.findOne({
-            where: { ProductID: productId },
-            relations: ['productStocks'],
-        });
-        if (!product) {
-            throw new common_1.NotFoundException(`Product with ID ${productId} not found`);
-        }
-        const oldQuantity = product.quantityInStock;
-        Object.assign(product, updateDto);
-        if (updateDto.quantityInStock !== undefined &&
-            updateDto.quantityInStock !== oldQuantity) {
-            const quantityDifference = updateDto.quantityInStock - oldQuantity;
-            const productStock = this.productStockRepository.create({
-                product,
-                quantityReceived: quantityDifference,
-                status: quantityDifference > 0 ? 'เติมStock' : 'ขายออก',
-                addDate: new Date(),
-            });
-            product.productStocks.push(productStock);
-            await this.productStockRepository.save(productStock);
-        }
-        return await this.productRepository.save(product);
-    }
-    async createOrUpdate(createProductDto) {
-        const product = await this.productRepository.findOne({
-            where: { ProductID: createProductDto.ProductID },
-            relations: ['productStocks'],
-        });
-        if (product) {
-            return this.update(product.ProductID, createProductDto);
-        }
-        return await this.create(createProductDto);
-    }
-    async remove(id) {
-        await this.productRepository.delete(id);
-    }
-};
-exports.ProductsService = ProductsService;
-exports.ProductsService = ProductsService = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(product_entity_1.Product)),
-    __param(1, (0, typeorm_1.InjectRepository)(product_stock_entity_1.ProductStock)),
-    __metadata("design:paramtypes", [typeorm_2.Repository,
-        typeorm_2.Repository])
-], ProductsService);
-//# sourceMappingURL=products.service.js.map
\ No newline at end of file
diff --git a/dist/products/products.service.js.map b/dist/products/products.service.js.map
deleted file mode 100644
index 984036fa8631b45f82d2ee91aad614c16496aede..0000000000000000000000000000000000000000
--- a/dist/products/products.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"products.service.js","sourceRoot":"","sources":["../../src/products/products.service.ts"],"names":[],"mappings":"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"}
\ No newline at end of file
diff --git a/dist/queue-types/dto/create-queue-type.dto.d.ts b/dist/queue-types/dto/create-queue-type.dto.d.ts
deleted file mode 100644
index 2916c6553f2b6bb55c8a45941a8f25e90d6e3be5..0000000000000000000000000000000000000000
--- a/dist/queue-types/dto/create-queue-type.dto.d.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export declare class CreateQueueTypeDto {
-    TypeName: string;
-}
diff --git a/dist/queue-types/dto/create-queue-type.dto.js b/dist/queue-types/dto/create-queue-type.dto.js
deleted file mode 100644
index 4e14c031c1542b6405988e1c8222948bdb51903a..0000000000000000000000000000000000000000
--- a/dist/queue-types/dto/create-queue-type.dto.js
+++ /dev/null
@@ -1,22 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateQueueTypeDto = void 0;
-const class_validator_1 = require("class-validator");
-class CreateQueueTypeDto {
-}
-exports.CreateQueueTypeDto = CreateQueueTypeDto;
-__decorate([
-    (0, class_validator_1.IsString)(),
-    (0, class_validator_1.Length)(1, 50),
-    __metadata("design:type", String)
-], CreateQueueTypeDto.prototype, "TypeName", void 0);
-//# sourceMappingURL=create-queue-type.dto.js.map
\ No newline at end of file
diff --git a/dist/queue-types/dto/create-queue-type.dto.js.map b/dist/queue-types/dto/create-queue-type.dto.js.map
deleted file mode 100644
index 52cd3ca52e466ebd6dbedc694677ddf042ce971b..0000000000000000000000000000000000000000
--- a/dist/queue-types/dto/create-queue-type.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-queue-type.dto.js","sourceRoot":"","sources":["../../../src/queue-types/dto/create-queue-type.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmD;AAEnD,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AADC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,CAAC,EAAE,EAAE,CAAC;;oDACG"}
\ No newline at end of file
diff --git a/dist/queue-types/dto/update-queue-type.dto.d.ts b/dist/queue-types/dto/update-queue-type.dto.d.ts
deleted file mode 100644
index dbba19185487244dfb4b55e77c69458b75108761..0000000000000000000000000000000000000000
--- a/dist/queue-types/dto/update-queue-type.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateQueueTypeDto } from './create-queue-type.dto';
-declare const UpdateQueueTypeDto_base: import("@nestjs/common").Type<Partial<CreateQueueTypeDto>>;
-export declare class UpdateQueueTypeDto extends UpdateQueueTypeDto_base {
-}
-export {};
diff --git a/dist/queue-types/dto/update-queue-type.dto.js b/dist/queue-types/dto/update-queue-type.dto.js
deleted file mode 100644
index d2cb799301764322462e647e45779e145ba7c339..0000000000000000000000000000000000000000
--- a/dist/queue-types/dto/update-queue-type.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateQueueTypeDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_queue_type_dto_1 = require("./create-queue-type.dto");
-class UpdateQueueTypeDto extends (0, swagger_1.PartialType)(create_queue_type_dto_1.CreateQueueTypeDto) {
-}
-exports.UpdateQueueTypeDto = UpdateQueueTypeDto;
-//# sourceMappingURL=update-queue-type.dto.js.map
\ No newline at end of file
diff --git a/dist/queue-types/dto/update-queue-type.dto.js.map b/dist/queue-types/dto/update-queue-type.dto.js.map
deleted file mode 100644
index 8f34e095a2d339a76234ea8562297600fc78f803..0000000000000000000000000000000000000000
--- a/dist/queue-types/dto/update-queue-type.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-queue-type.dto.js","sourceRoot":"","sources":["../../../src/queue-types/dto/update-queue-type.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,mEAA6D;AAE7D,MAAa,kBAAmB,SAAQ,IAAA,qBAAW,EAAC,0CAAkB,CAAC;CAAG;AAA1E,gDAA0E"}
\ No newline at end of file
diff --git a/dist/queue-types/entities/queue-type.entity.d.ts b/dist/queue-types/entities/queue-type.entity.d.ts
deleted file mode 100644
index f780efb424d3e3953013d5497717d287d8361bef..0000000000000000000000000000000000000000
--- a/dist/queue-types/entities/queue-type.entity.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import { Queue } from '@/queues/entities/queue.entity';
-export declare class QueueType {
-    QueueTypeID: number;
-    TypeName: string;
-    queues: Queue[];
-}
diff --git a/dist/queue-types/entities/queue-type.entity.js b/dist/queue-types/entities/queue-type.entity.js
deleted file mode 100644
index e1ab7d3fe8f2b162724f64e05b95c4d264b52155..0000000000000000000000000000000000000000
--- a/dist/queue-types/entities/queue-type.entity.js
+++ /dev/null
@@ -1,33 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.QueueType = void 0;
-const typeorm_1 = require("typeorm");
-const queue_entity_1 = require("../../queues/entities/queue.entity");
-let QueueType = class QueueType {
-};
-exports.QueueType = QueueType;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], QueueType.prototype, "QueueTypeID", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 50, unique: true }),
-    __metadata("design:type", String)
-], QueueType.prototype, "TypeName", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => queue_entity_1.Queue, (queue) => queue.QueueType),
-    __metadata("design:type", Array)
-], QueueType.prototype, "queues", void 0);
-exports.QueueType = QueueType = __decorate([
-    (0, typeorm_1.Entity)('QueueType')
-], QueueType);
-//# sourceMappingURL=queue-type.entity.js.map
\ No newline at end of file
diff --git a/dist/queue-types/entities/queue-type.entity.js.map b/dist/queue-types/entities/queue-type.entity.js.map
deleted file mode 100644
index ef90c366a364d5e39b3acdabe274451e34f238ba..0000000000000000000000000000000000000000
--- a/dist/queue-types/entities/queue-type.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"queue-type.entity.js","sourceRoot":"","sources":["../../../src/queue-types/entities/queue-type.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA4E;AAC5E,qEAAuD;AAGhD,IAAM,SAAS,GAAf,MAAM,SAAS;CASrB,CAAA;AATY,8BAAS;AAEpB;IADC,IAAA,gCAAsB,GAAE;;8CACL;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;2CACrC;AAGjB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,SAAS,CAAC;;yCACnC;oBARL,SAAS;IADrB,IAAA,gBAAM,EAAC,WAAW,CAAC;GACP,SAAS,CASrB"}
\ No newline at end of file
diff --git a/dist/queue-types/queue-types.controller.d.ts b/dist/queue-types/queue-types.controller.d.ts
deleted file mode 100644
index 9ccdf460c845c2118e87e7b6c63cd5b39a9bc4b0..0000000000000000000000000000000000000000
--- a/dist/queue-types/queue-types.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { QueueTypesService } from './queue-types.service';
-import { CreateQueueTypeDto } from './dto/create-queue-type.dto';
-import { UpdateQueueTypeDto } from './dto/update-queue-type.dto';
-export declare class QueueTypesController {
-    private readonly queueTypesService;
-    constructor(queueTypesService: QueueTypesService);
-    create(createQueueTypeDto: CreateQueueTypeDto): Promise<import("./entities/queue-type.entity").QueueType>;
-    findAll(): Promise<import("./entities/queue-type.entity").QueueType[]>;
-    findOne(id: string): Promise<import("./entities/queue-type.entity").QueueType>;
-    update(id: string, updateQueueTypeDto: UpdateQueueTypeDto): Promise<import("./entities/queue-type.entity").QueueType>;
-    remove(id: string): Promise<import("./entities/queue-type.entity").QueueType>;
-}
diff --git a/dist/queue-types/queue-types.controller.js b/dist/queue-types/queue-types.controller.js
deleted file mode 100644
index 223f1c3cb2f5e3a4b07a24b25ed84e1e3e0b3641..0000000000000000000000000000000000000000
--- a/dist/queue-types/queue-types.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.QueueTypesController = void 0;
-const common_1 = require("@nestjs/common");
-const queue_types_service_1 = require("./queue-types.service");
-const create_queue_type_dto_1 = require("./dto/create-queue-type.dto");
-const update_queue_type_dto_1 = require("./dto/update-queue-type.dto");
-let QueueTypesController = class QueueTypesController {
-    constructor(queueTypesService) {
-        this.queueTypesService = queueTypesService;
-    }
-    create(createQueueTypeDto) {
-        return this.queueTypesService.create(createQueueTypeDto);
-    }
-    findAll() {
-        return this.queueTypesService.findAll();
-    }
-    findOne(id) {
-        return this.queueTypesService.findOne(+id);
-    }
-    update(id, updateQueueTypeDto) {
-        return this.queueTypesService.update(+id, updateQueueTypeDto);
-    }
-    remove(id) {
-        return this.queueTypesService.remove(+id);
-    }
-};
-exports.QueueTypesController = QueueTypesController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_queue_type_dto_1.CreateQueueTypeDto]),
-    __metadata("design:returntype", void 0)
-], QueueTypesController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], QueueTypesController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], QueueTypesController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_queue_type_dto_1.UpdateQueueTypeDto]),
-    __metadata("design:returntype", void 0)
-], QueueTypesController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], QueueTypesController.prototype, "remove", null);
-exports.QueueTypesController = QueueTypesController = __decorate([
-    (0, common_1.Controller)('queue-types'),
-    __metadata("design:paramtypes", [queue_types_service_1.QueueTypesService])
-], QueueTypesController);
-//# sourceMappingURL=queue-types.controller.js.map
\ No newline at end of file
diff --git a/dist/queue-types/queue-types.controller.js.map b/dist/queue-types/queue-types.controller.js.map
deleted file mode 100644
index ffb7f51955e5581ff5b8060fdc896ff834c2b893..0000000000000000000000000000000000000000
--- a/dist/queue-types/queue-types.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"queue-types.controller.js","sourceRoot":"","sources":["../../src/queue-types/queue-types.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,+DAA0D;AAC1D,uEAAiE;AACjE,uEAAiE;AAG1D,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAC/B,YAA6B,iBAAoC;QAApC,sBAAiB,GAAjB,iBAAiB,CAAmB;IAAG,CAAC;IAGrE,MAAM,CAAS,kBAAsC;QACnD,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC;IAC3D,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,iBAAiB,CAAC,OAAO,EAAE,CAAC;IAC1C,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC7C,CAAC;IAGD,MAAM,CACS,EAAU,EACf,kBAAsC;QAE9C,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,kBAAkB,CAAC,CAAC;IAChE,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IAC5C,CAAC;CACF,CAAA;AA9BY,oDAAoB;AAI/B;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAqB,0CAAkB;;kDAEpD;AAGD;IADC,IAAA,YAAG,GAAE;;;;mDAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;mDAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IAEV,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IACX,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAqB,0CAAkB;;kDAG/C;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;kDAElB;+BA7BU,oBAAoB;IADhC,IAAA,mBAAU,EAAC,aAAa,CAAC;qCAEwB,uCAAiB;GADtD,oBAAoB,CA8BhC"}
\ No newline at end of file
diff --git a/dist/queue-types/queue-types.module.d.ts b/dist/queue-types/queue-types.module.d.ts
deleted file mode 100644
index d3ed327c1248f01621fc446d2df7053578814d24..0000000000000000000000000000000000000000
--- a/dist/queue-types/queue-types.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class QueueTypesModule {
-}
diff --git a/dist/queue-types/queue-types.module.js b/dist/queue-types/queue-types.module.js
deleted file mode 100644
index 1a376d850e717b6de885ae7b58b95928f93cd3e0..0000000000000000000000000000000000000000
--- a/dist/queue-types/queue-types.module.js
+++ /dev/null
@@ -1,26 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.QueueTypesModule = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const queue_type_entity_1 = require("./entities/queue-type.entity");
-const queue_types_service_1 = require("./queue-types.service");
-const queue_types_controller_1 = require("./queue-types.controller");
-let QueueTypesModule = class QueueTypesModule {
-};
-exports.QueueTypesModule = QueueTypesModule;
-exports.QueueTypesModule = QueueTypesModule = __decorate([
-    (0, common_1.Module)({
-        imports: [typeorm_1.TypeOrmModule.forFeature([queue_type_entity_1.QueueType])],
-        controllers: [queue_types_controller_1.QueueTypesController],
-        providers: [queue_types_service_1.QueueTypesService],
-        exports: [queue_types_service_1.QueueTypesService],
-    })
-], QueueTypesModule);
-//# sourceMappingURL=queue-types.module.js.map
\ No newline at end of file
diff --git a/dist/queue-types/queue-types.module.js.map b/dist/queue-types/queue-types.module.js.map
deleted file mode 100644
index d5d3b20d540ddf45e3362577cc39200d7e4cdedb..0000000000000000000000000000000000000000
--- a/dist/queue-types/queue-types.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"queue-types.module.js","sourceRoot":"","sources":["../../src/queue-types/queue-types.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,oEAAyD;AACzD,+DAA0D;AAC1D,qEAA4E;AAQrE,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CAAG,CAAA;AAAnB,4CAAgB;2BAAhB,gBAAgB;IAN5B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,6BAAS,CAAC,CAAC,CAAC;QAChD,WAAW,EAAE,CAAC,6CAAoB,CAAC;QACnC,SAAS,EAAE,CAAC,uCAAiB,CAAC;QAC9B,OAAO,EAAE,CAAC,uCAAiB,CAAC;KAC7B,CAAC;GACW,gBAAgB,CAAG"}
\ No newline at end of file
diff --git a/dist/queue-types/queue-types.service.d.ts b/dist/queue-types/queue-types.service.d.ts
deleted file mode 100644
index 90632da31b03ba39e588d8bb078680670bca3c38..0000000000000000000000000000000000000000
--- a/dist/queue-types/queue-types.service.d.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import { Repository } from 'typeorm';
-import { QueueType } from './entities/queue-type.entity';
-import { CreateQueueTypeDto } from './dto/create-queue-type.dto';
-import { UpdateQueueTypeDto } from './dto/update-queue-type.dto';
-export declare class QueueTypesService {
-    private readonly queueTypeRepository;
-    constructor(queueTypeRepository: Repository<QueueType>);
-    create(createQueueTypeDto: CreateQueueTypeDto): Promise<QueueType>;
-    findAll(): Promise<QueueType[]>;
-    findOne(id: number): Promise<QueueType>;
-    update(id: number, updateQueueTypeDto: UpdateQueueTypeDto): Promise<QueueType>;
-    remove(id: number): Promise<QueueType>;
-}
diff --git a/dist/queue-types/queue-types.service.js b/dist/queue-types/queue-types.service.js
deleted file mode 100644
index ece763e3b9da7fda7a55379d6586f9235780022c..0000000000000000000000000000000000000000
--- a/dist/queue-types/queue-types.service.js
+++ /dev/null
@@ -1,57 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.QueueTypesService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const queue_type_entity_1 = require("./entities/queue-type.entity");
-let QueueTypesService = class QueueTypesService {
-    constructor(queueTypeRepository) {
-        this.queueTypeRepository = queueTypeRepository;
-    }
-    async create(createQueueTypeDto) {
-        const newQueueType = this.queueTypeRepository.create(createQueueTypeDto);
-        return await this.queueTypeRepository.save(newQueueType);
-    }
-    async findAll() {
-        return await this.queueTypeRepository.find();
-    }
-    async findOne(id) {
-        return await this.queueTypeRepository.findOne({
-            where: { QueueTypeID: id },
-        });
-    }
-    async update(id, updateQueueTypeDto) {
-        await this.queueTypeRepository.update(id, updateQueueTypeDto);
-        return this.findOne(id);
-    }
-    async remove(id) {
-        const queueType = await this.queueTypeRepository.findOne({
-            where: { QueueTypeID: id },
-        });
-        if (!queueType) {
-            throw new common_1.NotFoundException(`QueueType with ID ${id} not found`);
-        }
-        await this.queueTypeRepository.remove(queueType);
-        return queueType;
-    }
-};
-exports.QueueTypesService = QueueTypesService;
-exports.QueueTypesService = QueueTypesService = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(queue_type_entity_1.QueueType)),
-    __metadata("design:paramtypes", [typeorm_2.Repository])
-], QueueTypesService);
-//# sourceMappingURL=queue-types.service.js.map
\ No newline at end of file
diff --git a/dist/queue-types/queue-types.service.js.map b/dist/queue-types/queue-types.service.js.map
deleted file mode 100644
index ae6bc02fc5f7d8f775c36ee9e7df7567d4117a36..0000000000000000000000000000000000000000
--- a/dist/queue-types/queue-types.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"queue-types.service.js","sourceRoot":"","sources":["../../src/queue-types/queue-types.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA+D;AAC/D,6CAAmD;AACnD,qCAAqC;AACrC,oEAAyD;AAKlD,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAC5B,YAEmB,mBAA0C;QAA1C,wBAAmB,GAAnB,mBAAmB,CAAuB;IAC1D,CAAC;IAGJ,KAAK,CAAC,MAAM,CAAC,kBAAsC;QACjD,MAAM,YAAY,GAAG,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC;QACzE,OAAO,MAAM,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IAC3D,CAAC;IAGD,KAAK,CAAC,OAAO;QACX,OAAO,MAAM,IAAI,CAAC,mBAAmB,CAAC,IAAI,EAAE,CAAC;IAC/C,CAAC;IAGD,KAAK,CAAC,OAAO,CAAC,EAAU;QACtB,OAAO,MAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC;YAC5C,KAAK,EAAE,EAAE,WAAW,EAAE,EAAE,EAAE;SAC3B,CAAC,CAAC;IACL,CAAC;IAGD,KAAK,CAAC,MAAM,CACV,EAAU,EACV,kBAAsC;QAEtC,MAAM,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,EAAE,EAAE,kBAAkB,CAAC,CAAC;QAC9D,OAAO,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;IAC1B,CAAC;IAGD,KAAK,CAAC,MAAM,CAAC,EAAU;QAErB,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC;YACvD,KAAK,EAAE,EAAE,WAAW,EAAE,EAAE,EAAE;SAC3B,CAAC,CAAC;QAGH,IAAI,CAAC,SAAS,EAAE,CAAC;YACf,MAAM,IAAI,0BAAiB,CAAC,qBAAqB,EAAE,YAAY,CAAC,CAAC;QACnE,CAAC;QAGD,MAAM,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;QAGjD,OAAO,SAAS,CAAC;IACnB,CAAC;CACF,CAAA;AAnDY,8CAAiB;4BAAjB,iBAAiB;IAD7B,IAAA,mBAAU,GAAE;IAGR,WAAA,IAAA,0BAAgB,EAAC,6BAAS,CAAC,CAAA;qCACU,oBAAU;GAHvC,iBAAiB,CAmD7B"}
\ No newline at end of file
diff --git a/dist/queues/dto/create-queue.dto.d.ts b/dist/queues/dto/create-queue.dto.d.ts
deleted file mode 100644
index 40e0f2d7aabd4ce82b1566932eccce22de474a2a..0000000000000000000000000000000000000000
--- a/dist/queues/dto/create-queue.dto.d.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-export declare class CreateQueueDto {
-    startTime: string;
-    finishTime: string;
-    status: string;
-    bottleSize: string;
-    MachineID: number;
-    PageID: number;
-    OrderID: number;
-    EmployeeIds?: number[];
-}
diff --git a/dist/queues/dto/create-queue.dto.js b/dist/queues/dto/create-queue.dto.js
deleted file mode 100644
index 72ee23871cd7b1060b61d04d63c5bf1d38e17b90..0000000000000000000000000000000000000000
--- a/dist/queues/dto/create-queue.dto.js
+++ /dev/null
@@ -1,58 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateQueueDto = void 0;
-const class_validator_1 = require("class-validator");
-class CreateQueueDto {
-}
-exports.CreateQueueDto = CreateQueueDto;
-__decorate([
-    (0, class_validator_1.IsISO8601)(),
-    (0, class_validator_1.IsNotEmpty)(),
-    __metadata("design:type", String)
-], CreateQueueDto.prototype, "startTime", void 0);
-__decorate([
-    (0, class_validator_1.IsISO8601)(),
-    (0, class_validator_1.IsNotEmpty)(),
-    __metadata("design:type", String)
-], CreateQueueDto.prototype, "finishTime", void 0);
-__decorate([
-    (0, class_validator_1.IsEnum)(['Pending', 'In Progress', 'Done']),
-    (0, class_validator_1.IsNotEmpty)(),
-    __metadata("design:type", String)
-], CreateQueueDto.prototype, "status", void 0);
-__decorate([
-    (0, class_validator_1.IsNotEmpty)(),
-    __metadata("design:type", String)
-], CreateQueueDto.prototype, "bottleSize", void 0);
-__decorate([
-    (0, class_validator_1.IsNumber)(),
-    (0, class_validator_1.IsNotEmpty)(),
-    __metadata("design:type", Number)
-], CreateQueueDto.prototype, "MachineID", void 0);
-__decorate([
-    (0, class_validator_1.IsNumber)(),
-    (0, class_validator_1.IsNotEmpty)(),
-    __metadata("design:type", Number)
-], CreateQueueDto.prototype, "PageID", void 0);
-__decorate([
-    (0, class_validator_1.Min)(-1),
-    (0, class_validator_1.IsNumber)(),
-    (0, class_validator_1.IsDefined)(),
-    __metadata("design:type", Number)
-], CreateQueueDto.prototype, "OrderID", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsArray)(),
-    (0, class_validator_1.IsNumber)({}, { each: true }),
-    __metadata("design:type", Array)
-], CreateQueueDto.prototype, "EmployeeIds", void 0);
-//# sourceMappingURL=create-queue.dto.js.map
\ No newline at end of file
diff --git a/dist/queues/dto/create-queue.dto.js.map b/dist/queues/dto/create-queue.dto.js.map
deleted file mode 100644
index e7996fadc07be022e8fe739137677eced5d73c30..0000000000000000000000000000000000000000
--- a/dist/queues/dto/create-queue.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-queue.dto.js","sourceRoot":"","sources":["../../../src/queues/dto/create-queue.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDASyB;AAEzB,MAAa,cAAc;CAiC1B;AAjCD,wCAiCC;AA9BC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iDACK;AAIlB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kDACM;AAInB;IAFC,IAAA,wBAAM,EAAC,CAAC,SAAS,EAAE,aAAa,EAAE,MAAM,CAAC,CAAC;IAC1C,IAAA,4BAAU,GAAE;;8CACE;AAGf;IADC,IAAA,4BAAU,GAAE;;kDACM;AAInB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACK;AAIlB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACE;AAKf;IAHC,IAAA,qBAAG,EAAC,CAAC,CAAC,CAAC;IACP,IAAA,0BAAQ,GAAE;IACV,IAAA,2BAAS,GAAE;;+CACI;AAKhB;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;mDACN"}
\ No newline at end of file
diff --git a/dist/queues/dto/update-queue.dto.d.ts b/dist/queues/dto/update-queue.dto.d.ts
deleted file mode 100644
index 2a601fb2f2948d9f59ae820ae1e5993da87c9fbf..0000000000000000000000000000000000000000
--- a/dist/queues/dto/update-queue.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateQueueDto } from './create-queue.dto';
-declare const UpdateQueueDto_base: import("@nestjs/common").Type<Partial<CreateQueueDto>>;
-export declare class UpdateQueueDto extends UpdateQueueDto_base {
-}
-export {};
diff --git a/dist/queues/dto/update-queue.dto.js b/dist/queues/dto/update-queue.dto.js
deleted file mode 100644
index b0f119d2911309f2c60068953afd8ac94ba8ef74..0000000000000000000000000000000000000000
--- a/dist/queues/dto/update-queue.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateQueueDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_queue_dto_1 = require("./create-queue.dto");
-class UpdateQueueDto extends (0, swagger_1.PartialType)(create_queue_dto_1.CreateQueueDto) {
-}
-exports.UpdateQueueDto = UpdateQueueDto;
-//# sourceMappingURL=update-queue.dto.js.map
\ No newline at end of file
diff --git a/dist/queues/dto/update-queue.dto.js.map b/dist/queues/dto/update-queue.dto.js.map
deleted file mode 100644
index 884118bd0e2775ed759ba466c46f46cac0f09fa2..0000000000000000000000000000000000000000
--- a/dist/queues/dto/update-queue.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-queue.dto.js","sourceRoot":"","sources":["../../../src/queues/dto/update-queue.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,yDAAoD;AAEpD,MAAa,cAAe,SAAQ,IAAA,qBAAW,EAAC,iCAAc,CAAC;CAAG;AAAlE,wCAAkE"}
\ No newline at end of file
diff --git a/dist/queues/entities/queue.entity.d.ts b/dist/queues/entities/queue.entity.d.ts
deleted file mode 100644
index 0aa144fde350d107d972c74d17ee7b6bd1e311ed..0000000000000000000000000000000000000000
--- a/dist/queues/entities/queue.entity.d.ts
+++ /dev/null
@@ -1,19 +0,0 @@
-import { Machine } from '@/machines/entities/machine.entity';
-import { Order } from '@/orders/entities/order.entity';
-import { Employee } from '@/employees/entities/employee.entity';
-import { Page } from '@/pages/entities/page.entity';
-import { QueueType } from '@/queue-types/entities/queue-type.entity';
-export declare class Queue {
-    QueueID: number;
-    machine: Machine;
-    page: Page;
-    order: Order;
-    employees: Employee[];
-    QueueType: QueueType;
-    startTime: Date;
-    finishTime: Date;
-    status: string;
-    bottleSize: string;
-    producedQuantity: number;
-    createdAt: Date;
-}
diff --git a/dist/queues/entities/queue.entity.js b/dist/queues/entities/queue.entity.js
deleted file mode 100644
index 7a81fe13b3b481a0c0be1ff22a9ccf68e0025e89..0000000000000000000000000000000000000000
--- a/dist/queues/entities/queue.entity.js
+++ /dev/null
@@ -1,87 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.Queue = void 0;
-const typeorm_1 = require("typeorm");
-const machine_entity_1 = require("../../machines/entities/machine.entity");
-const order_entity_1 = require("../../orders/entities/order.entity");
-const employee_entity_1 = require("../../employees/entities/employee.entity");
-const page_entity_1 = require("../../pages/entities/page.entity");
-const queue_type_entity_1 = require("../../queue-types/entities/queue-type.entity");
-let Queue = class Queue {
-};
-exports.Queue = Queue;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], Queue.prototype, "QueueID", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => machine_entity_1.Machine, (machine) => machine.queues, {
-        onDelete: 'CASCADE',
-    }),
-    (0, typeorm_1.JoinColumn)({ name: 'MachineId' }),
-    __metadata("design:type", machine_entity_1.Machine)
-], Queue.prototype, "machine", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => page_entity_1.Page, (page) => page.queues, { onDelete: 'CASCADE' }),
-    (0, typeorm_1.JoinColumn)({ name: 'PageID' }),
-    __metadata("design:type", page_entity_1.Page)
-], Queue.prototype, "page", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => order_entity_1.Order, (order) => order.queues, { onDelete: 'CASCADE' }),
-    (0, typeorm_1.JoinColumn)({ name: 'OrderID' }),
-    __metadata("design:type", order_entity_1.Order)
-], Queue.prototype, "order", void 0);
-__decorate([
-    (0, typeorm_1.ManyToMany)(() => employee_entity_1.Employee, (employee) => employee.queues),
-    (0, typeorm_1.JoinTable)({
-        name: 'QueueAssignment',
-        joinColumn: { name: 'QueueID', referencedColumnName: 'QueueID' },
-        inverseJoinColumn: {
-            name: 'EmployeeID',
-            referencedColumnName: 'EmployeeID',
-        },
-    }),
-    __metadata("design:type", Array)
-], Queue.prototype, "employees", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => queue_type_entity_1.QueueType, (queueType) => queueType.queues),
-    (0, typeorm_1.JoinColumn)({ name: 'QueueTypeID' }),
-    __metadata("design:type", queue_type_entity_1.QueueType)
-], Queue.prototype, "QueueType", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'timestamp', nullable: true }),
-    __metadata("design:type", Date)
-], Queue.prototype, "startTime", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'timestamp', nullable: true }),
-    __metadata("design:type", Date)
-], Queue.prototype, "finishTime", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 50 }),
-    __metadata("design:type", String)
-], Queue.prototype, "status", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'varchar', length: 50 }),
-    __metadata("design:type", String)
-], Queue.prototype, "bottleSize", void 0);
-__decorate([
-    (0, typeorm_1.Column)(),
-    __metadata("design:type", Number)
-], Queue.prototype, "producedQuantity", void 0);
-__decorate([
-    (0, typeorm_1.CreateDateColumn)(),
-    __metadata("design:type", Date)
-], Queue.prototype, "createdAt", void 0);
-exports.Queue = Queue = __decorate([
-    (0, typeorm_1.Entity)('Queue')
-], Queue);
-//# sourceMappingURL=queue.entity.js.map
\ No newline at end of file
diff --git a/dist/queues/entities/queue.entity.js.map b/dist/queues/entities/queue.entity.js.map
deleted file mode 100644
index b9264aaa438ad85f974f5640df07289395884107..0000000000000000000000000000000000000000
--- a/dist/queues/entities/queue.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"queue.entity.js","sourceRoot":"","sources":["../../../src/queues/entities/queue.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCASiB;AACjB,2EAA6D;AAC7D,qEAAuD;AACvD,8EAAgE;AAChE,kEAAoD;AACpD,oFAAqE;AAG9D,IAAM,KAAK,GAAX,MAAM,KAAK;CAkDjB,CAAA;AAlDY,sBAAK;AAEhB;IADC,IAAA,gCAAsB,GAAE;;sCACT;AAMhB;IAJC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAO,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,MAAM,EAAE;QACrD,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BACzB,wBAAO;sCAAC;AAIjB;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IACrE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;8BACzB,kBAAI;mCAAC;AAIX;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IACxE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BACzB,oBAAK;oCAAC;AAWb;IATC,IAAA,oBAAU,EAAC,GAAG,EAAE,CAAC,0BAAQ,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;IACzD,IAAA,mBAAS,EAAC;QACT,IAAI,EAAE,iBAAiB;QACvB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,SAAS,EAAE;QAChE,iBAAiB,EAAE;YACjB,IAAI,EAAE,YAAY;YAClB,oBAAoB,EAAE,YAAY;SACnC;KACF,CAAC;;wCACoB;AAItB;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6BAAS,EAAE,CAAC,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,MAAM,CAAC;IAC3D,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BACzB,6BAAS;wCAAC;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACnC,IAAI;wCAAC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAClC,IAAI;yCAAC;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;qCACzB;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;yCACrB;AAGnB;IADC,IAAA,gBAAM,GAAE;;+CACgB;AAGzB;IADC,IAAA,0BAAgB,GAAE;8BACR,IAAI;wCAAC;gBAjDL,KAAK;IADjB,IAAA,gBAAM,EAAC,OAAO,CAAC;GACH,KAAK,CAkDjB"}
\ No newline at end of file
diff --git a/dist/queues/queues.controller.d.ts b/dist/queues/queues.controller.d.ts
deleted file mode 100644
index afcae96cee2e0255e5dd618b128ab5e9d79168e0..0000000000000000000000000000000000000000
--- a/dist/queues/queues.controller.d.ts
+++ /dev/null
@@ -1,43 +0,0 @@
-import { QueuesService } from './queues.service';
-import { CreateQueueDto } from './dto/create-queue.dto';
-import { UpdateQueueDto } from './dto/update-queue.dto';
-import { Queue } from './entities/queue.entity';
-export declare class QueuesController {
-    private readonly queuesService;
-    private readonly logger;
-    constructor(queuesService: QueuesService);
-    create(createQueueDto: CreateQueueDto): Promise<{
-        message: string;
-        queue: Queue;
-    }>;
-    createMultiple(createQueueDtos: CreateQueueDto[]): Promise<{
-        message: string;
-        queues: any[];
-    }>;
-    getLatestQueues(dateStr?: string): Promise<{
-        queues: Queue[];
-    }>;
-    findAll(): Promise<Queue[]>;
-    findOne(id: string): Promise<Queue>;
-    update(id: string, updateQueueDto: UpdateQueueDto): Promise<{
-        QueueID: number;
-        machine: import("../machines/entities/machine.entity").Machine;
-        page: import("../pages/entities/page.entity").Page;
-        order: import("../orders/entities/order.entity").Order;
-        employees: import("../employees/entities/employee.entity").Employee[];
-        QueueType: import("../queue-types/entities/queue-type.entity").QueueType;
-        startTime: Date;
-        finishTime: Date;
-        status: string;
-        bottleSize: string;
-        producedQuantity: number;
-        createdAt: Date;
-    } & Queue>;
-    deleteNewlyCreatedQueues(dateStr: string): Promise<{
-        deletedCount: number;
-    }>;
-    remove(id: string): Promise<{
-        message: string;
-        deletedQueue: Queue;
-    }>;
-}
diff --git a/dist/queues/queues.controller.js b/dist/queues/queues.controller.js
deleted file mode 100644
index e2442545f972a8bf55bf2d9353c088e6e3f2a9cf..0000000000000000000000000000000000000000
--- a/dist/queues/queues.controller.js
+++ /dev/null
@@ -1,118 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-var QueuesController_1;
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.QueuesController = void 0;
-const common_1 = require("@nestjs/common");
-const queues_service_1 = require("./queues.service");
-const create_queue_dto_1 = require("./dto/create-queue.dto");
-const update_queue_dto_1 = require("./dto/update-queue.dto");
-let QueuesController = QueuesController_1 = class QueuesController {
-    constructor(queuesService) {
-        this.queuesService = queuesService;
-        this.logger = new common_1.Logger(QueuesController_1.name);
-    }
-    create(createQueueDto) {
-        return this.queuesService.create(createQueueDto);
-    }
-    async createMultiple(createQueueDtos) {
-        return this.queuesService.createMultiple(createQueueDtos);
-    }
-    async getLatestQueues(dateStr) {
-        this.logger.log(`GET /queues/latest - Fetching from date ${dateStr || 'latest available'}`);
-        const queues = await this.queuesService.getLatestQueuesFromDate(dateStr);
-        return { queues };
-    }
-    findAll() {
-        return this.queuesService.findAll();
-    }
-    findOne(id) {
-        return this.queuesService.findOne(+id);
-    }
-    update(id, updateQueueDto) {
-        return this.queuesService.update(+id, updateQueueDto);
-    }
-    async deleteNewlyCreatedQueues(dateStr) {
-        if (!dateStr) {
-            throw new common_1.BadRequestException('Query param "dateStr" is required');
-        }
-        this.logger.log(`DELETE /queues/new-from-date?dateStr=${dateStr}`);
-        return await this.queuesService.deleteNewlyCreatedQueuesFromDate(dateStr);
-    }
-    remove(id) {
-        return this.queuesService.remove(+id);
-    }
-};
-exports.QueuesController = QueuesController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_queue_dto_1.CreateQueueDto]),
-    __metadata("design:returntype", void 0)
-], QueuesController.prototype, "create", null);
-__decorate([
-    (0, common_1.Post)('batch'),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [Array]),
-    __metadata("design:returntype", Promise)
-], QueuesController.prototype, "createMultiple", null);
-__decorate([
-    (0, common_1.Get)('latest'),
-    __param(0, (0, common_1.Query)('dateStr')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", Promise)
-], QueuesController.prototype, "getLatestQueues", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], QueuesController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], QueuesController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_queue_dto_1.UpdateQueueDto]),
-    __metadata("design:returntype", void 0)
-], QueuesController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)('new-from-date'),
-    __param(0, (0, common_1.Query)('dateStr')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", Promise)
-], QueuesController.prototype, "deleteNewlyCreatedQueues", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], QueuesController.prototype, "remove", null);
-exports.QueuesController = QueuesController = QueuesController_1 = __decorate([
-    (0, common_1.Controller)('queues'),
-    __metadata("design:paramtypes", [queues_service_1.QueuesService])
-], QueuesController);
-//# sourceMappingURL=queues.controller.js.map
\ No newline at end of file
diff --git a/dist/queues/queues.controller.js.map b/dist/queues/queues.controller.js.map
deleted file mode 100644
index f224584efb96ce1c75e8399d4e3c7739d93ffa12..0000000000000000000000000000000000000000
--- a/dist/queues/queues.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"queues.controller.js","sourceRoot":"","sources":["../../src/queues/queues.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAWwB;AACxB,qDAAiD;AACjD,6DAAwD;AACxD,6DAAwD;AAIjD,IAAM,gBAAgB,wBAAtB,MAAM,gBAAgB;IAE3B,YAA6B,aAA4B;QAA5B,kBAAa,GAAb,aAAa,CAAe;QADxC,WAAM,GAAG,IAAI,eAAM,CAAC,kBAAgB,CAAC,IAAI,CAAC,CAAC;IACA,CAAC;IAG7D,MAAM,CAAS,cAA8B;QAC3C,OAAO,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;IACnD,CAAC;IAGK,AAAN,KAAK,CAAC,cAAc,CAAS,eAAiC;QAG5D,OAAO,IAAI,CAAC,aAAa,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC;IAC5D,CAAC;IAGK,AAAN,KAAK,CAAC,eAAe,CACD,OAAgB;QAElC,IAAI,CAAC,MAAM,CAAC,GAAG,CACb,2CAA2C,OAAO,IAAI,kBAAkB,EAAE,CAC3E,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,uBAAuB,CAAC,OAAO,CAAC,CAAC;QACzE,OAAO,EAAE,MAAM,EAAE,CAAC;IACpB,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,aAAa,CAAC,OAAO,EAAE,CAAC;IACtC,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IACzC,CAAC;IAGD,MAAM,CAAc,EAAU,EAAU,cAA8B;QACpE,OAAO,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,cAAc,CAAC,CAAC;IACxD,CAAC;IAEK,AAAN,KAAK,CAAC,wBAAwB,CACV,OAAe;QAEjC,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,MAAM,IAAI,4BAAmB,CAAC,mCAAmC,CAAC,CAAC;QACrE,CAAC;QAED,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,wCAAwC,OAAO,EAAE,CAAC,CAAC;QACnE,OAAO,MAAM,IAAI,CAAC,aAAa,CAAC,gCAAgC,CAAC,OAAO,CAAC,CAAC;IAC5E,CAAC;IAED,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IACxC,CAAC;CACF,CAAA;AAxDY,4CAAgB;AAK3B;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAiB,iCAAc;;8CAE5C;AAGK;IADL,IAAA,aAAI,EAAC,OAAO,CAAC;IACQ,WAAA,IAAA,aAAI,GAAE,CAAA;;;;sDAI3B;AAGK;IADL,IAAA,YAAG,EAAC,QAAQ,CAAC;IAEX,WAAA,IAAA,cAAK,EAAC,SAAS,CAAC,CAAA;;;;uDAOlB;AAGD;IADC,IAAA,YAAG,GAAE;;;;+CAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;+CAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IACL,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IAAc,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAiB,iCAAc;;8CAErE;AAEK;IADL,IAAA,eAAM,EAAC,eAAe,CAAC;IAErB,WAAA,IAAA,cAAK,EAAC,SAAS,CAAC,CAAA;;;;gEAQlB;AAED;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;8CAElB;2BAvDU,gBAAgB;IAD5B,IAAA,mBAAU,EAAC,QAAQ,CAAC;qCAGyB,8BAAa;GAF9C,gBAAgB,CAwD5B"}
\ No newline at end of file
diff --git a/dist/queues/queues.module.d.ts b/dist/queues/queues.module.d.ts
deleted file mode 100644
index fbce3178acee3a68f937ed6295b4f24779efa9b8..0000000000000000000000000000000000000000
--- a/dist/queues/queues.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class QueuesModule {
-}
diff --git a/dist/queues/queues.module.js b/dist/queues/queues.module.js
deleted file mode 100644
index 4c9c9deb8270223156fa634ab784f00bbf37a05d..0000000000000000000000000000000000000000
--- a/dist/queues/queues.module.js
+++ /dev/null
@@ -1,40 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.QueuesModule = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const queues_service_1 = require("./queues.service");
-const queues_controller_1 = require("./queues.controller");
-const queue_entity_1 = require("./entities/queue.entity");
-const machine_entity_1 = require("../machines/entities/machine.entity");
-const page_entity_1 = require("../pages/entities/page.entity");
-const order_entity_1 = require("../orders/entities/order.entity");
-const employee_entity_1 = require("../employees/entities/employee.entity");
-const queue_type_entity_1 = require("../queue-types/entities/queue-type.entity");
-let QueuesModule = class QueuesModule {
-};
-exports.QueuesModule = QueuesModule;
-exports.QueuesModule = QueuesModule = __decorate([
-    (0, common_1.Module)({
-        imports: [
-            typeorm_1.TypeOrmModule.forFeature([
-                queue_entity_1.Queue,
-                machine_entity_1.Machine,
-                page_entity_1.Page,
-                order_entity_1.Order,
-                employee_entity_1.Employee,
-                queue_type_entity_1.QueueType,
-            ]),
-        ],
-        controllers: [queues_controller_1.QueuesController],
-        providers: [queues_service_1.QueuesService],
-        exports: [queues_service_1.QueuesService],
-    })
-], QueuesModule);
-//# sourceMappingURL=queues.module.js.map
\ No newline at end of file
diff --git a/dist/queues/queues.module.js.map b/dist/queues/queues.module.js.map
deleted file mode 100644
index 709ea22d953257d2f2cde48a89cf55b79f12d316..0000000000000000000000000000000000000000
--- a/dist/queues/queues.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"queues.module.js","sourceRoot":"","sources":["../../src/queues/queues.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,qDAAiD;AACjD,2DAAuD;AACvD,0DAAgD;AAChD,wEAA6D;AAC7D,+DAAoD;AACpD,kEAAuD;AACvD,2EAAgE;AAChE,iFAAqE;AAiB9D,IAAM,YAAY,GAAlB,MAAM,YAAY;CAAG,CAAA;AAAf,oCAAY;uBAAZ,YAAY;IAfxB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,uBAAa,CAAC,UAAU,CAAC;gBACvB,oBAAK;gBACL,wBAAO;gBACP,kBAAI;gBACJ,oBAAK;gBACL,0BAAQ;gBACR,6BAAS;aACV,CAAC;SACH;QACD,WAAW,EAAE,CAAC,oCAAgB,CAAC;QAC/B,SAAS,EAAE,CAAC,8BAAa,CAAC;QAC1B,OAAO,EAAE,CAAC,8BAAa,CAAC;KACzB,CAAC;GACW,YAAY,CAAG"}
\ No newline at end of file
diff --git a/dist/queues/queues.service.d.ts b/dist/queues/queues.service.d.ts
deleted file mode 100644
index b0fd424eb8b042ed2696cbda6fa9e785ae79af8a..0000000000000000000000000000000000000000
--- a/dist/queues/queues.service.d.ts
+++ /dev/null
@@ -1,56 +0,0 @@
-import { Repository } from 'typeorm';
-import { Queue } from './entities/queue.entity';
-import { CreateQueueDto } from './dto/create-queue.dto';
-import { UpdateQueueDto } from './dto/update-queue.dto';
-import { Machine } from '@/machines/entities/machine.entity';
-import { Page } from '@/pages/entities/page.entity';
-import { Order } from '@/orders/entities/order.entity';
-import { Employee } from '@/employees/entities/employee.entity';
-import { QueueType } from '@/queue-types/entities/queue-type.entity';
-export declare class QueuesService {
-    private readonly queueRepository;
-    private readonly machineRepository;
-    private readonly pageRepository;
-    private readonly orderRepository;
-    private readonly employeeRepository;
-    private readonly queueTypeRepository;
-    private readonly logger;
-    deleteByDate(dateStr: string): {
-        deletedCount: number;
-    } | PromiseLike<{
-        deletedCount: number;
-    }>;
-    constructor(queueRepository: Repository<Queue>, machineRepository: Repository<Machine>, pageRepository: Repository<Page>, orderRepository: Repository<Order>, employeeRepository: Repository<Employee>, queueTypeRepository: Repository<QueueType>);
-    getLatestQueuesFromDate(dateStr?: string): Promise<Queue[]>;
-    create(createQueueDto: CreateQueueDto): Promise<{
-        message: string;
-        queue: Queue;
-    }>;
-    createMultiple(createQueueDtos: CreateQueueDto[]): Promise<{
-        message: string;
-        queues: any[];
-    }>;
-    findAll(): Promise<Queue[]>;
-    findOne(id: number): Promise<Queue>;
-    update(id: number, updateQueueDto: UpdateQueueDto): Promise<{
-        QueueID: number;
-        machine: Machine;
-        page: Page;
-        order: Order;
-        employees: Employee[];
-        QueueType: QueueType;
-        startTime: Date;
-        finishTime: Date;
-        status: string;
-        bottleSize: string;
-        producedQuantity: number;
-        createdAt: Date;
-    } & Queue>;
-    remove(id: number): Promise<{
-        message: string;
-        deletedQueue: Queue;
-    }>;
-    deleteNewlyCreatedQueuesFromDate(dateStr: string): Promise<{
-        deletedCount: number;
-    }>;
-}
diff --git a/dist/queues/queues.service.js b/dist/queues/queues.service.js
deleted file mode 100644
index 0fb3f23d9a7ac0b87799272ff26579afacd9a038..0000000000000000000000000000000000000000
--- a/dist/queues/queues.service.js
+++ /dev/null
@@ -1,368 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-var QueuesService_1;
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.QueuesService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const queue_entity_1 = require("./entities/queue.entity");
-const machine_entity_1 = require("../machines/entities/machine.entity");
-const page_entity_1 = require("../pages/entities/page.entity");
-const order_entity_1 = require("../orders/entities/order.entity");
-const employee_entity_1 = require("../employees/entities/employee.entity");
-const queue_type_entity_1 = require("../queue-types/entities/queue-type.entity");
-let QueuesService = QueuesService_1 = class QueuesService {
-    deleteByDate(dateStr) {
-        throw new Error('Method not implemented.');
-    }
-    constructor(queueRepository, machineRepository, pageRepository, orderRepository, employeeRepository, queueTypeRepository) {
-        this.queueRepository = queueRepository;
-        this.machineRepository = machineRepository;
-        this.pageRepository = pageRepository;
-        this.orderRepository = orderRepository;
-        this.employeeRepository = employeeRepository;
-        this.queueTypeRepository = queueTypeRepository;
-        this.logger = new common_1.Logger(QueuesService_1.name);
-    }
-    async getLatestQueuesFromDate(dateStr) {
-        this.logger.log(`📡 Fetching queues from ${dateStr || 'the most recent date'}`);
-        let startDate;
-        if (dateStr) {
-            const parts = dateStr.includes('/')
-                ? dateStr.trim().split('/')
-                : dateStr.trim().split('-');
-            if (parts.length !== 3) {
-                throw new common_1.BadRequestException('Invalid date format. Use dd/MM/yyyy or yyyy-MM-dd');
-            }
-            if (dateStr.includes('/')) {
-                const [day, month, year] = parts.map(Number);
-                startDate = new Date(year, month - 1, day);
-            }
-            else {
-                const [year, month, day] = parts.map(Number);
-                startDate = new Date(year, month - 1, day);
-            }
-        }
-        else {
-            const latestExistingQueue = await this.queueRepository.find({
-                order: { createdAt: 'DESC' },
-                take: 1,
-            });
-            if (!latestExistingQueue.length) {
-                this.logger.warn(`⚠️ No queues found in the system`);
-                return [];
-            }
-            startDate = new Date(latestExistingQueue[0].createdAt);
-        }
-        startDate.setHours(0, 0, 0, 0);
-        this.logger.log(`🔍 Fetching all queues from ${startDate.toISOString()} onwards`);
-        return await this.queueRepository.find({
-            where: { createdAt: (0, typeorm_2.MoreThanOrEqual)(startDate) },
-            order: { createdAt: 'ASC' },
-        });
-    }
-    async create(createQueueDto) {
-        const { MachineID, PageID, OrderID, EmployeeIds = [], ...queueData } = createQueueDto;
-        const machineId = Number(MachineID);
-        const pageId = Number(PageID);
-        const orderId = Number(OrderID);
-        if (isNaN(machineId))
-            throw new common_1.BadRequestException(`Invalid MachineID: ${MachineID}`);
-        if (isNaN(pageId))
-            throw new common_1.BadRequestException(`Invalid PageID: ${PageID}`);
-        if (isNaN(orderId))
-            throw new common_1.BadRequestException(`Invalid OrderID: ${OrderID}`);
-        const machine = await this.machineRepository.findOne({
-            where: { MachineID: machineId },
-        });
-        if (!machine)
-            throw new common_1.NotFoundException(`Machine with ID ${machineId} not found`);
-        const page = await this.pageRepository.findOne({
-            where: { PageID: pageId },
-        });
-        if (!page)
-            throw new common_1.NotFoundException(`Page with ID ${pageId} not found`);
-        let order = null;
-        let queueTypeName = 'ORDER';
-        if (orderId === -1) {
-            queueTypeName = 'ผลิตเผื่อ';
-        }
-        else {
-            order = await this.orderRepository.findOne({
-                where: { OrderID: orderId },
-            });
-            if (!order)
-                throw new common_1.NotFoundException(`Order with ID ${orderId} not found`);
-        }
-        const queueType = await this.queueTypeRepository.findOne({
-            where: { TypeName: queueTypeName },
-        });
-        if (!queueType)
-            throw new common_1.NotFoundException(`QueueType '${queueTypeName}' not found`);
-        let employees = [];
-        if (Array.isArray(EmployeeIds) && EmployeeIds.length > 0) {
-            const validEmployeeIds = EmployeeIds.map((id) => Number(id)).filter((id) => !isNaN(id) && id > 0);
-            if (validEmployeeIds.length !== EmployeeIds.length) {
-                throw new common_1.BadRequestException(`Invalid EmployeeIds provided`);
-            }
-            employees = await this.employeeRepository.findByIds(validEmployeeIds);
-            const foundIds = employees.map((e) => e.EmployeeID);
-            const missingIds = validEmployeeIds.filter((id) => !foundIds.includes(id));
-            if (missingIds.length > 0) {
-                throw new common_1.NotFoundException(`Employees not found: ${missingIds.join(', ')}`);
-            }
-        }
-        const newQueue = this.queueRepository.create({
-            ...queueData,
-            machine,
-            page,
-            order: queueTypeName === 'ORDER' ? order : null,
-            employees,
-            QueueType: queueType,
-        });
-        const savedQueue = await this.queueRepository.save(newQueue);
-        return {
-            message: 'Queue created successfully',
-            queue: savedQueue,
-        };
-    }
-    async createMultiple(createQueueDtos) {
-        const newQueues = [];
-        if (!Array.isArray(createQueueDtos)) {
-            throw new common_1.BadRequestException('Request body must be an array of queues');
-        }
-        for (const createQueueDto of createQueueDtos) {
-            const { MachineID, PageID, OrderID, EmployeeIds, ...queueData } = createQueueDto;
-            const machineId = Number(MachineID);
-            const orderId = Number(OrderID);
-            const pageId = Number(PageID);
-            if (isNaN(machineId))
-                throw new common_1.BadRequestException(`Invalid MachineID: ${MachineID}`);
-            if (isNaN(orderId))
-                throw new common_1.BadRequestException(`Invalid OrderID: ${OrderID}`);
-            if (isNaN(pageId))
-                throw new common_1.BadRequestException(`Invalid PageID: ${PageID}`);
-            const machine = await this.machineRepository.findOne({
-                where: { MachineID: machineId },
-            });
-            if (!machine)
-                throw new common_1.NotFoundException(`Machine with ID ${machineId} not found`);
-            const page = await this.pageRepository.findOne({
-                where: { PageID: pageId },
-            });
-            if (!page)
-                throw new common_1.NotFoundException(`Page with ID ${pageId} not found`);
-            let order = null;
-            let queueTypeName = 'ORDER';
-            if (orderId === -1) {
-                queueTypeName = 'ผลิตเผื่อ';
-            }
-            else {
-                order = await this.orderRepository.findOne({
-                    where: { OrderID: orderId },
-                });
-                if (!order)
-                    throw new common_1.NotFoundException(`Order with ID ${orderId} not found`);
-            }
-            const queueType = await this.queueTypeRepository.findOne({
-                where: { TypeName: queueTypeName },
-            });
-            if (!queueType)
-                throw new common_1.NotFoundException(`QueueType '${queueTypeName}' not found`);
-            let validEmployeeIds = [];
-            let employees = [];
-            if (Array.isArray(EmployeeIds) && EmployeeIds.length > 0) {
-                validEmployeeIds = EmployeeIds.map((id) => Number(id)).filter((id) => !isNaN(id) && id > 0);
-                if (validEmployeeIds.length !== EmployeeIds.length) {
-                    throw new common_1.BadRequestException(`Invalid EmployeeIds provided: ${EmployeeIds}`);
-                }
-                employees = await this.employeeRepository.findByIds(validEmployeeIds);
-                const foundIds = employees.map((e) => e.EmployeeID);
-                const missingIds = validEmployeeIds.filter((id) => !foundIds.includes(id));
-                if (missingIds.length > 0) {
-                    console.error(`❌ Missing EmployeeIDs: ${missingIds.join(', ')}`);
-                    throw new common_1.NotFoundException(`Employees not found: ${missingIds.join(', ')}`);
-                }
-            }
-            const newQueue = this.queueRepository.create({
-                ...queueData,
-                machine,
-                page,
-                order: queueTypeName === 'ORDER' ? order : null,
-                employees,
-                QueueType: queueType,
-            });
-            newQueues.push(newQueue);
-        }
-        const savedQueues = await this.queueRepository.save(newQueues);
-        return {
-            message: `${savedQueues.length} queues created successfully`,
-            queues: savedQueues,
-        };
-    }
-    async findAll() {
-        return await this.queueRepository.find({
-            relations: [
-                'machine',
-                'page',
-                'order',
-                'order.customer',
-                'employees',
-                'QueueType',
-            ],
-        });
-    }
-    async findOne(id) {
-        const queue = await this.queueRepository.findOne({
-            where: { QueueID: id },
-            relations: [
-                'machine',
-                'page',
-                'order',
-                'order.customer',
-                'employees',
-                'QueueType',
-            ],
-        });
-        if (!queue) {
-            throw new common_1.NotFoundException(`Queue with ID ${id} not found`);
-        }
-        return queue;
-    }
-    async update(id, updateQueueDto) {
-        try {
-            console.log('🔄 Updating Queue ID:', id, updateQueueDto);
-            const { MachineID, PageID, OrderID, EmployeeIds, startTime, finishTime, ...queueData } = updateQueueDto;
-            const existingQueue = await this.queueRepository.findOne({
-                where: { QueueID: id },
-                relations: ['machine', 'page', 'order', 'employees'],
-            });
-            if (!existingQueue) {
-                throw new common_1.NotFoundException(`Queue with ID ${id} not found`);
-            }
-            const machine = MachineID
-                ? await this.machineRepository.findOne({ where: { MachineID } })
-                : existingQueue.machine;
-            if (MachineID && !machine)
-                throw new common_1.NotFoundException(`Machine with ID ${MachineID} not found`);
-            const page = PageID
-                ? await this.pageRepository.findOne({ where: { PageID } })
-                : existingQueue.page;
-            if (PageID && !page)
-                throw new common_1.NotFoundException(`Page with ID ${PageID} not found`);
-            const order = OrderID
-                ? await this.orderRepository.findOne({ where: { OrderID } })
-                : existingQueue.order;
-            if (OrderID && !order)
-                throw new common_1.NotFoundException(`Order with ID ${OrderID} not found`);
-            let employees = existingQueue.employees;
-            if (EmployeeIds) {
-                const fetchedEmployees = await this.employeeRepository.findByIds(EmployeeIds);
-                if (fetchedEmployees.length !== EmployeeIds.length) {
-                    throw new common_1.NotFoundException(`One or more employees not found`);
-                }
-                employees = fetchedEmployees;
-            }
-            const updateData = {
-                ...queueData,
-                machine,
-                page,
-                order,
-                employees,
-                startTime: startTime ? new Date(startTime) : existingQueue.startTime,
-                finishTime: finishTime
-                    ? new Date(finishTime)
-                    : existingQueue.finishTime,
-            };
-            const updatedQueue = await this.queueRepository.save({
-                ...existingQueue,
-                ...updateData,
-            });
-            console.log('✅ Queue updated successfully:', updatedQueue);
-            return updatedQueue;
-        }
-        catch (error) {
-            console.error('❌ Error in updateQueue:', error);
-            throw new Error('Database update failed');
-        }
-    }
-    async remove(id) {
-        const queue = await this.queueRepository.findOne({
-            where: { QueueID: id },
-            relations: ['machine', 'page', 'order', 'employees'],
-        });
-        if (!queue) {
-            throw new common_1.NotFoundException(`Queue with ID ${id} not found`);
-        }
-        await this.queueRepository.delete(id);
-        return { message: 'Queue deleted successfully', deletedQueue: queue };
-    }
-    async deleteNewlyCreatedQueuesFromDate(dateStr) {
-        this.logger.log(`🔄 Deleting newly created queues from date: ${dateStr}`);
-        if (!dateStr)
-            throw new common_1.BadRequestException('dateStr is required');
-        let date;
-        const parts = dateStr.includes('/')
-            ? dateStr.trim().split('/')
-            : dateStr.trim().split('-');
-        if (parts.length !== 3) {
-            throw new common_1.BadRequestException('Invalid date format. Use dd/MM/yyyy or yyyy-MM-dd');
-        }
-        if (dateStr.includes('/')) {
-            const [day, month, year] = parts.map(Number);
-            date = new Date(year, month - 1, day);
-        }
-        else {
-            const [year, month, day] = parts.map(Number);
-            date = new Date(year, month - 1, day);
-        }
-        const startOfDay = new Date(date.setHours(0, 0, 0, 0));
-        const now = new Date();
-        const queuesToDelete = await this.queueRepository.find({
-            where: {
-                startTime: (0, typeorm_2.MoreThanOrEqual)(startOfDay),
-                createdAt: (0, typeorm_2.MoreThanOrEqual)(startOfDay),
-            },
-        });
-        if (queuesToDelete.length === 0) {
-            this.logger.warn(`⚠️ No queues matched deletion criteria for ${dateStr}`);
-            return { deletedCount: 0 };
-        }
-        this.logger.log(`📌 Queues to be deleted (${queuesToDelete.length} items):`);
-        queuesToDelete.forEach((queue) => {
-            this.logger.log(`🗑️ QueueID: ${queue.QueueID}, startTime: ${queue.startTime}, createdAt: ${queue.createdAt}`);
-        });
-        await this.queueRepository.remove(queuesToDelete);
-        this.logger.log(`✅ Successfully deleted ${queuesToDelete.length} queue(s).`);
-        return { deletedCount: queuesToDelete.length };
-    }
-};
-exports.QueuesService = QueuesService;
-exports.QueuesService = QueuesService = QueuesService_1 = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(queue_entity_1.Queue)),
-    __param(1, (0, typeorm_1.InjectRepository)(machine_entity_1.Machine)),
-    __param(2, (0, typeorm_1.InjectRepository)(page_entity_1.Page)),
-    __param(3, (0, typeorm_1.InjectRepository)(order_entity_1.Order)),
-    __param(4, (0, typeorm_1.InjectRepository)(employee_entity_1.Employee)),
-    __param(5, (0, typeorm_1.InjectRepository)(queue_type_entity_1.QueueType)),
-    __metadata("design:paramtypes", [typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository])
-], QueuesService);
-//# sourceMappingURL=queues.service.js.map
\ No newline at end of file
diff --git a/dist/queues/queues.service.js.map b/dist/queues/queues.service.js.map
deleted file mode 100644
index cce208e0311c83b51444f8d953b088f21859bb42..0000000000000000000000000000000000000000
--- a/dist/queues/queues.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"queues.service.js","sourceRoot":"","sources":["../../src/queues/queues.service.ts"],"names":[],"mappings":"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"}
\ No newline at end of file
diff --git a/dist/recipe_ingredients/dto/create-recipe_ingredient.dto.d.ts b/dist/recipe_ingredients/dto/create-recipe_ingredient.dto.d.ts
deleted file mode 100644
index 39b6bdef7bd4fd480568749ed536e9e6b5ea3998..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/dto/create-recipe_ingredient.dto.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class CreateRecipeIngredientDto {
-}
diff --git a/dist/recipe_ingredients/dto/create-recipe_ingredient.dto.js b/dist/recipe_ingredients/dto/create-recipe_ingredient.dto.js
deleted file mode 100644
index e6ab25403e5452a64ff9b968a4a65e91e40ad802..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/dto/create-recipe_ingredient.dto.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateRecipeIngredientDto = void 0;
-class CreateRecipeIngredientDto {
-}
-exports.CreateRecipeIngredientDto = CreateRecipeIngredientDto;
-//# sourceMappingURL=create-recipe_ingredient.dto.js.map
\ No newline at end of file
diff --git a/dist/recipe_ingredients/dto/create-recipe_ingredient.dto.js.map b/dist/recipe_ingredients/dto/create-recipe_ingredient.dto.js.map
deleted file mode 100644
index aff247a67b1167b2c309dd8ec08e008aaf85e84c..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/dto/create-recipe_ingredient.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-recipe_ingredient.dto.js","sourceRoot":"","sources":["../../../src/recipe_ingredients/dto/create-recipe_ingredient.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,yBAAyB;CAAG;AAAzC,8DAAyC"}
\ No newline at end of file
diff --git a/dist/recipe_ingredients/dto/update-recipe_ingredient.dto.d.ts b/dist/recipe_ingredients/dto/update-recipe_ingredient.dto.d.ts
deleted file mode 100644
index c466243219f7fde4c2a223571f61c5d11f608c7e..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/dto/update-recipe_ingredient.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateRecipeIngredientDto } from './create-recipe_ingredient.dto';
-declare const UpdateRecipeIngredientDto_base: import("@nestjs/common").Type<Partial<CreateRecipeIngredientDto>>;
-export declare class UpdateRecipeIngredientDto extends UpdateRecipeIngredientDto_base {
-}
-export {};
diff --git a/dist/recipe_ingredients/dto/update-recipe_ingredient.dto.js b/dist/recipe_ingredients/dto/update-recipe_ingredient.dto.js
deleted file mode 100644
index 4a534dec49d7361d9a5fc0a2f519073d39dda664..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/dto/update-recipe_ingredient.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateRecipeIngredientDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_recipe_ingredient_dto_1 = require("./create-recipe_ingredient.dto");
-class UpdateRecipeIngredientDto extends (0, swagger_1.PartialType)(create_recipe_ingredient_dto_1.CreateRecipeIngredientDto) {
-}
-exports.UpdateRecipeIngredientDto = UpdateRecipeIngredientDto;
-//# sourceMappingURL=update-recipe_ingredient.dto.js.map
\ No newline at end of file
diff --git a/dist/recipe_ingredients/dto/update-recipe_ingredient.dto.js.map b/dist/recipe_ingredients/dto/update-recipe_ingredient.dto.js.map
deleted file mode 100644
index e983fd6658f530e5f94e442616541af6929262b6..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/dto/update-recipe_ingredient.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-recipe_ingredient.dto.js","sourceRoot":"","sources":["../../../src/recipe_ingredients/dto/update-recipe_ingredient.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,iFAA2E;AAE3E,MAAa,yBAA0B,SAAQ,IAAA,qBAAW,EACxD,wDAAyB,CAC1B;CAAG;AAFJ,8DAEI"}
\ No newline at end of file
diff --git a/dist/recipe_ingredients/entities/recipe_ingredient.entity.d.ts b/dist/recipe_ingredients/entities/recipe_ingredient.entity.d.ts
deleted file mode 100644
index 083467b4eea288025ff997404375915db8cee39a..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/entities/recipe_ingredient.entity.d.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-import { Recipe } from '@/recipes/entities/recipe.entity';
-import { Material } from '@/materials/entities/material.entity';
-export declare class RecipeIngredient {
-    recipeIngredientID: number;
-    recipe: Recipe;
-    material: Material;
-    quantityNeed: number;
-}
diff --git a/dist/recipe_ingredients/entities/recipe_ingredient.entity.js b/dist/recipe_ingredients/entities/recipe_ingredient.entity.js
deleted file mode 100644
index 523ac9d893ba0ac58cee5c9ef07d75ce8c0360e2..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/entities/recipe_ingredient.entity.js
+++ /dev/null
@@ -1,44 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.RecipeIngredient = void 0;
-const typeorm_1 = require("typeorm");
-const recipe_entity_1 = require("../../recipes/entities/recipe.entity");
-const material_entity_1 = require("../../materials/entities/material.entity");
-let RecipeIngredient = class RecipeIngredient {
-};
-exports.RecipeIngredient = RecipeIngredient;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)({ name: 'RecipeIngredientID' }),
-    __metadata("design:type", Number)
-], RecipeIngredient.prototype, "recipeIngredientID", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => recipe_entity_1.Recipe, (recipe) => recipe.ingredients, {
-        onDelete: 'CASCADE',
-    }),
-    (0, typeorm_1.JoinColumn)({ name: 'RecipeID' }),
-    __metadata("design:type", recipe_entity_1.Recipe)
-], RecipeIngredient.prototype, "recipe", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => material_entity_1.Material, (material) => material.MaterialID, {
-        onDelete: 'CASCADE',
-    }),
-    (0, typeorm_1.JoinColumn)({ name: 'MaterialID' }),
-    __metadata("design:type", material_entity_1.Material)
-], RecipeIngredient.prototype, "material", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ name: 'QuantityNeed', type: 'decimal', precision: 10, scale: 6 }),
-    __metadata("design:type", Number)
-], RecipeIngredient.prototype, "quantityNeed", void 0);
-exports.RecipeIngredient = RecipeIngredient = __decorate([
-    (0, typeorm_1.Entity)('Recipe_Ingredient')
-], RecipeIngredient);
-//# sourceMappingURL=recipe_ingredient.entity.js.map
\ No newline at end of file
diff --git a/dist/recipe_ingredients/entities/recipe_ingredient.entity.js.map b/dist/recipe_ingredients/entities/recipe_ingredient.entity.js.map
deleted file mode 100644
index 87835a94293c53ea7ec063e1a9818f3bd7961ce9..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/entities/recipe_ingredient.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"recipe_ingredient.entity.js","sourceRoot":"","sources":["../../../src/recipe_ingredients/entities/recipe_ingredient.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAMiB;AACjB,wEAA0D;AAC1D,8EAAgE;AAGzD,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CAkB5B,CAAA;AAlBY,4CAAgB;AAE3B;IADC,IAAA,gCAAsB,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC;;4DAC5B;AAM3B;IAJC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,sBAAM,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,WAAW,EAAE;QACvD,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;8BACzB,sBAAM;gDAAC;AAMf;IAJC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,0BAAQ,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,UAAU,EAAE;QAC5D,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BACzB,0BAAQ;kDAAC;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;;sDACtD;2BAjBV,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,gBAAgB,CAkB5B"}
\ No newline at end of file
diff --git a/dist/recipe_ingredients/recipe_ingredients.controller.d.ts b/dist/recipe_ingredients/recipe_ingredients.controller.d.ts
deleted file mode 100644
index e3516061428cae55eb23e7a6e3b3edbf9cf44f61..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/recipe_ingredients.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { RecipeIngredientsService } from './recipe_ingredients.service';
-import { CreateRecipeIngredientDto } from './dto/create-recipe_ingredient.dto';
-import { UpdateRecipeIngredientDto } from './dto/update-recipe_ingredient.dto';
-export declare class RecipeIngredientsController {
-    private readonly recipeIngredientsService;
-    constructor(recipeIngredientsService: RecipeIngredientsService);
-    create(createRecipeIngredientDto: CreateRecipeIngredientDto): string;
-    findAll(): string;
-    findOne(id: string): string;
-    update(id: string, updateRecipeIngredientDto: UpdateRecipeIngredientDto): string;
-    remove(id: string): string;
-}
diff --git a/dist/recipe_ingredients/recipe_ingredients.controller.js b/dist/recipe_ingredients/recipe_ingredients.controller.js
deleted file mode 100644
index efbb59bb245dd44e4d322233cb0f1607df833daf..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/recipe_ingredients.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.RecipeIngredientsController = void 0;
-const common_1 = require("@nestjs/common");
-const recipe_ingredients_service_1 = require("./recipe_ingredients.service");
-const create_recipe_ingredient_dto_1 = require("./dto/create-recipe_ingredient.dto");
-const update_recipe_ingredient_dto_1 = require("./dto/update-recipe_ingredient.dto");
-let RecipeIngredientsController = class RecipeIngredientsController {
-    constructor(recipeIngredientsService) {
-        this.recipeIngredientsService = recipeIngredientsService;
-    }
-    create(createRecipeIngredientDto) {
-        return this.recipeIngredientsService.create(createRecipeIngredientDto);
-    }
-    findAll() {
-        return this.recipeIngredientsService.findAll();
-    }
-    findOne(id) {
-        return this.recipeIngredientsService.findOne(+id);
-    }
-    update(id, updateRecipeIngredientDto) {
-        return this.recipeIngredientsService.update(+id, updateRecipeIngredientDto);
-    }
-    remove(id) {
-        return this.recipeIngredientsService.remove(+id);
-    }
-};
-exports.RecipeIngredientsController = RecipeIngredientsController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_recipe_ingredient_dto_1.CreateRecipeIngredientDto]),
-    __metadata("design:returntype", void 0)
-], RecipeIngredientsController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], RecipeIngredientsController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], RecipeIngredientsController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_recipe_ingredient_dto_1.UpdateRecipeIngredientDto]),
-    __metadata("design:returntype", void 0)
-], RecipeIngredientsController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], RecipeIngredientsController.prototype, "remove", null);
-exports.RecipeIngredientsController = RecipeIngredientsController = __decorate([
-    (0, common_1.Controller)('recipe-ingredients'),
-    __metadata("design:paramtypes", [recipe_ingredients_service_1.RecipeIngredientsService])
-], RecipeIngredientsController);
-//# sourceMappingURL=recipe_ingredients.controller.js.map
\ No newline at end of file
diff --git a/dist/recipe_ingredients/recipe_ingredients.controller.js.map b/dist/recipe_ingredients/recipe_ingredients.controller.js.map
deleted file mode 100644
index 9da1a9661bef8d688c5006596ddce8faf83bcfb4..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/recipe_ingredients.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"recipe_ingredients.controller.js","sourceRoot":"","sources":["../../src/recipe_ingredients/recipe_ingredients.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,6EAAwE;AACxE,qFAA+E;AAC/E,qFAA+E;AAGxE,IAAM,2BAA2B,GAAjC,MAAM,2BAA2B;IACtC,YACmB,wBAAkD;QAAlD,6BAAwB,GAAxB,wBAAwB,CAA0B;IAClE,CAAC;IAGJ,MAAM,CAAS,yBAAoD;QACjE,OAAO,IAAI,CAAC,wBAAwB,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAAC;IACzE,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,wBAAwB,CAAC,OAAO,EAAE,CAAC;IACjD,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IACpD,CAAC;IAGD,MAAM,CACS,EAAU,EACf,yBAAoD;QAE5D,OAAO,IAAI,CAAC,wBAAwB,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,yBAAyB,CAAC,CAAC;IAC9E,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,wBAAwB,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IACnD,CAAC;CACF,CAAA;AAhCY,kEAA2B;AAMtC;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAA4B,wDAAyB;;yDAElE;AAGD;IADC,IAAA,YAAG,GAAE;;;;0DAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;0DAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IAEV,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IACX,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAA4B,wDAAyB;;yDAG7D;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;yDAElB;sCA/BU,2BAA2B;IADvC,IAAA,mBAAU,EAAC,oBAAoB,CAAC;qCAGc,qDAAwB;GAF1D,2BAA2B,CAgCvC"}
\ No newline at end of file
diff --git a/dist/recipe_ingredients/recipe_ingredients.module.d.ts b/dist/recipe_ingredients/recipe_ingredients.module.d.ts
deleted file mode 100644
index 1cfee8f31f4941d05c980f4d58a7c13d293c59ff..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/recipe_ingredients.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class RecipeIngredientsModule {
-}
diff --git a/dist/recipe_ingredients/recipe_ingredients.module.js b/dist/recipe_ingredients/recipe_ingredients.module.js
deleted file mode 100644
index 0954cb837be4feb7953bcebc18e96887453a53d6..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/recipe_ingredients.module.js
+++ /dev/null
@@ -1,22 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.RecipeIngredientsModule = void 0;
-const common_1 = require("@nestjs/common");
-const recipe_ingredients_service_1 = require("./recipe_ingredients.service");
-const recipe_ingredients_controller_1 = require("./recipe_ingredients.controller");
-let RecipeIngredientsModule = class RecipeIngredientsModule {
-};
-exports.RecipeIngredientsModule = RecipeIngredientsModule;
-exports.RecipeIngredientsModule = RecipeIngredientsModule = __decorate([
-    (0, common_1.Module)({
-        controllers: [recipe_ingredients_controller_1.RecipeIngredientsController],
-        providers: [recipe_ingredients_service_1.RecipeIngredientsService],
-    })
-], RecipeIngredientsModule);
-//# sourceMappingURL=recipe_ingredients.module.js.map
\ No newline at end of file
diff --git a/dist/recipe_ingredients/recipe_ingredients.module.js.map b/dist/recipe_ingredients/recipe_ingredients.module.js.map
deleted file mode 100644
index fc80f1552f73ba79a238ac7dcc0cf59d0278b1f8..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/recipe_ingredients.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"recipe_ingredients.module.js","sourceRoot":"","sources":["../../src/recipe_ingredients/recipe_ingredients.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6EAAwE;AACxE,mFAA8E;AAMvE,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;CAAG,CAAA;AAA1B,0DAAuB;kCAAvB,uBAAuB;IAJnC,IAAA,eAAM,EAAC;QACN,WAAW,EAAE,CAAC,2DAA2B,CAAC;QAC1C,SAAS,EAAE,CAAC,qDAAwB,CAAC;KACtC,CAAC;GACW,uBAAuB,CAAG"}
\ No newline at end of file
diff --git a/dist/recipe_ingredients/recipe_ingredients.service.d.ts b/dist/recipe_ingredients/recipe_ingredients.service.d.ts
deleted file mode 100644
index e896227bf45f093dc605fe64c40bd663729f6eef..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/recipe_ingredients.service.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { CreateRecipeIngredientDto } from './dto/create-recipe_ingredient.dto';
-import { UpdateRecipeIngredientDto } from './dto/update-recipe_ingredient.dto';
-export declare class RecipeIngredientsService {
-    create(createRecipeIngredientDto: CreateRecipeIngredientDto): string;
-    findAll(): string;
-    findOne(id: number): string;
-    update(id: number, updateRecipeIngredientDto: UpdateRecipeIngredientDto): string;
-    remove(id: number): string;
-}
diff --git a/dist/recipe_ingredients/recipe_ingredients.service.js b/dist/recipe_ingredients/recipe_ingredients.service.js
deleted file mode 100644
index db683806a1d513bd351c3930608706bc6a66f99a..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/recipe_ingredients.service.js
+++ /dev/null
@@ -1,32 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.RecipeIngredientsService = void 0;
-const common_1 = require("@nestjs/common");
-let RecipeIngredientsService = class RecipeIngredientsService {
-    create(createRecipeIngredientDto) {
-        return 'This action adds a new recipeIngredient';
-    }
-    findAll() {
-        return `This action returns all recipeIngredients`;
-    }
-    findOne(id) {
-        return `This action returns a #${id} recipeIngredient`;
-    }
-    update(id, updateRecipeIngredientDto) {
-        return `This action updates a #${id} recipeIngredient`;
-    }
-    remove(id) {
-        return `This action removes a #${id} recipeIngredient`;
-    }
-};
-exports.RecipeIngredientsService = RecipeIngredientsService;
-exports.RecipeIngredientsService = RecipeIngredientsService = __decorate([
-    (0, common_1.Injectable)()
-], RecipeIngredientsService);
-//# sourceMappingURL=recipe_ingredients.service.js.map
\ No newline at end of file
diff --git a/dist/recipe_ingredients/recipe_ingredients.service.js.map b/dist/recipe_ingredients/recipe_ingredients.service.js.map
deleted file mode 100644
index 1e0f3b165a10f972bc30aaa591022c0f845b0173..0000000000000000000000000000000000000000
--- a/dist/recipe_ingredients/recipe_ingredients.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"recipe_ingredients.service.js","sourceRoot":"","sources":["../../src/recipe_ingredients/recipe_ingredients.service.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA4C;AAKrC,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IACnC,MAAM,CAAC,yBAAoD;QACzD,OAAO,yCAAyC,CAAC;IACnD,CAAC;IAED,OAAO;QACL,OAAO,2CAA2C,CAAC;IACrD,CAAC;IAED,OAAO,CAAC,EAAU;QAChB,OAAO,0BAA0B,EAAE,mBAAmB,CAAC;IACzD,CAAC;IAED,MAAM,CAAC,EAAU,EAAE,yBAAoD;QACrE,OAAO,0BAA0B,EAAE,mBAAmB,CAAC;IACzD,CAAC;IAED,MAAM,CAAC,EAAU;QACf,OAAO,0BAA0B,EAAE,mBAAmB,CAAC;IACzD,CAAC;CACF,CAAA;AApBY,4DAAwB;mCAAxB,wBAAwB;IADpC,IAAA,mBAAU,GAAE;GACA,wBAAwB,CAoBpC"}
\ No newline at end of file
diff --git a/dist/recipes/dto/create-recipe.dto.d.ts b/dist/recipes/dto/create-recipe.dto.d.ts
deleted file mode 100644
index 61a08f482c4ec9c1dc1db1c884725d4ac61627e6..0000000000000000000000000000000000000000
--- a/dist/recipes/dto/create-recipe.dto.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class CreateRecipeDto {
-}
diff --git a/dist/recipes/dto/create-recipe.dto.js b/dist/recipes/dto/create-recipe.dto.js
deleted file mode 100644
index 55cfc7a3bb002236ed5ab7b634abe2d3ba24e040..0000000000000000000000000000000000000000
--- a/dist/recipes/dto/create-recipe.dto.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateRecipeDto = void 0;
-class CreateRecipeDto {
-}
-exports.CreateRecipeDto = CreateRecipeDto;
-//# sourceMappingURL=create-recipe.dto.js.map
\ No newline at end of file
diff --git a/dist/recipes/dto/create-recipe.dto.js.map b/dist/recipes/dto/create-recipe.dto.js.map
deleted file mode 100644
index 9bacec3c905e462e0d4bc4c73c933f6fc8e76a21..0000000000000000000000000000000000000000
--- a/dist/recipes/dto/create-recipe.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-recipe.dto.js","sourceRoot":"","sources":["../../../src/recipes/dto/create-recipe.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,eAAe;CAAG;AAA/B,0CAA+B"}
\ No newline at end of file
diff --git a/dist/recipes/dto/update-recipe.dto.d.ts b/dist/recipes/dto/update-recipe.dto.d.ts
deleted file mode 100644
index f71146e194e6a6f1e6aa0a153f8df62de9cf9a95..0000000000000000000000000000000000000000
--- a/dist/recipes/dto/update-recipe.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateRecipeDto } from './create-recipe.dto';
-declare const UpdateRecipeDto_base: import("@nestjs/common").Type<Partial<CreateRecipeDto>>;
-export declare class UpdateRecipeDto extends UpdateRecipeDto_base {
-}
-export {};
diff --git a/dist/recipes/dto/update-recipe.dto.js b/dist/recipes/dto/update-recipe.dto.js
deleted file mode 100644
index 264a866d9dc814d577e9760f92ea717721d161e0..0000000000000000000000000000000000000000
--- a/dist/recipes/dto/update-recipe.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateRecipeDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_recipe_dto_1 = require("./create-recipe.dto");
-class UpdateRecipeDto extends (0, swagger_1.PartialType)(create_recipe_dto_1.CreateRecipeDto) {
-}
-exports.UpdateRecipeDto = UpdateRecipeDto;
-//# sourceMappingURL=update-recipe.dto.js.map
\ No newline at end of file
diff --git a/dist/recipes/dto/update-recipe.dto.js.map b/dist/recipes/dto/update-recipe.dto.js.map
deleted file mode 100644
index e462b4e6fef89399a3a3da8361e41cb3feb39ba6..0000000000000000000000000000000000000000
--- a/dist/recipes/dto/update-recipe.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-recipe.dto.js","sourceRoot":"","sources":["../../../src/recipes/dto/update-recipe.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,2DAAsD;AAEtD,MAAa,eAAgB,SAAQ,IAAA,qBAAW,EAAC,mCAAe,CAAC;CAAG;AAApE,0CAAoE"}
\ No newline at end of file
diff --git a/dist/recipes/entities/recipe.entity.d.ts b/dist/recipes/entities/recipe.entity.d.ts
deleted file mode 100644
index 563f45886c2fcc7406c368399605bbfe56e1cc93..0000000000000000000000000000000000000000
--- a/dist/recipes/entities/recipe.entity.d.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-import { MachineDetail } from '@/machine_details/entities/machine_detail.entity';
-import { RecipeIngredient } from '@/recipe_ingredients/entities/recipe_ingredient.entity';
-export declare class Recipe {
-    recipeID: number;
-    ingredients: RecipeIngredient[];
-    machineDetail: MachineDetail;
-    outputItemID: number;
-    outputItemType: 'PRODUCT' | 'MATERIAL';
-    outputQuantity: number;
-}
diff --git a/dist/recipes/entities/recipe.entity.js b/dist/recipes/entities/recipe.entity.js
deleted file mode 100644
index bd2ba741ddf2b93489bfee5d989ad990d13ebdcf..0000000000000000000000000000000000000000
--- a/dist/recipes/entities/recipe.entity.js
+++ /dev/null
@@ -1,53 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.Recipe = void 0;
-const typeorm_1 = require("typeorm");
-const machine_detail_entity_1 = require("../../machine_details/entities/machine_detail.entity");
-const recipe_ingredient_entity_1 = require("../../recipe_ingredients/entities/recipe_ingredient.entity");
-let Recipe = class Recipe {
-};
-exports.Recipe = Recipe;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)({ name: 'RecipeID' }),
-    __metadata("design:type", Number)
-], Recipe.prototype, "recipeID", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => recipe_ingredient_entity_1.RecipeIngredient, (recipeIngredient) => recipeIngredient.recipe),
-    __metadata("design:type", Array)
-], Recipe.prototype, "ingredients", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => machine_detail_entity_1.MachineDetail, (machineDetail) => machineDetail.recipes, {
-        onDelete: 'CASCADE',
-    }),
-    (0, typeorm_1.JoinColumn)({ name: 'MachineDetailID' }),
-    __metadata("design:type", machine_detail_entity_1.MachineDetail)
-], Recipe.prototype, "machineDetail", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ name: 'OutputItemID', type: 'int' }),
-    __metadata("design:type", Number)
-], Recipe.prototype, "outputItemID", void 0);
-__decorate([
-    (0, typeorm_1.Column)({
-        name: 'OutputItemType',
-        type: 'enum',
-        enum: ['PRODUCT', 'MATERIAL'],
-    }),
-    __metadata("design:type", String)
-], Recipe.prototype, "outputItemType", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ name: 'OutputQuantity', type: 'int' }),
-    __metadata("design:type", Number)
-], Recipe.prototype, "outputQuantity", void 0);
-exports.Recipe = Recipe = __decorate([
-    (0, typeorm_1.Entity)('Recipe')
-], Recipe);
-//# sourceMappingURL=recipe.entity.js.map
\ No newline at end of file
diff --git a/dist/recipes/entities/recipe.entity.js.map b/dist/recipes/entities/recipe.entity.js.map
deleted file mode 100644
index 4a5a2cdace2559970f038ea354b27a0e21a18cf7..0000000000000000000000000000000000000000
--- a/dist/recipes/entities/recipe.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"recipe.entity.js","sourceRoot":"","sources":["../../../src/recipes/entities/recipe.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAOiB;AACjB,gGAAiF;AACjF,yGAA0F;AAEnF,IAAM,MAAM,GAAZ,MAAM,MAAM;CA4BlB,CAAA;AA5BY,wBAAM;AAEjB;IADC,IAAA,gCAAsB,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;;wCAC5B;AAMjB;IAJC,IAAA,mBAAS,EACR,GAAG,EAAE,CAAC,2CAAgB,EACtB,CAAC,gBAAgB,EAAE,EAAE,CAAC,gBAAgB,CAAC,MAAM,CAC9C;;2CAC+B;AAMhC;IAJC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,qCAAa,EAAE,CAAC,aAAa,EAAE,EAAE,CAAC,aAAa,CAAC,OAAO,EAAE;QACxE,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BACzB,qCAAa;6CAAC;AAG7B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;4CACzB;AAOrB;IALC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC;KAC9B,CAAC;;8CACqC;AAGvC;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;8CACzB;iBA3BZ,MAAM;IADlB,IAAA,gBAAM,EAAC,QAAQ,CAAC;GACJ,MAAM,CA4BlB"}
\ No newline at end of file
diff --git a/dist/recipes/recipes.controller.d.ts b/dist/recipes/recipes.controller.d.ts
deleted file mode 100644
index 023ae0b8979b28391911b510add8ac70ca76c484..0000000000000000000000000000000000000000
--- a/dist/recipes/recipes.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { RecipesService } from './recipes.service';
-import { CreateRecipeDto } from './dto/create-recipe.dto';
-import { UpdateRecipeDto } from './dto/update-recipe.dto';
-export declare class RecipesController {
-    private readonly recipesService;
-    constructor(recipesService: RecipesService);
-    create(createRecipeDto: CreateRecipeDto): Promise<import("./entities/recipe.entity").Recipe>;
-    findAll(): Promise<import("./entities/recipe.entity").Recipe[]>;
-    findOne(id: string): Promise<import("./entities/recipe.entity").Recipe>;
-    update(id: string, updateRecipeDto: UpdateRecipeDto): Promise<import("./entities/recipe.entity").Recipe>;
-    remove(id: string): Promise<void>;
-}
diff --git a/dist/recipes/recipes.controller.js b/dist/recipes/recipes.controller.js
deleted file mode 100644
index 3114eab7ec2596894ab9428d255a922da2f8bdc4..0000000000000000000000000000000000000000
--- a/dist/recipes/recipes.controller.js
+++ /dev/null
@@ -1,80 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.RecipesController = void 0;
-const common_1 = require("@nestjs/common");
-const recipes_service_1 = require("./recipes.service");
-const create_recipe_dto_1 = require("./dto/create-recipe.dto");
-const update_recipe_dto_1 = require("./dto/update-recipe.dto");
-let RecipesController = class RecipesController {
-    constructor(recipesService) {
-        this.recipesService = recipesService;
-    }
-    create(createRecipeDto) {
-        return this.recipesService.create(createRecipeDto);
-    }
-    findAll() {
-        return this.recipesService.findAll();
-    }
-    findOne(id) {
-        return this.recipesService.findOne(+id);
-    }
-    update(id, updateRecipeDto) {
-        return this.recipesService.update(+id, updateRecipeDto);
-    }
-    remove(id) {
-        return this.recipesService.remove(+id);
-    }
-};
-exports.RecipesController = RecipesController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_recipe_dto_1.CreateRecipeDto]),
-    __metadata("design:returntype", void 0)
-], RecipesController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], RecipesController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], RecipesController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_recipe_dto_1.UpdateRecipeDto]),
-    __metadata("design:returntype", void 0)
-], RecipesController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], RecipesController.prototype, "remove", null);
-exports.RecipesController = RecipesController = __decorate([
-    (0, common_1.Controller)('recipes'),
-    __metadata("design:paramtypes", [recipes_service_1.RecipesService])
-], RecipesController);
-//# sourceMappingURL=recipes.controller.js.map
\ No newline at end of file
diff --git a/dist/recipes/recipes.controller.js.map b/dist/recipes/recipes.controller.js.map
deleted file mode 100644
index 92805eb7aaa25dc702b80da77b48f97715445aab..0000000000000000000000000000000000000000
--- a/dist/recipes/recipes.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"recipes.controller.js","sourceRoot":"","sources":["../../src/recipes/recipes.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAQwB;AACxB,uDAAmD;AACnD,+DAA0D;AAC1D,+DAA0D;AAGnD,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAC5B,YAA6B,cAA8B;QAA9B,mBAAc,GAAd,cAAc,CAAgB;IAAG,CAAC;IAG/D,MAAM,CAAS,eAAgC;QAC7C,OAAO,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC;IACrD,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC;IACvC,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC1C,CAAC;IAGD,MAAM,CAAc,EAAU,EAAU,eAAgC;QACtE,OAAO,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,eAAe,CAAC,CAAC;IAC1D,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IACzC,CAAC;CACF,CAAA;AA3BY,8CAAiB;AAI5B;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAkB,mCAAe;;+CAE9C;AAGD;IADC,IAAA,YAAG,GAAE;;;;gDAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;gDAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IACL,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IAAc,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAkB,mCAAe;;+CAEvE;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;+CAElB;4BA1BU,iBAAiB;IAD7B,IAAA,mBAAU,EAAC,SAAS,CAAC;qCAEyB,gCAAc;GADhD,iBAAiB,CA2B7B"}
\ No newline at end of file
diff --git a/dist/recipes/recipes.module.d.ts b/dist/recipes/recipes.module.d.ts
deleted file mode 100644
index d137b42a52501ced7498463f028fc85e07b1c5af..0000000000000000000000000000000000000000
--- a/dist/recipes/recipes.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class RecipesModule {
-}
diff --git a/dist/recipes/recipes.module.js b/dist/recipes/recipes.module.js
deleted file mode 100644
index 4e18c7219b2ea5948854b373262b8968575de676..0000000000000000000000000000000000000000
--- a/dist/recipes/recipes.module.js
+++ /dev/null
@@ -1,25 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.RecipesModule = void 0;
-const typeorm_1 = require("@nestjs/typeorm");
-const recipe_entity_1 = require("./entities/recipe.entity");
-const recipes_service_1 = require("./recipes.service");
-const recipes_controller_1 = require("./recipes.controller");
-const common_1 = require("@nestjs/common");
-let RecipesModule = class RecipesModule {
-};
-exports.RecipesModule = RecipesModule;
-exports.RecipesModule = RecipesModule = __decorate([
-    (0, common_1.Module)({
-        imports: [typeorm_1.TypeOrmModule.forFeature([recipe_entity_1.Recipe])],
-        providers: [recipes_service_1.RecipesService],
-        controllers: [recipes_controller_1.RecipesController],
-    })
-], RecipesModule);
-//# sourceMappingURL=recipes.module.js.map
\ No newline at end of file
diff --git a/dist/recipes/recipes.module.js.map b/dist/recipes/recipes.module.js.map
deleted file mode 100644
index 580c4f63df56e60457f363680cb74d4e5c8603e6..0000000000000000000000000000000000000000
--- a/dist/recipes/recipes.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"recipes.module.js","sourceRoot":"","sources":["../../src/recipes/recipes.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,6CAAgD;AAChD,4DAAkD;AAClD,uDAAmD;AACnD,6DAAyD;AACzD,2CAAwC;AAOjC,IAAM,aAAa,GAAnB,MAAM,aAAa;CAAG,CAAA;AAAhB,sCAAa;wBAAb,aAAa;IALzB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,sBAAM,CAAC,CAAC,CAAC;QAC7C,SAAS,EAAE,CAAC,gCAAc,CAAC;QAC3B,WAAW,EAAE,CAAC,sCAAiB,CAAC;KACjC,CAAC;GACW,aAAa,CAAG"}
\ No newline at end of file
diff --git a/dist/recipes/recipes.service.d.ts b/dist/recipes/recipes.service.d.ts
deleted file mode 100644
index e43609644f8d0baf059964bb9db7392f4a18cc95..0000000000000000000000000000000000000000
--- a/dist/recipes/recipes.service.d.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import { Repository } from 'typeorm';
-import { Recipe } from './entities/recipe.entity';
-import { CreateRecipeDto } from './dto/create-recipe.dto';
-import { UpdateRecipeDto } from './dto/update-recipe.dto';
-export declare class RecipesService {
-    private recipeRepository;
-    constructor(recipeRepository: Repository<Recipe>);
-    create(createRecipeDto: CreateRecipeDto): Promise<Recipe>;
-    findAll(): Promise<Recipe[]>;
-    findOne(id: number): Promise<Recipe>;
-    update(id: number, updateRecipeDto: UpdateRecipeDto): Promise<Recipe>;
-    remove(id: number): Promise<void>;
-}
diff --git a/dist/recipes/recipes.service.js b/dist/recipes/recipes.service.js
deleted file mode 100644
index 82b18385c2435d3d1e404b4675eba045d303068a..0000000000000000000000000000000000000000
--- a/dist/recipes/recipes.service.js
+++ /dev/null
@@ -1,67 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.RecipesService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const recipe_entity_1 = require("./entities/recipe.entity");
-let RecipesService = class RecipesService {
-    constructor(recipeRepository) {
-        this.recipeRepository = recipeRepository;
-    }
-    async create(createRecipeDto) {
-        const recipe = this.recipeRepository.create(createRecipeDto);
-        return await this.recipeRepository.save(recipe);
-    }
-    async findAll() {
-        return await this.recipeRepository.find({
-            relations: ['ingredients', 'machineDetail'],
-        });
-    }
-    async findOne(id) {
-        const recipe = await this.recipeRepository.findOne({
-            where: { recipeID: id },
-            relations: ['ingredients', 'machineDetail'],
-        });
-        if (!recipe) {
-            throw new common_1.NotFoundException(`Recipe #${id} not found`);
-        }
-        return recipe;
-    }
-    async update(id, updateRecipeDto) {
-        const recipe = await this.recipeRepository.preload({
-            recipeID: id,
-            ...updateRecipeDto,
-        });
-        if (!recipe) {
-            throw new common_1.NotFoundException(`Recipe #${id} not found`);
-        }
-        return this.recipeRepository.save(recipe);
-    }
-    async remove(id) {
-        const recipe = await this.recipeRepository.findOneBy({ recipeID: id });
-        if (!recipe) {
-            throw new common_1.NotFoundException(`Recipe #${id} not found`);
-        }
-        await this.recipeRepository.remove(recipe);
-    }
-};
-exports.RecipesService = RecipesService;
-exports.RecipesService = RecipesService = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(recipe_entity_1.Recipe)),
-    __metadata("design:paramtypes", [typeorm_2.Repository])
-], RecipesService);
-//# sourceMappingURL=recipes.service.js.map
\ No newline at end of file
diff --git a/dist/recipes/recipes.service.js.map b/dist/recipes/recipes.service.js.map
deleted file mode 100644
index 2d60e294318a68e5ce6d68c00f27a91e59a43c9e..0000000000000000000000000000000000000000
--- a/dist/recipes/recipes.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"recipes.service.js","sourceRoot":"","sources":["../../src/recipes/recipes.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA+D;AAC/D,6CAAmD;AACnD,qCAAqC;AACrC,4DAAkD;AAK3C,IAAM,cAAc,GAApB,MAAM,cAAc;IACzB,YAEU,gBAAoC;QAApC,qBAAgB,GAAhB,gBAAgB,CAAoB;IAC3C,CAAC;IAEJ,KAAK,CAAC,MAAM,CAAC,eAAgC;QAC3C,MAAM,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC;QAC7D,OAAO,MAAM,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAClD,CAAC;IAED,KAAK,CAAC,OAAO;QACX,OAAO,MAAM,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC;YACtC,SAAS,EAAE,CAAC,aAAa,EAAE,eAAe,CAAC;SAC5C,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,OAAO,CAAC,EAAU;QACtB,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC;YACjD,KAAK,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE;YACvB,SAAS,EAAE,CAAC,aAAa,EAAE,eAAe,CAAC;SAC5C,CAAC,CAAC;QACH,IAAI,CAAC,MAAM,EAAE,CAAC;YACZ,MAAM,IAAI,0BAAiB,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;QACzD,CAAC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,EAAU,EAAE,eAAgC;QACvD,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC;YACjD,QAAQ,EAAE,EAAE;YACZ,GAAG,eAAe;SACnB,CAAC,CAAC;QACH,IAAI,CAAC,MAAM,EAAE,CAAC;YACZ,MAAM,IAAI,0BAAiB,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;QACzD,CAAC;QACD,OAAO,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAC5C,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,EAAU;QACrB,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,gBAAgB,CAAC,SAAS,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CAAC;QACvE,IAAI,CAAC,MAAM,EAAE,CAAC;YACZ,MAAM,IAAI,0BAAiB,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;QACzD,CAAC;QACD,MAAM,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;CACF,CAAA;AA9CY,wCAAc;yBAAd,cAAc;IAD1B,IAAA,mBAAU,GAAE;IAGR,WAAA,IAAA,0BAAgB,EAAC,sBAAM,CAAC,CAAA;qCACC,oBAAU;GAH3B,cAAc,CA8C1B"}
\ No newline at end of file
diff --git a/dist/roles/dto/create-role.dto.d.ts b/dist/roles/dto/create-role.dto.d.ts
deleted file mode 100644
index 8bbe29ecf6327f76d6e7d52f28534c1669611955..0000000000000000000000000000000000000000
--- a/dist/roles/dto/create-role.dto.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class CreateRoleDto {
-}
diff --git a/dist/roles/dto/create-role.dto.js b/dist/roles/dto/create-role.dto.js
deleted file mode 100644
index 41b1d7d6a1cf60b0a819eb377109630038c79c4d..0000000000000000000000000000000000000000
--- a/dist/roles/dto/create-role.dto.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateRoleDto = void 0;
-class CreateRoleDto {
-}
-exports.CreateRoleDto = CreateRoleDto;
-//# sourceMappingURL=create-role.dto.js.map
\ No newline at end of file
diff --git a/dist/roles/dto/create-role.dto.js.map b/dist/roles/dto/create-role.dto.js.map
deleted file mode 100644
index 5f4cdaa34c30130a042a30c445fe6d96879ad68c..0000000000000000000000000000000000000000
--- a/dist/roles/dto/create-role.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-role.dto.js","sourceRoot":"","sources":["../../../src/roles/dto/create-role.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,aAAa;CAAG;AAA7B,sCAA6B"}
\ No newline at end of file
diff --git a/dist/roles/dto/update-role.dto.d.ts b/dist/roles/dto/update-role.dto.d.ts
deleted file mode 100644
index a2eb056127eaf3483925e60234ec1d46577fc19a..0000000000000000000000000000000000000000
--- a/dist/roles/dto/update-role.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateRoleDto } from './create-role.dto';
-declare const UpdateRoleDto_base: import("@nestjs/mapped-types").MappedType<Partial<CreateRoleDto>>;
-export declare class UpdateRoleDto extends UpdateRoleDto_base {
-}
-export {};
diff --git a/dist/roles/dto/update-role.dto.js b/dist/roles/dto/update-role.dto.js
deleted file mode 100644
index 54979039706d03a0525e98c228c1da16137d8f57..0000000000000000000000000000000000000000
--- a/dist/roles/dto/update-role.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateRoleDto = void 0;
-const mapped_types_1 = require("@nestjs/mapped-types");
-const create_role_dto_1 = require("./create-role.dto");
-class UpdateRoleDto extends (0, mapped_types_1.PartialType)(create_role_dto_1.CreateRoleDto) {
-}
-exports.UpdateRoleDto = UpdateRoleDto;
-//# sourceMappingURL=update-role.dto.js.map
\ No newline at end of file
diff --git a/dist/roles/dto/update-role.dto.js.map b/dist/roles/dto/update-role.dto.js.map
deleted file mode 100644
index 7aece926a9c87d52751bd2c34799adac0f5eaa07..0000000000000000000000000000000000000000
--- a/dist/roles/dto/update-role.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-role.dto.js","sourceRoot":"","sources":["../../../src/roles/dto/update-role.dto.ts"],"names":[],"mappings":";;;AAAA,uDAAmD;AACnD,uDAAkD;AAElD,MAAa,aAAc,SAAQ,IAAA,0BAAW,EAAC,+BAAa,CAAC;CAAG;AAAhE,sCAAgE"}
\ No newline at end of file
diff --git a/dist/roles/entities/role.entity.d.ts b/dist/roles/entities/role.entity.d.ts
deleted file mode 100644
index 5e9c5d8e20f740497f821a49f6a310a9edfddd12..0000000000000000000000000000000000000000
--- a/dist/roles/entities/role.entity.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import { User } from 'src/users/entities/user.entity';
-export declare class Role {
-    id: number;
-    name: string;
-    users: User[];
-}
diff --git a/dist/roles/entities/role.entity.js b/dist/roles/entities/role.entity.js
deleted file mode 100644
index 588dd7a5516396fff626850e2bead564140ac319..0000000000000000000000000000000000000000
--- a/dist/roles/entities/role.entity.js
+++ /dev/null
@@ -1,33 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.Role = void 0;
-const typeorm_1 = require("typeorm");
-const user_entity_1 = require("../../users/entities/user.entity");
-let Role = class Role {
-};
-exports.Role = Role;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], Role.prototype, "id", void 0);
-__decorate([
-    (0, typeorm_1.Column)(),
-    __metadata("design:type", String)
-], Role.prototype, "name", void 0);
-__decorate([
-    (0, typeorm_1.OneToMany)(() => user_entity_1.User, (user) => user.role),
-    __metadata("design:type", Array)
-], Role.prototype, "users", void 0);
-exports.Role = Role = __decorate([
-    (0, typeorm_1.Entity)('Role')
-], Role);
-//# sourceMappingURL=role.entity.js.map
\ No newline at end of file
diff --git a/dist/roles/entities/role.entity.js.map b/dist/roles/entities/role.entity.js.map
deleted file mode 100644
index 3155d8538c6fbfae30b83b97738e7d4ca2fc9587..0000000000000000000000000000000000000000
--- a/dist/roles/entities/role.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"role.entity.js","sourceRoot":"","sources":["../../../src/roles/entities/role.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA4E;AAC5E,kEAAsD;AAG/C,IAAM,IAAI,GAAV,MAAM,IAAI;CAShB,CAAA;AATY,oBAAI;AAEf;IADC,IAAA,gCAAsB,GAAE;;gCACd;AAGX;IADC,IAAA,gBAAM,GAAE;;kCACI;AAGb;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC;;mCAC7B;eARH,IAAI;IADhB,IAAA,gBAAM,EAAC,MAAM,CAAC;GACF,IAAI,CAShB"}
\ No newline at end of file
diff --git a/dist/roles/roles.controller.d.ts b/dist/roles/roles.controller.d.ts
deleted file mode 100644
index d6137cc10cdfb42478013778f973a128f44c2f42..0000000000000000000000000000000000000000
--- a/dist/roles/roles.controller.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { RolesService } from './roles.service';
-import { CreateRoleDto } from './dto/create-role.dto';
-import { UpdateRoleDto } from './dto/update-role.dto';
-export declare class RolesController {
-    private readonly rolesService;
-    constructor(rolesService: RolesService);
-    create(createRoleDto: CreateRoleDto): Promise<CreateRoleDto & import("./entities/role.entity").Role>;
-    findAll(): Promise<import("./entities/role.entity").Role[]>;
-    findOne(id: string): string;
-    update(id: string, updateRoleDto: UpdateRoleDto): Promise<import("./entities/role.entity").Role>;
-    remove(id: string): string;
-}
diff --git a/dist/roles/roles.controller.js b/dist/roles/roles.controller.js
deleted file mode 100644
index 9e4bcd7f6fa96a3c6956f6ded7c465be76e12318..0000000000000000000000000000000000000000
--- a/dist/roles/roles.controller.js
+++ /dev/null
@@ -1,82 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.RolesController = void 0;
-const common_1 = require("@nestjs/common");
-const roles_service_1 = require("./roles.service");
-const create_role_dto_1 = require("./dto/create-role.dto");
-const update_role_dto_1 = require("./dto/update-role.dto");
-const auth_guard_1 = require("../auth/auth.guard");
-let RolesController = class RolesController {
-    constructor(rolesService) {
-        this.rolesService = rolesService;
-    }
-    create(createRoleDto) {
-        return this.rolesService.create(createRoleDto);
-    }
-    findAll() {
-        return this.rolesService.findAll();
-    }
-    findOne(id) {
-        return this.rolesService.findOne(+id);
-    }
-    update(id, updateRoleDto) {
-        return this.rolesService.update(+id, updateRoleDto);
-    }
-    remove(id) {
-        return this.rolesService.remove(+id);
-    }
-};
-exports.RolesController = RolesController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_role_dto_1.CreateRoleDto]),
-    __metadata("design:returntype", void 0)
-], RolesController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", void 0)
-], RolesController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], RolesController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_role_dto_1.UpdateRoleDto]),
-    __metadata("design:returntype", void 0)
-], RolesController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", void 0)
-], RolesController.prototype, "remove", null);
-exports.RolesController = RolesController = __decorate([
-    (0, common_1.UseGuards)(auth_guard_1.AuthGuard),
-    (0, common_1.Controller)('roles'),
-    __metadata("design:paramtypes", [roles_service_1.RolesService])
-], RolesController);
-//# sourceMappingURL=roles.controller.js.map
\ No newline at end of file
diff --git a/dist/roles/roles.controller.js.map b/dist/roles/roles.controller.js.map
deleted file mode 100644
index 110107c4ec81d1363dfdb4515763c45c94b7c810..0000000000000000000000000000000000000000
--- a/dist/roles/roles.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"roles.controller.js","sourceRoot":"","sources":["../../src/roles/roles.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CASwB;AACxB,mDAA+C;AAC/C,2DAAsD;AACtD,2DAAsD;AACtD,mDAAgD;AAGzC,IAAM,eAAe,GAArB,MAAM,eAAe;IAC1B,YAA6B,YAA0B;QAA1B,iBAAY,GAAZ,YAAY,CAAc;IAAG,CAAC;IAG3D,MAAM,CAAS,aAA4B;QACzC,OAAO,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;IACjD,CAAC;IAGD,OAAO;QACL,OAAO,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,CAAC;IACrC,CAAC;IAGD,OAAO,CAAc,EAAU;QAC7B,OAAO,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IACxC,CAAC;IAGD,MAAM,CAAc,EAAU,EAAU,aAA4B;QAClE,OAAO,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,aAAa,CAAC,CAAC;IACtD,CAAC;IAGD,MAAM,CAAc,EAAU;QAC5B,OAAO,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;IACvC,CAAC;CACF,CAAA;AA3BY,0CAAe;AAI1B;IADC,IAAA,aAAI,GAAE;IACC,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAgB,+BAAa;;6CAE1C;AAGD;IADC,IAAA,YAAG,GAAE;;;;8CAGL;AAGD;IADC,IAAA,YAAG,EAAC,KAAK,CAAC;IACF,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;8CAEnB;AAGD;IADC,IAAA,cAAK,EAAC,KAAK,CAAC;IACL,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IAAc,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAgB,+BAAa;;6CAEnE;AAGD;IADC,IAAA,eAAM,EAAC,KAAK,CAAC;IACN,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;6CAElB;0BA1BU,eAAe;IAF3B,IAAA,kBAAS,EAAC,sBAAS,CAAC;IACpB,IAAA,mBAAU,EAAC,OAAO,CAAC;qCAEyB,4BAAY;GAD5C,eAAe,CA2B3B"}
\ No newline at end of file
diff --git a/dist/roles/roles.module.d.ts b/dist/roles/roles.module.d.ts
deleted file mode 100644
index 075a7eb36d3e6c904dd0b2abae37ffb762434f12..0000000000000000000000000000000000000000
--- a/dist/roles/roles.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class RolesModule {
-}
diff --git a/dist/roles/roles.module.js b/dist/roles/roles.module.js
deleted file mode 100644
index 24df8d876aaf678358d4f1fad4ab2bee76f34458..0000000000000000000000000000000000000000
--- a/dist/roles/roles.module.js
+++ /dev/null
@@ -1,25 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.RolesModule = void 0;
-const common_1 = require("@nestjs/common");
-const roles_service_1 = require("./roles.service");
-const roles_controller_1 = require("./roles.controller");
-const typeorm_1 = require("@nestjs/typeorm");
-const role_entity_1 = require("./entities/role.entity");
-let RolesModule = class RolesModule {
-};
-exports.RolesModule = RolesModule;
-exports.RolesModule = RolesModule = __decorate([
-    (0, common_1.Module)({
-        imports: [typeorm_1.TypeOrmModule.forFeature([role_entity_1.Role])],
-        controllers: [roles_controller_1.RolesController],
-        providers: [roles_service_1.RolesService],
-    })
-], RolesModule);
-//# sourceMappingURL=roles.module.js.map
\ No newline at end of file
diff --git a/dist/roles/roles.module.js.map b/dist/roles/roles.module.js.map
deleted file mode 100644
index ec095082cf337e7a3013cee310239888097eefda..0000000000000000000000000000000000000000
--- a/dist/roles/roles.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"roles.module.js","sourceRoot":"","sources":["../../src/roles/roles.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,mDAA+C;AAC/C,yDAAqD;AACrD,6CAAgD;AAChD,wDAA8C;AAOvC,IAAM,WAAW,GAAjB,MAAM,WAAW;CAAG,CAAA;AAAd,kCAAW;sBAAX,WAAW;IALvB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,kBAAI,CAAC,CAAC,CAAC;QAC3C,WAAW,EAAE,CAAC,kCAAe,CAAC;QAC9B,SAAS,EAAE,CAAC,4BAAY,CAAC;KAC1B,CAAC;GACW,WAAW,CAAG"}
\ No newline at end of file
diff --git a/dist/roles/roles.service.d.ts b/dist/roles/roles.service.d.ts
deleted file mode 100644
index 4076ef960f88b3661479ba7b022fdc933657ad0f..0000000000000000000000000000000000000000
--- a/dist/roles/roles.service.d.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import { Role } from './entities/role.entity';
-import { Repository } from 'typeorm';
-import { CreateRoleDto } from './dto/create-role.dto';
-import { UpdateRoleDto } from './dto/update-role.dto';
-export declare class RolesService {
-    private rolesRepository;
-    constructor(rolesRepository: Repository<Role>);
-    create(createRoleDto: CreateRoleDto): Promise<CreateRoleDto & Role>;
-    findAll(): Promise<Role[]>;
-    findOne(id: number): string;
-    update(id: number, updateRoleDto: UpdateRoleDto): Promise<Role>;
-    remove(id: number): string;
-}
diff --git a/dist/roles/roles.service.js b/dist/roles/roles.service.js
deleted file mode 100644
index 4d4ebc3c06ea2aa130db6fe8bb9811213bf9054f..0000000000000000000000000000000000000000
--- a/dist/roles/roles.service.js
+++ /dev/null
@@ -1,49 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.RolesService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const role_entity_1 = require("./entities/role.entity");
-const typeorm_2 = require("typeorm");
-let RolesService = class RolesService {
-    constructor(rolesRepository) {
-        this.rolesRepository = rolesRepository;
-    }
-    create(createRoleDto) {
-        return this.rolesRepository.save(createRoleDto);
-    }
-    findAll() {
-        return this.rolesRepository.find();
-    }
-    findOne(id) {
-        return `This action returns a #${id} role`;
-    }
-    async update(id, updateRoleDto) {
-        await this.rolesRepository.findOneByOrFail({ id });
-        await this.rolesRepository.update(id, updateRoleDto);
-        const updatedRole = await this.rolesRepository.findOneBy({ id });
-        return updatedRole;
-    }
-    remove(id) {
-        return `This action removes a #${id} role`;
-    }
-};
-exports.RolesService = RolesService;
-exports.RolesService = RolesService = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(role_entity_1.Role)),
-    __metadata("design:paramtypes", [typeorm_2.Repository])
-], RolesService);
-//# sourceMappingURL=roles.service.js.map
\ No newline at end of file
diff --git a/dist/roles/roles.service.js.map b/dist/roles/roles.service.js.map
deleted file mode 100644
index 71852c05c2c8fc92819dde6c397224e52c84d16f..0000000000000000000000000000000000000000
--- a/dist/roles/roles.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"roles.service.js","sourceRoot":"","sources":["../../src/roles/roles.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA4C;AAC5C,6CAAmD;AACnD,wDAA8C;AAC9C,qCAAqC;AAK9B,IAAM,YAAY,GAAlB,MAAM,YAAY;IACvB,YACkC,eAAiC;QAAjC,oBAAe,GAAf,eAAe,CAAkB;IAChE,CAAC;IACJ,MAAM,CAAC,aAA4B;QACjC,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;IAClD,CAAC;IAED,OAAO;QACL,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,EAAE,CAAC;IACrC,CAAC;IAED,OAAO,CAAC,EAAU;QAChB,OAAO,0BAA0B,EAAE,OAAO,CAAC;IAC7C,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,EAAU,EAAE,aAA4B;QACnD,MAAM,IAAI,CAAC,eAAe,CAAC,eAAe,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QACnD,MAAM,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,EAAE,aAAa,CAAC,CAAC;QACrD,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QACjE,OAAO,WAAW,CAAC;IACrB,CAAC;IAED,MAAM,CAAC,EAAU;QACf,OAAO,0BAA0B,EAAE,OAAO,CAAC;IAC7C,CAAC;CACF,CAAA;AA1BY,oCAAY;uBAAZ,YAAY;IADxB,IAAA,mBAAU,GAAE;IAGR,WAAA,IAAA,0BAAgB,EAAC,kBAAI,CAAC,CAAA;qCAA0B,oBAAU;GAFlD,YAAY,CA0BxB"}
\ No newline at end of file
diff --git a/dist/stock_configs/dto/create-stock_config.dto.d.ts b/dist/stock_configs/dto/create-stock_config.dto.d.ts
deleted file mode 100644
index 68cadf0bd611a20ea5fabc120d6adaaefd234b5a..0000000000000000000000000000000000000000
--- a/dist/stock_configs/dto/create-stock_config.dto.d.ts
+++ /dev/null
@@ -1,21 +0,0 @@
-export declare class CreateStockConfigDto {
-    itemID: number;
-    itemType: 'PRODUCT' | 'MATERIAL';
-    priorityLevel?: number;
-    targetStockLevel?: number;
-    status?: string;
-}
-export declare class UpdateStockConfigDto {
-    status?: string;
-    priorityLevel?: number;
-    targetStockLevel?: number;
-}
-export declare class UpdateStockConfigItemDto {
-    id: number;
-    status?: string;
-    priorityLevel?: number;
-    targetStockLevel?: number;
-}
-export declare class BatchUpdateManyStockConfigDto {
-    configs: UpdateStockConfigItemDto[];
-}
diff --git a/dist/stock_configs/dto/create-stock_config.dto.js b/dist/stock_configs/dto/create-stock_config.dto.js
deleted file mode 100644
index 88dcd2157779267aa668f255a8570592b206e29e..0000000000000000000000000000000000000000
--- a/dist/stock_configs/dto/create-stock_config.dto.js
+++ /dev/null
@@ -1,90 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.BatchUpdateManyStockConfigDto = exports.UpdateStockConfigItemDto = exports.UpdateStockConfigDto = exports.CreateStockConfigDto = void 0;
-const class_validator_1 = require("class-validator");
-const class_transformer_1 = require("class-transformer");
-class CreateStockConfigDto {
-}
-exports.CreateStockConfigDto = CreateStockConfigDto;
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateStockConfigDto.prototype, "itemID", void 0);
-__decorate([
-    (0, class_validator_1.IsEnum)(['PRODUCT', 'MATERIAL']),
-    __metadata("design:type", String)
-], CreateStockConfigDto.prototype, "itemType", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateStockConfigDto.prototype, "priorityLevel", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], CreateStockConfigDto.prototype, "targetStockLevel", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsString)(),
-    __metadata("design:type", String)
-], CreateStockConfigDto.prototype, "status", void 0);
-class UpdateStockConfigDto {
-}
-exports.UpdateStockConfigDto = UpdateStockConfigDto;
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsString)(),
-    __metadata("design:type", String)
-], UpdateStockConfigDto.prototype, "status", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], UpdateStockConfigDto.prototype, "priorityLevel", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], UpdateStockConfigDto.prototype, "targetStockLevel", void 0);
-class UpdateStockConfigItemDto {
-}
-exports.UpdateStockConfigItemDto = UpdateStockConfigItemDto;
-__decorate([
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], UpdateStockConfigItemDto.prototype, "id", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsString)(),
-    __metadata("design:type", String)
-], UpdateStockConfigItemDto.prototype, "status", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], UpdateStockConfigItemDto.prototype, "priorityLevel", void 0);
-__decorate([
-    (0, class_validator_1.IsOptional)(),
-    (0, class_validator_1.IsInt)(),
-    __metadata("design:type", Number)
-], UpdateStockConfigItemDto.prototype, "targetStockLevel", void 0);
-class BatchUpdateManyStockConfigDto {
-}
-exports.BatchUpdateManyStockConfigDto = BatchUpdateManyStockConfigDto;
-__decorate([
-    (0, class_validator_1.IsArray)(),
-    (0, class_validator_1.ValidateNested)({ each: true }),
-    (0, class_transformer_1.Type)(() => UpdateStockConfigItemDto),
-    __metadata("design:type", Array)
-], BatchUpdateManyStockConfigDto.prototype, "configs", void 0);
-//# sourceMappingURL=create-stock_config.dto.js.map
\ No newline at end of file
diff --git a/dist/stock_configs/dto/create-stock_config.dto.js.map b/dist/stock_configs/dto/create-stock_config.dto.js.map
deleted file mode 100644
index 25bb898e906f2c5072309fb47a62eb8c32833fb1..0000000000000000000000000000000000000000
--- a/dist/stock_configs/dto/create-stock_config.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-stock_config.dto.js","sourceRoot":"","sources":["../../../src/stock_configs/dto/create-stock_config.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAyC;AAEzC,MAAa,oBAAoB;CAkBhC;AAlBD,oDAkBC;AAhBC;IADC,IAAA,uBAAK,GAAE;;oDACO;AAGf;IADC,IAAA,wBAAM,EAAC,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;;sDACC;AAIjC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2DACe;AAIvB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8DACkB;AAI1B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACK;AAGlB,MAAa,oBAAoB;CAYhC;AAZD,oDAYC;AATC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACK;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2DACe;AAIvB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8DACkB;AAG5B,MAAa,wBAAwB;CAepC;AAfD,4DAeC;AAbC;IADC,IAAA,uBAAK,GAAE;;oDACG;AAIX;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wDACK;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+DACe;AAIvB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;kEACkB;AAG5B,MAAa,6BAA6B;CAKzC;AALD,sEAKC;AADC;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wBAAwB,CAAC;;8DACD"}
\ No newline at end of file
diff --git a/dist/stock_configs/dto/update-stock_config.dto.d.ts b/dist/stock_configs/dto/update-stock_config.dto.d.ts
deleted file mode 100644
index 6aa27be26e79c22e21078063e9ec72a27732eceb..0000000000000000000000000000000000000000
--- a/dist/stock_configs/dto/update-stock_config.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateStockConfigDto } from './create-stock_config.dto';
-declare const UpdateStockConfigDto_base: import("@nestjs/common").Type<Partial<CreateStockConfigDto>>;
-export declare class UpdateStockConfigDto extends UpdateStockConfigDto_base {
-}
-export {};
diff --git a/dist/stock_configs/dto/update-stock_config.dto.js b/dist/stock_configs/dto/update-stock_config.dto.js
deleted file mode 100644
index 6984b27c8f10c7b948064f00b2eaf96cc0dc5b86..0000000000000000000000000000000000000000
--- a/dist/stock_configs/dto/update-stock_config.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateStockConfigDto = void 0;
-const swagger_1 = require("@nestjs/swagger");
-const create_stock_config_dto_1 = require("./create-stock_config.dto");
-class UpdateStockConfigDto extends (0, swagger_1.PartialType)(create_stock_config_dto_1.CreateStockConfigDto) {
-}
-exports.UpdateStockConfigDto = UpdateStockConfigDto;
-//# sourceMappingURL=update-stock_config.dto.js.map
\ No newline at end of file
diff --git a/dist/stock_configs/dto/update-stock_config.dto.js.map b/dist/stock_configs/dto/update-stock_config.dto.js.map
deleted file mode 100644
index 5d72b76bfcbc8a47cd13bb3cff289bd17d6f0982..0000000000000000000000000000000000000000
--- a/dist/stock_configs/dto/update-stock_config.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-stock_config.dto.js","sourceRoot":"","sources":["../../../src/stock_configs/dto/update-stock_config.dto.ts"],"names":[],"mappings":";;;AAAA,6CAA8C;AAC9C,uEAAiE;AAEjE,MAAa,oBAAqB,SAAQ,IAAA,qBAAW,EAAC,8CAAoB,CAAC;CAAG;AAA9E,oDAA8E"}
\ No newline at end of file
diff --git a/dist/stock_configs/entities/stock_config.entity.d.ts b/dist/stock_configs/entities/stock_config.entity.d.ts
deleted file mode 100644
index a074c6a7d1aafacb4bac7c01a0da6fac0f23899b..0000000000000000000000000000000000000000
--- a/dist/stock_configs/entities/stock_config.entity.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-export declare class StockConfig {
-    StockConfigID: number;
-    itemID: number;
-    itemType: 'PRODUCT' | 'MATERIAL';
-    priorityLevel: number;
-    targetStockLevel: number;
-    status: string;
-    lastUpdated: Date;
-}
diff --git a/dist/stock_configs/entities/stock_config.entity.js b/dist/stock_configs/entities/stock_config.entity.js
deleted file mode 100644
index 3dbee23f0d70f50e1a1a2f872bb18c6f3c982a57..0000000000000000000000000000000000000000
--- a/dist/stock_configs/entities/stock_config.entity.js
+++ /dev/null
@@ -1,52 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.StockConfig = void 0;
-const typeorm_1 = require("typeorm");
-let StockConfig = class StockConfig {
-};
-exports.StockConfig = StockConfig;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], StockConfig.prototype, "StockConfigID", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ name: 'ItemID', type: 'int' }),
-    __metadata("design:type", Number)
-], StockConfig.prototype, "itemID", void 0);
-__decorate([
-    (0, typeorm_1.Column)({
-        name: 'ItemType',
-        type: 'enum',
-        enum: ['PRODUCT', 'MATERIAL'],
-    }),
-    __metadata("design:type", String)
-], StockConfig.prototype, "itemType", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int' }),
-    __metadata("design:type", Number)
-], StockConfig.prototype, "priorityLevel", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'int' }),
-    __metadata("design:type", Number)
-], StockConfig.prototype, "targetStockLevel", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'text', nullable: true }),
-    __metadata("design:type", String)
-], StockConfig.prototype, "status", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ type: 'timestamp', default: () => 'CURRENT_TIMESTAMP' }),
-    __metadata("design:type", Date)
-], StockConfig.prototype, "lastUpdated", void 0);
-exports.StockConfig = StockConfig = __decorate([
-    (0, typeorm_1.Entity)('Stock_Config')
-], StockConfig);
-//# sourceMappingURL=stock_config.entity.js.map
\ No newline at end of file
diff --git a/dist/stock_configs/entities/stock_config.entity.js.map b/dist/stock_configs/entities/stock_config.entity.js.map
deleted file mode 100644
index 3403bf7e0e5880345e821ca587219cdeeb423038..0000000000000000000000000000000000000000
--- a/dist/stock_configs/entities/stock_config.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"stock_config.entity.js","sourceRoot":"","sources":["../../../src/stock_configs/entities/stock_config.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAiE;AAG1D,IAAM,WAAW,GAAjB,MAAM,WAAW;CAyBvB,CAAA;AAzBY,kCAAW;AAEtB;IADC,IAAA,gCAAsB,GAAE;;kDACH;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;2CACzB;AAOf;IALC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC;KAC9B,CAAC;;6CAC+B;AAGjC;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;kDACF;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;qDACC;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CAC1B;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,mBAAmB,EAAE,CAAC;8BACrD,IAAI;gDAAC;sBAxBP,WAAW;IADvB,IAAA,gBAAM,EAAC,cAAc,CAAC;GACV,WAAW,CAyBvB"}
\ No newline at end of file
diff --git a/dist/stock_configs/stock_configs.controller.d.ts b/dist/stock_configs/stock_configs.controller.d.ts
deleted file mode 100644
index 643de0dfe5d674bdd1d8fc496f4ba9fddaa99fa7..0000000000000000000000000000000000000000
--- a/dist/stock_configs/stock_configs.controller.d.ts
+++ /dev/null
@@ -1,41 +0,0 @@
-import { StockConfigService } from './stock_configs.service';
-import { BatchUpdateManyStockConfigDto, CreateStockConfigDto } from './dto/create-stock_config.dto';
-import { UpdateStockConfigDto } from './dto/update-stock_config.dto';
-export declare class StockConfigController {
-    private readonly stockConfigService;
-    constructor(stockConfigService: StockConfigService);
-    create(createStockConfigDto: CreateStockConfigDto): Promise<{
-        message: string;
-        stockConfig: import("./entities/stock_config.entity").StockConfig;
-    }>;
-    findAll(): Promise<{
-        itemName: string;
-        itemDetail: any;
-        StockConfigID: number;
-        itemID: number;
-        itemType: "PRODUCT" | "MATERIAL";
-        priorityLevel: number;
-        targetStockLevel: number;
-        status: string;
-        lastUpdated: Date;
-    }[]>;
-    findOne(id: number): Promise<{
-        itemName: string;
-        itemDetail: any;
-        StockConfigID: number;
-        itemID: number;
-        itemType: "PRODUCT" | "MATERIAL";
-        priorityLevel: number;
-        targetStockLevel: number;
-        status: string;
-        lastUpdated: Date;
-    }>;
-    updateMany(body: BatchUpdateManyStockConfigDto): Promise<{
-        message: string;
-        updated: any[];
-    }>;
-    update(id: number, updateStockConfigDto: UpdateStockConfigDto): Promise<import("./entities/stock_config.entity").StockConfig>;
-    remove(id: number): Promise<{
-        message: string;
-    }>;
-}
diff --git a/dist/stock_configs/stock_configs.controller.js b/dist/stock_configs/stock_configs.controller.js
deleted file mode 100644
index 0da95525316012c737fff1a12e6c37c938d759fa..0000000000000000000000000000000000000000
--- a/dist/stock_configs/stock_configs.controller.js
+++ /dev/null
@@ -1,93 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.StockConfigController = void 0;
-const common_1 = require("@nestjs/common");
-const stock_configs_service_1 = require("./stock_configs.service");
-const create_stock_config_dto_1 = require("./dto/create-stock_config.dto");
-const update_stock_config_dto_1 = require("./dto/update-stock_config.dto");
-let StockConfigController = class StockConfigController {
-    constructor(stockConfigService) {
-        this.stockConfigService = stockConfigService;
-    }
-    async create(createStockConfigDto) {
-        return this.stockConfigService.create(createStockConfigDto);
-    }
-    async findAll() {
-        return this.stockConfigService.findAll();
-    }
-    async findOne(id) {
-        const stockConfig = await this.stockConfigService.findOne(id);
-        if (!stockConfig)
-            throw new common_1.NotFoundException(`StockConfig with ID ${id} not found`);
-        return stockConfig;
-    }
-    async updateMany(body) {
-        return this.stockConfigService.updateMany(body);
-    }
-    async update(id, updateStockConfigDto) {
-        return this.stockConfigService.update(id, updateStockConfigDto);
-    }
-    async remove(id) {
-        return this.stockConfigService.remove(id);
-    }
-};
-exports.StockConfigController = StockConfigController;
-__decorate([
-    (0, common_1.Post)(),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_stock_config_dto_1.CreateStockConfigDto]),
-    __metadata("design:returntype", Promise)
-], StockConfigController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", Promise)
-], StockConfigController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [Number]),
-    __metadata("design:returntype", Promise)
-], StockConfigController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Patch)('batch'),
-    __param(0, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_stock_config_dto_1.BatchUpdateManyStockConfigDto]),
-    __metadata("design:returntype", Promise)
-], StockConfigController.prototype, "updateMany", null);
-__decorate([
-    (0, common_1.Patch)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [Number, update_stock_config_dto_1.UpdateStockConfigDto]),
-    __metadata("design:returntype", Promise)
-], StockConfigController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [Number]),
-    __metadata("design:returntype", Promise)
-], StockConfigController.prototype, "remove", null);
-exports.StockConfigController = StockConfigController = __decorate([
-    (0, common_1.Controller)('stock-config'),
-    __metadata("design:paramtypes", [stock_configs_service_1.StockConfigService])
-], StockConfigController);
-//# sourceMappingURL=stock_configs.controller.js.map
\ No newline at end of file
diff --git a/dist/stock_configs/stock_configs.controller.js.map b/dist/stock_configs/stock_configs.controller.js.map
deleted file mode 100644
index 59db58c50115108655e165f0a80de40b87e96a76..0000000000000000000000000000000000000000
--- a/dist/stock_configs/stock_configs.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"stock_configs.controller.js","sourceRoot":"","sources":["../../src/stock_configs/stock_configs.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CASwB;AACxB,mEAA6D;AAC7D,2EAGuC;AACvC,2EAAqE;AAG9D,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAChC,YAA6B,kBAAsC;QAAtC,uBAAkB,GAAlB,kBAAkB,CAAoB;IAAG,CAAC;IAGjE,AAAN,KAAK,CAAC,MAAM,CAAS,oBAA0C;QAC7D,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;IAC9D,CAAC;IAOK,AAAN,KAAK,CAAC,OAAO;QAEX,OAAO,IAAI,CAAC,kBAAkB,CAAC,OAAO,EAAE,CAAC;IAC3C,CAAC;IAGK,AAAN,KAAK,CAAC,OAAO,CAAc,EAAU;QACnC,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QAC9D,IAAI,CAAC,WAAW;YACd,MAAM,IAAI,0BAAiB,CAAC,uBAAuB,EAAE,YAAY,CAAC,CAAC;QACrE,OAAO,WAAW,CAAC;IACrB,CAAC;IAMK,AAAN,KAAK,CAAC,UAAU,CAAS,IAAmC;QAC1D,OAAO,IAAI,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IAClD,CAAC;IAGK,AAAN,KAAK,CAAC,MAAM,CACG,EAAU,EACf,oBAA0C;QAElD,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,EAAE,EAAE,oBAAoB,CAAC,CAAC;IAClE,CAAC;IAGK,AAAN,KAAK,CAAC,MAAM,CAAc,EAAU;QAClC,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IAC5C,CAAC;CACF,CAAA;AA9CY,sDAAqB;AAI1B;IADL,IAAA,aAAI,GAAE;IACO,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAuB,8CAAoB;;mDAE9D;AAOK;IADL,IAAA,YAAG,GAAE;;;;oDAIL;AAGK;IADL,IAAA,YAAG,EAAC,KAAK,CAAC;IACI,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;oDAKzB;AAMK;IADL,IAAA,cAAK,EAAC,OAAO,CAAC;IACG,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAO,uDAA6B;;uDAE3D;AAGK;IADL,IAAA,cAAK,EAAC,KAAK,CAAC;IAEV,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;IACX,WAAA,IAAA,aAAI,GAAE,CAAA;;6CAAuB,8CAAoB;;mDAGnD;AAGK;IADL,IAAA,eAAM,EAAC,KAAK,CAAC;IACA,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;mDAExB;gCA7CU,qBAAqB;IADjC,IAAA,mBAAU,EAAC,cAAc,CAAC;qCAEwB,0CAAkB;GADxD,qBAAqB,CA8CjC"}
\ No newline at end of file
diff --git a/dist/stock_configs/stock_configs.module.d.ts b/dist/stock_configs/stock_configs.module.d.ts
deleted file mode 100644
index 62ad5e6443418c3379ac9176eaebfcfe5746da9b..0000000000000000000000000000000000000000
--- a/dist/stock_configs/stock_configs.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class StockConfigsModule {
-}
diff --git a/dist/stock_configs/stock_configs.module.js b/dist/stock_configs/stock_configs.module.js
deleted file mode 100644
index 7f693ea737f687fe65cc3631af9b6ab09729f067..0000000000000000000000000000000000000000
--- a/dist/stock_configs/stock_configs.module.js
+++ /dev/null
@@ -1,29 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.StockConfigsModule = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const stock_configs_service_1 = require("./stock_configs.service");
-const stock_configs_controller_1 = require("./stock_configs.controller");
-const stock_config_entity_1 = require("./entities/stock_config.entity");
-const page_entity_1 = require("../pages/entities/page.entity");
-const product_entity_1 = require("../products/entities/product.entity");
-const material_entity_1 = require("../materials/entities/material.entity");
-let StockConfigsModule = class StockConfigsModule {
-};
-exports.StockConfigsModule = StockConfigsModule;
-exports.StockConfigsModule = StockConfigsModule = __decorate([
-    (0, common_1.Module)({
-        imports: [typeorm_1.TypeOrmModule.forFeature([stock_config_entity_1.StockConfig, page_entity_1.Page, product_entity_1.Product, material_entity_1.Material])],
-        controllers: [stock_configs_controller_1.StockConfigController],
-        providers: [stock_configs_service_1.StockConfigService],
-        exports: [stock_configs_service_1.StockConfigService],
-    })
-], StockConfigsModule);
-//# sourceMappingURL=stock_configs.module.js.map
\ No newline at end of file
diff --git a/dist/stock_configs/stock_configs.module.js.map b/dist/stock_configs/stock_configs.module.js.map
deleted file mode 100644
index 4b906571de9747dc9ff30b704565bf5d2c1f708e..0000000000000000000000000000000000000000
--- a/dist/stock_configs/stock_configs.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"stock_configs.module.js","sourceRoot":"","sources":["../../src/stock_configs/stock_configs.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,mEAA6D;AAC7D,yEAAmE;AACnE,wEAA6D;AAC7D,+DAAoD;AACpD,wEAA6D;AAC7D,2EAAgE;AAQzD,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;CAAG,CAAA;AAArB,gDAAkB;6BAAlB,kBAAkB;IAN9B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,iCAAW,EAAE,kBAAI,EAAE,wBAAO,EAAE,0BAAQ,CAAC,CAAC,CAAC;QAC3E,WAAW,EAAE,CAAC,gDAAqB,CAAC;QACpC,SAAS,EAAE,CAAC,0CAAkB,CAAC;QAC/B,OAAO,EAAE,CAAC,0CAAkB,CAAC;KAC9B,CAAC;GACW,kBAAkB,CAAG"}
\ No newline at end of file
diff --git a/dist/stock_configs/stock_configs.service.d.ts b/dist/stock_configs/stock_configs.service.d.ts
deleted file mode 100644
index 284e2027b06f49991617d5ec5b8fcd2f7fee71bd..0000000000000000000000000000000000000000
--- a/dist/stock_configs/stock_configs.service.d.ts
+++ /dev/null
@@ -1,48 +0,0 @@
-import { Repository } from 'typeorm';
-import { StockConfig } from './entities/stock_config.entity';
-import { CreateStockConfigDto, BatchUpdateManyStockConfigDto } from './dto/create-stock_config.dto';
-import { Product } from '@/products/entities/product.entity';
-import { Material } from '@/materials/entities/material.entity';
-import { UpdateStockConfigDto } from './dto/update-stock_config.dto';
-export declare class StockConfigService {
-    private readonly stockConfigRepository;
-    private readonly productRepository;
-    private readonly materialRepository;
-    constructor(stockConfigRepository: Repository<StockConfig>, productRepository: Repository<Product>, materialRepository: Repository<Material>);
-    create(dto: CreateStockConfigDto): Promise<{
-        message: string;
-        stockConfig: StockConfig;
-    }>;
-    findAll(): Promise<{
-        itemName: string;
-        itemDetail: any;
-        StockConfigID: number;
-        itemID: number;
-        itemType: "PRODUCT" | "MATERIAL";
-        priorityLevel: number;
-        targetStockLevel: number;
-        status: string;
-        lastUpdated: Date;
-    }[]>;
-    findOne(id: number): Promise<{
-        itemName: string;
-        itemDetail: any;
-        StockConfigID: number;
-        itemID: number;
-        itemType: "PRODUCT" | "MATERIAL";
-        priorityLevel: number;
-        targetStockLevel: number;
-        status: string;
-        lastUpdated: Date;
-    }>;
-    update(id: number, updateDto: UpdateStockConfigDto): Promise<StockConfig>;
-    updateMany(data: BatchUpdateManyStockConfigDto): Promise<{
-        message: string;
-        updated: any[];
-    }>;
-    remove(id: number): Promise<{
-        message: string;
-    }>;
-    private countConfigs;
-    private reorderAllConfigs;
-}
diff --git a/dist/stock_configs/stock_configs.service.js b/dist/stock_configs/stock_configs.service.js
deleted file mode 100644
index 386d7072ba769ede84e222b10be54eb1002b6e77..0000000000000000000000000000000000000000
--- a/dist/stock_configs/stock_configs.service.js
+++ /dev/null
@@ -1,188 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.StockConfigService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("@nestjs/typeorm");
-const typeorm_2 = require("typeorm");
-const stock_config_entity_1 = require("./entities/stock_config.entity");
-const product_entity_1 = require("../products/entities/product.entity");
-const material_entity_1 = require("../materials/entities/material.entity");
-let StockConfigService = class StockConfigService {
-    constructor(stockConfigRepository, productRepository, materialRepository) {
-        this.stockConfigRepository = stockConfigRepository;
-        this.productRepository = productRepository;
-        this.materialRepository = materialRepository;
-    }
-    async create(dto) {
-        const { itemID, itemType, priorityLevel, targetStockLevel, status } = dto;
-        if (!['PRODUCT', 'MATERIAL'].includes(itemType)) {
-            throw new common_1.BadRequestException('itemType must be PRODUCT or MATERIAL');
-        }
-        const existing = await this.stockConfigRepository.findOne({
-            where: { itemID, itemType },
-        });
-        const isUpdate = !!existing;
-        const finalPriority = priorityLevel ??
-            (isUpdate ? existing.priorityLevel : (await this.countConfigs()) + 1);
-        const configToSave = this.stockConfigRepository.create({
-            ...(existing ?? {}),
-            itemID,
-            itemType,
-            priorityLevel: finalPriority,
-            targetStockLevel: targetStockLevel ?? existing?.targetStockLevel ?? 0,
-            status: status ?? existing?.status ?? 'active',
-        });
-        const saved = await this.stockConfigRepository.save(configToSave);
-        await this.reorderAllConfigs();
-        return {
-            message: isUpdate ? 'Updated existing config' : 'Created new config',
-            stockConfig: saved,
-        };
-    }
-    async findAll() {
-        const stockConfigs = await this.stockConfigRepository.find({
-            order: { priorityLevel: 'ASC' },
-        });
-        return Promise.all(stockConfigs.map(async (config) => {
-            let itemName = 'Unknown';
-            let itemDetail = null;
-            if (config.itemType === 'PRODUCT') {
-                const product = await this.productRepository.findOne({
-                    where: { ProductID: config.itemID },
-                });
-                if (product) {
-                    itemName = `${product.brand} ${product.size}`;
-                    itemDetail = product;
-                }
-            }
-            else if (config.itemType === 'MATERIAL') {
-                const material = await this.materialRepository.findOne({
-                    where: { MaterialID: config.itemID },
-                });
-                if (material) {
-                    itemName = `${material.name} ${material.size ?? ''}`.trim();
-                    itemDetail = material;
-                }
-            }
-            return {
-                ...config,
-                itemName,
-                itemDetail,
-            };
-        }));
-    }
-    async findOne(id) {
-        const config = await this.stockConfigRepository.findOne({
-            where: { StockConfigID: id },
-        });
-        if (!config) {
-            throw new common_1.NotFoundException(`StockConfig with ID ${id} not found`);
-        }
-        let itemName = 'Unknown';
-        let itemDetail = null;
-        if (config.itemType === 'PRODUCT') {
-            const product = await this.productRepository.findOne({
-                where: { ProductID: config.itemID },
-            });
-            if (product) {
-                itemName = `${product.brand} ${product.size}`;
-                itemDetail = product;
-            }
-        }
-        else if (config.itemType === 'MATERIAL') {
-            const material = await this.materialRepository.findOne({
-                where: { MaterialID: config.itemID },
-            });
-            if (material) {
-                itemName = `${material.name} ${material.size ?? ''}`.trim();
-                itemDetail = material;
-            }
-        }
-        return {
-            ...config,
-            itemName,
-            itemDetail,
-        };
-    }
-    async update(id, updateDto) {
-        const existingConfig = await this.stockConfigRepository.findOne({
-            where: { StockConfigID: id },
-        });
-        if (!existingConfig) {
-            throw new common_1.NotFoundException(`StockConfig with ID ${id} not found`);
-        }
-        Object.assign(existingConfig, updateDto);
-        const saved = await this.stockConfigRepository.save(existingConfig);
-        if (updateDto.priorityLevel !== undefined) {
-            await this.reorderAllConfigs();
-        }
-        return saved;
-    }
-    async updateMany(data) {
-        const updatedConfigs = [];
-        for (const entry of data.configs) {
-            const config = await this.stockConfigRepository.findOne({
-                where: { StockConfigID: entry.id },
-            });
-            if (!config) {
-                throw new common_1.NotFoundException(`StockConfig with ID ${entry.id} not found`);
-            }
-            Object.assign(config, entry);
-            updatedConfigs.push(config);
-        }
-        const result = await this.stockConfigRepository.save(updatedConfigs);
-        await this.reorderAllConfigs();
-        return {
-            message: `Updated ${result.length} stock configs`,
-            updated: result,
-        };
-    }
-    async remove(id) {
-        const existingConfig = await this.stockConfigRepository.findOne({
-            where: { StockConfigID: id },
-        });
-        if (!existingConfig) {
-            throw new common_1.NotFoundException(`StockConfig with ID ${id} not found`);
-        }
-        await this.stockConfigRepository.delete(id);
-        await this.reorderAllConfigs();
-        return {
-            message: `StockConfig with ID ${id} deleted and priorities reordered`,
-        };
-    }
-    async countConfigs() {
-        return this.stockConfigRepository.count();
-    }
-    async reorderAllConfigs() {
-        const allConfigs = await this.stockConfigRepository.find({
-            order: { priorityLevel: 'ASC' },
-        });
-        for (let i = 0; i < allConfigs.length; i++) {
-            allConfigs[i].priorityLevel = i + 1;
-        }
-        await this.stockConfigRepository.save(allConfigs);
-    }
-};
-exports.StockConfigService = StockConfigService;
-exports.StockConfigService = StockConfigService = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_1.InjectRepository)(stock_config_entity_1.StockConfig)),
-    __param(1, (0, typeorm_1.InjectRepository)(product_entity_1.Product)),
-    __param(2, (0, typeorm_1.InjectRepository)(material_entity_1.Material)),
-    __metadata("design:paramtypes", [typeorm_2.Repository,
-        typeorm_2.Repository,
-        typeorm_2.Repository])
-], StockConfigService);
-//# sourceMappingURL=stock_configs.service.js.map
\ No newline at end of file
diff --git a/dist/stock_configs/stock_configs.service.js.map b/dist/stock_configs/stock_configs.service.js.map
deleted file mode 100644
index 98ec8c76313ce06bf3f9844db3de7494bd995613..0000000000000000000000000000000000000000
--- a/dist/stock_configs/stock_configs.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"stock_configs.service.js","sourceRoot":"","sources":["../../src/stock_configs/stock_configs.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAIwB;AACxB,6CAAmD;AACnD,qCAAqC;AACrC,wEAA6D;AAK7D,wEAA6D;AAC7D,2EAAgE;AAIzD,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;IAC7B,YAEmB,qBAA8C,EAG9C,iBAAsC,EAGtC,kBAAwC;QANxC,0BAAqB,GAArB,qBAAqB,CAAyB;QAG9C,sBAAiB,GAAjB,iBAAiB,CAAqB;QAGtC,uBAAkB,GAAlB,kBAAkB,CAAsB;IACxD,CAAC;IAEJ,KAAK,CAAC,MAAM,CAAC,GAAyB;QACpC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,EAAE,GAAG,GAAG,CAAC;QAG1E,IAAI,CAAC,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC;YAChD,MAAM,IAAI,4BAAmB,CAAC,sCAAsC,CAAC,CAAC;QACxE,CAAC;QAGD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC;YACxD,KAAK,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;SAC5B,CAAC,CAAC;QACH,MAAM,QAAQ,GAAG,CAAC,CAAC,QAAQ,CAAC;QAG5B,MAAM,aAAa,GACjB,aAAa;YACb,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC,YAAY,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;QAExE,MAAM,YAAY,GAAG,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC;YACrD,GAAG,CAAC,QAAQ,IAAI,EAAE,CAAC;YACnB,MAAM;YACN,QAAQ;YACR,aAAa,EAAE,aAAa;YAC5B,gBAAgB,EAAE,gBAAgB,IAAI,QAAQ,EAAE,gBAAgB,IAAI,CAAC;YACrE,MAAM,EAAE,MAAM,IAAI,QAAQ,EAAE,MAAM,IAAI,QAAQ;SAC/C,CAAC,CAAC;QAEH,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAGlE,MAAM,IAAI,CAAC,iBAAiB,EAAE,CAAC;QAE/B,OAAO;YACL,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,oBAAoB;YACpE,WAAW,EAAE,KAAK;SACnB,CAAC;IACJ,CAAC;IAMD,KAAK,CAAC,OAAO;QACX,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC;YACzD,KAAK,EAAE,EAAE,aAAa,EAAE,KAAK,EAAE;SAChC,CAAC,CAAC;QAGH,OAAO,OAAO,CAAC,GAAG,CAChB,YAAY,CAAC,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;YAChC,IAAI,QAAQ,GAAG,SAAS,CAAC;YACzB,IAAI,UAAU,GAAG,IAAI,CAAC;YAEtB,IAAI,MAAM,CAAC,QAAQ,KAAK,SAAS,EAAE,CAAC;gBAClC,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC;oBACnD,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE;iBACpC,CAAC,CAAC;gBACH,IAAI,OAAO,EAAE,CAAC;oBACZ,QAAQ,GAAG,GAAG,OAAO,CAAC,KAAK,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;oBAC9C,UAAU,GAAG,OAAO,CAAC;gBACvB,CAAC;YACH,CAAC;iBAAM,IAAI,MAAM,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;gBAC1C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC;oBACrD,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE;iBACrC,CAAC,CAAC;gBACH,IAAI,QAAQ,EAAE,CAAC;oBACb,QAAQ,GAAG,GAAG,QAAQ,CAAC,IAAI,IAAI,QAAQ,CAAC,IAAI,IAAI,EAAE,EAAE,CAAC,IAAI,EAAE,CAAC;oBAC5D,UAAU,GAAG,QAAQ,CAAC;gBACxB,CAAC;YACH,CAAC;YAED,OAAO;gBACL,GAAG,MAAM;gBACT,QAAQ;gBACR,UAAU;aACX,CAAC;QACJ,CAAC,CAAC,CACH,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,OAAO,CAAC,EAAU;QACtB,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC;YACtD,KAAK,EAAE,EAAE,aAAa,EAAE,EAAE,EAAE;SAC7B,CAAC,CAAC;QACH,IAAI,CAAC,MAAM,EAAE,CAAC;YACZ,MAAM,IAAI,0BAAiB,CAAC,uBAAuB,EAAE,YAAY,CAAC,CAAC;QACrE,CAAC;QAED,IAAI,QAAQ,GAAG,SAAS,CAAC;QACzB,IAAI,UAAU,GAAG,IAAI,CAAC;QAEtB,IAAI,MAAM,CAAC,QAAQ,KAAK,SAAS,EAAE,CAAC;YAClC,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC;gBACnD,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE;aACpC,CAAC,CAAC;YACH,IAAI,OAAO,EAAE,CAAC;gBACZ,QAAQ,GAAG,GAAG,OAAO,CAAC,KAAK,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;gBAC9C,UAAU,GAAG,OAAO,CAAC;YACvB,CAAC;QACH,CAAC;aAAM,IAAI,MAAM,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC1C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC;gBACrD,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE;aACrC,CAAC,CAAC;YACH,IAAI,QAAQ,EAAE,CAAC;gBACb,QAAQ,GAAG,GAAG,QAAQ,CAAC,IAAI,IAAI,QAAQ,CAAC,IAAI,IAAI,EAAE,EAAE,CAAC,IAAI,EAAE,CAAC;gBAC5D,UAAU,GAAG,QAAQ,CAAC;YACxB,CAAC;QACH,CAAC;QAED,OAAO;YACL,GAAG,MAAM;YACT,QAAQ;YACR,UAAU;SACX,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,EAAU,EAAE,SAA+B;QACtD,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC;YAC9D,KAAK,EAAE,EAAE,aAAa,EAAE,EAAE,EAAE;SAC7B,CAAC,CAAC;QACH,IAAI,CAAC,cAAc,EAAE,CAAC;YACpB,MAAM,IAAI,0BAAiB,CAAC,uBAAuB,EAAE,YAAY,CAAC,CAAC;QACrE,CAAC;QAED,MAAM,CAAC,MAAM,CAAC,cAAc,EAAE,SAAS,CAAC,CAAC;QACzC,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAGpE,IAAI,SAAS,CAAC,aAAa,KAAK,SAAS,EAAE,CAAC;YAC1C,MAAM,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACjC,CAAC;QAED,OAAO,KAAK,CAAC;IACf,CAAC;IAED,KAAK,CAAC,UAAU,CAAC,IAAmC;QAElD,MAAM,cAAc,GAAG,EAAE,CAAC;QAE1B,KAAK,MAAM,KAAK,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;YACjC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC;gBACtD,KAAK,EAAE,EAAE,aAAa,EAAE,KAAK,CAAC,EAAE,EAAE;aACnC,CAAC,CAAC;YACH,IAAI,CAAC,MAAM,EAAE,CAAC;gBACZ,MAAM,IAAI,0BAAiB,CACzB,uBAAuB,KAAK,CAAC,EAAE,YAAY,CAC5C,CAAC;YACJ,CAAC;YACD,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YAC7B,cAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC9B,CAAC;QAED,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAGrE,MAAM,IAAI,CAAC,iBAAiB,EAAE,CAAC;QAE/B,OAAO;YACL,OAAO,EAAE,WAAW,MAAM,CAAC,MAAM,gBAAgB;YACjD,OAAO,EAAE,MAAM;SAChB,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,EAAU;QACrB,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC;YAC9D,KAAK,EAAE,EAAE,aAAa,EAAE,EAAE,EAAE;SAC7B,CAAC,CAAC;QACH,IAAI,CAAC,cAAc,EAAE,CAAC;YACpB,MAAM,IAAI,0BAAiB,CAAC,uBAAuB,EAAE,YAAY,CAAC,CAAC;QACrE,CAAC;QAED,MAAM,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;QAG5C,MAAM,IAAI,CAAC,iBAAiB,EAAE,CAAC;QAE/B,OAAO;YACL,OAAO,EAAE,uBAAuB,EAAE,mCAAmC;SACtE,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,YAAY;QACxB,OAAO,IAAI,CAAC,qBAAqB,CAAC,KAAK,EAAE,CAAC;IAC5C,CAAC;IAEO,KAAK,CAAC,iBAAiB;QAC7B,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC;YACvD,KAAK,EAAE,EAAE,aAAa,EAAE,KAAK,EAAE;SAChC,CAAC,CAAC;QACH,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;YAC3C,UAAU,CAAC,CAAC,CAAC,CAAC,aAAa,GAAG,CAAC,GAAG,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IACpD,CAAC;CACF,CAAA;AA/MY,gDAAkB;6BAAlB,kBAAkB;IAD9B,IAAA,mBAAU,GAAE;IAGR,WAAA,IAAA,0BAAgB,EAAC,iCAAW,CAAC,CAAA;IAG7B,WAAA,IAAA,0BAAgB,EAAC,wBAAO,CAAC,CAAA;IAGzB,WAAA,IAAA,0BAAgB,EAAC,0BAAQ,CAAC,CAAA;qCALa,oBAAU;QAGd,oBAAU;QAGT,oBAAU;GATtC,kBAAkB,CA+M9B"}
\ No newline at end of file
diff --git a/dist/tsconfig.build.tsbuildinfo b/dist/tsconfig.build.tsbuildinfo
deleted file mode 100644
index 29bf6b3e69044a0f339c9bfa27564525c14cbfa0..0000000000000000000000000000000000000000
--- a/dist/tsconfig.build.tsbuildinfo
+++ /dev/null
@@ -1 +0,0 @@
-{"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../node_modules/typescript/lib/lib.scripthost.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/typescript/lib/lib.es2021.full.d.ts","../node_modules/reflect-metadata/index.d.ts","../node_modules/@nestjs/common/decorators/core/bind.decorator.d.ts","../node_modules/@nestjs/common/interfaces/abstract.interface.d.ts","../node_modules/@nestjs/common/interfaces/controllers/controller-metadata.interface.d.ts","../node_modules/@nestjs/common/interfaces/controllers/controller.interface.d.ts","../node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts","../node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts","../node_modules/rxjs/dist/types/internal/subscription.d.ts","../node_modules/rxjs/dist/types/internal/subscriber.d.ts","../node_modules/rxjs/dist/types/internal/operator.d.ts","../node_modules/rxjs/dist/types/internal/observable.d.ts","../node_modules/rxjs/dist/types/internal/types.d.ts","../node_modules/rxjs/dist/types/internal/operators/audit.d.ts","../node_modules/rxjs/dist/types/internal/operators/audittime.d.ts","../node_modules/rxjs/dist/types/internal/operators/buffer.d.ts","../node_modules/rxjs/dist/types/internal/operators/buffercount.d.ts","../node_modules/rxjs/dist/types/internal/operators/buffertime.d.ts","../node_modules/rxjs/dist/types/internal/operators/buffertoggle.d.ts","../node_modules/rxjs/dist/types/internal/operators/bufferwhen.d.ts","../node_modules/rxjs/dist/types/internal/operators/catcherror.d.ts","../node_modules/rxjs/dist/types/internal/operators/combinelatestall.d.ts","../node_modules/rxjs/dist/types/internal/operators/combineall.d.ts","../node_modules/rxjs/dist/types/internal/operators/combinelatest.d.ts","../node_modules/rxjs/dist/types/internal/operators/combinelatestwith.d.ts","../node_modules/rxjs/dist/types/internal/operators/concat.d.ts","../node_modules/rxjs/dist/types/internal/operators/concatall.d.ts","../node_modules/rxjs/dist/types/internal/operators/concatmap.d.ts","../node_modules/rxjs/dist/types/internal/operators/concatmapto.d.ts","../node_modules/rxjs/dist/types/internal/operators/concatwith.d.ts","../node_modules/rxjs/dist/types/internal/operators/connect.d.ts","../node_modules/rxjs/dist/types/internal/operators/count.d.ts","../node_modules/rxjs/dist/types/internal/operators/debounce.d.ts","../node_modules/rxjs/dist/types/internal/operators/debouncetime.d.ts","../node_modules/rxjs/dist/types/internal/operators/defaultifempty.d.ts","../node_modules/rxjs/dist/types/internal/operators/delay.d.ts","../node_modules/rxjs/dist/types/internal/operators/delaywhen.d.ts","../node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts","../node_modules/rxjs/dist/types/internal/operators/distinct.d.ts","../node_modules/rxjs/dist/types/internal/operators/distinctuntilchanged.d.ts","../node_modules/rxjs/dist/types/internal/operators/distinctuntilkeychanged.d.ts","../node_modules/rxjs/dist/types/internal/operators/elementat.d.ts","../node_modules/rxjs/dist/types/internal/operators/endwith.d.ts","../node_modules/rxjs/dist/types/internal/operators/every.d.ts","../node_modules/rxjs/dist/types/internal/operators/exhaustall.d.ts","../node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts","../node_modules/rxjs/dist/types/internal/operators/exhaustmap.d.ts","../node_modules/rxjs/dist/types/internal/operators/expand.d.ts","../node_modules/rxjs/dist/types/internal/operators/filter.d.ts","../node_modules/rxjs/dist/types/internal/operators/finalize.d.ts","../node_modules/rxjs/dist/types/internal/operators/find.d.ts","../node_modules/rxjs/dist/types/internal/operators/findindex.d.ts","../node_modules/rxjs/dist/types/internal/operators/first.d.ts","../node_modules/rxjs/dist/types/internal/subject.d.ts","../node_modules/rxjs/dist/types/internal/operators/groupby.d.ts","../node_modules/rxjs/dist/types/internal/operators/ignoreelements.d.ts","../node_modules/rxjs/dist/types/internal/operators/isempty.d.ts","../node_modules/rxjs/dist/types/internal/operators/last.d.ts","../node_modules/rxjs/dist/types/internal/operators/map.d.ts","../node_modules/rxjs/dist/types/internal/operators/mapto.d.ts","../node_modules/rxjs/dist/types/internal/notification.d.ts","../node_modules/rxjs/dist/types/internal/operators/materialize.d.ts","../node_modules/rxjs/dist/types/internal/operators/max.d.ts","../node_modules/rxjs/dist/types/internal/operators/merge.d.ts","../node_modules/rxjs/dist/types/internal/operators/mergeall.d.ts","../node_modules/rxjs/dist/types/internal/operators/mergemap.d.ts","../node_modules/rxjs/dist/types/internal/operators/flatmap.d.ts","../node_modules/rxjs/dist/types/internal/operators/mergemapto.d.ts","../node_modules/rxjs/dist/types/internal/operators/mergescan.d.ts","../node_modules/rxjs/dist/types/internal/operators/mergewith.d.ts","../node_modules/rxjs/dist/types/internal/operators/min.d.ts","../node_modules/rxjs/dist/types/internal/observable/connectableobservable.d.ts","../node_modules/rxjs/dist/types/internal/operators/multicast.d.ts","../node_modules/rxjs/dist/types/internal/operators/observeon.d.ts","../node_modules/rxjs/dist/types/internal/operators/onerrorresumenextwith.d.ts","../node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts","../node_modules/rxjs/dist/types/internal/operators/partition.d.ts","../node_modules/rxjs/dist/types/internal/operators/pluck.d.ts","../node_modules/rxjs/dist/types/internal/operators/publish.d.ts","../node_modules/rxjs/dist/types/internal/operators/publishbehavior.d.ts","../node_modules/rxjs/dist/types/internal/operators/publishlast.d.ts","../node_modules/rxjs/dist/types/internal/operators/publishreplay.d.ts","../node_modules/rxjs/dist/types/internal/operators/race.d.ts","../node_modules/rxjs/dist/types/internal/operators/racewith.d.ts","../node_modules/rxjs/dist/types/internal/operators/reduce.d.ts","../node_modules/rxjs/dist/types/internal/operators/repeat.d.ts","../node_modules/rxjs/dist/types/internal/operators/repeatwhen.d.ts","../node_modules/rxjs/dist/types/internal/operators/retry.d.ts","../node_modules/rxjs/dist/types/internal/operators/retrywhen.d.ts","../node_modules/rxjs/dist/types/internal/operators/refcount.d.ts","../node_modules/rxjs/dist/types/internal/operators/sample.d.ts","../node_modules/rxjs/dist/types/internal/operators/sampletime.d.ts","../node_modules/rxjs/dist/types/internal/operators/scan.d.ts","../node_modules/rxjs/dist/types/internal/operators/sequenceequal.d.ts","../node_modules/rxjs/dist/types/internal/operators/share.d.ts","../node_modules/rxjs/dist/types/internal/operators/sharereplay.d.ts","../node_modules/rxjs/dist/types/internal/operators/single.d.ts","../node_modules/rxjs/dist/types/internal/operators/skip.d.ts","../node_modules/rxjs/dist/types/internal/operators/skiplast.d.ts","../node_modules/rxjs/dist/types/internal/operators/skipuntil.d.ts","../node_modules/rxjs/dist/types/internal/operators/skipwhile.d.ts","../node_modules/rxjs/dist/types/internal/operators/startwith.d.ts","../node_modules/rxjs/dist/types/internal/operators/subscribeon.d.ts","../node_modules/rxjs/dist/types/internal/operators/switchall.d.ts","../node_modules/rxjs/dist/types/internal/operators/switchmap.d.ts","../node_modules/rxjs/dist/types/internal/operators/switchmapto.d.ts","../node_modules/rxjs/dist/types/internal/operators/switchscan.d.ts","../node_modules/rxjs/dist/types/internal/operators/take.d.ts","../node_modules/rxjs/dist/types/internal/operators/takelast.d.ts","../node_modules/rxjs/dist/types/internal/operators/takeuntil.d.ts","../node_modules/rxjs/dist/types/internal/operators/takewhile.d.ts","../node_modules/rxjs/dist/types/internal/operators/tap.d.ts","../node_modules/rxjs/dist/types/internal/operators/throttle.d.ts","../node_modules/rxjs/dist/types/internal/operators/throttletime.d.ts","../node_modules/rxjs/dist/types/internal/operators/throwifempty.d.ts","../node_modules/rxjs/dist/types/internal/operators/timeinterval.d.ts","../node_modules/rxjs/dist/types/internal/operators/timeout.d.ts","../node_modules/rxjs/dist/types/internal/operators/timeoutwith.d.ts","../node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts","../node_modules/rxjs/dist/types/internal/operators/toarray.d.ts","../node_modules/rxjs/dist/types/internal/operators/window.d.ts","../node_modules/rxjs/dist/types/internal/operators/windowcount.d.ts","../node_modules/rxjs/dist/types/internal/operators/windowtime.d.ts","../node_modules/rxjs/dist/types/internal/operators/windowtoggle.d.ts","../node_modules/rxjs/dist/types/internal/operators/windowwhen.d.ts","../node_modules/rxjs/dist/types/internal/operators/withlatestfrom.d.ts","../node_modules/rxjs/dist/types/internal/operators/zip.d.ts","../node_modules/rxjs/dist/types/internal/operators/zipall.d.ts","../node_modules/rxjs/dist/types/internal/operators/zipwith.d.ts","../node_modules/rxjs/dist/types/operators/index.d.ts","../node_modules/rxjs/dist/types/internal/scheduler/action.d.ts","../node_modules/rxjs/dist/types/internal/scheduler.d.ts","../node_modules/rxjs/dist/types/internal/testing/testmessage.d.ts","../node_modules/rxjs/dist/types/internal/testing/subscriptionlog.d.ts","../node_modules/rxjs/dist/types/internal/testing/subscriptionloggable.d.ts","../node_modules/rxjs/dist/types/internal/testing/coldobservable.d.ts","../node_modules/rxjs/dist/types/internal/testing/hotobservable.d.ts","../node_modules/rxjs/dist/types/internal/scheduler/asyncscheduler.d.ts","../node_modules/rxjs/dist/types/internal/scheduler/timerhandle.d.ts","../node_modules/rxjs/dist/types/internal/scheduler/asyncaction.d.ts","../node_modules/rxjs/dist/types/internal/scheduler/virtualtimescheduler.d.ts","../node_modules/rxjs/dist/types/internal/testing/testscheduler.d.ts","../node_modules/rxjs/dist/types/testing/index.d.ts","../node_modules/rxjs/dist/types/internal/symbol/observable.d.ts","../node_modules/rxjs/dist/types/internal/observable/dom/animationframes.d.ts","../node_modules/rxjs/dist/types/internal/behaviorsubject.d.ts","../node_modules/rxjs/dist/types/internal/replaysubject.d.ts","../node_modules/rxjs/dist/types/internal/asyncsubject.d.ts","../node_modules/rxjs/dist/types/internal/scheduler/asapscheduler.d.ts","../node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts","../node_modules/rxjs/dist/types/internal/scheduler/async.d.ts","../node_modules/rxjs/dist/types/internal/scheduler/queuescheduler.d.ts","../node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts","../node_modules/rxjs/dist/types/internal/scheduler/animationframescheduler.d.ts","../node_modules/rxjs/dist/types/internal/scheduler/animationframe.d.ts","../node_modules/rxjs/dist/types/internal/util/identity.d.ts","../node_modules/rxjs/dist/types/internal/util/pipe.d.ts","../node_modules/rxjs/dist/types/internal/util/noop.d.ts","../node_modules/rxjs/dist/types/internal/util/isobservable.d.ts","../node_modules/rxjs/dist/types/internal/lastvaluefrom.d.ts","../node_modules/rxjs/dist/types/internal/firstvaluefrom.d.ts","../node_modules/rxjs/dist/types/internal/util/argumentoutofrangeerror.d.ts","../node_modules/rxjs/dist/types/internal/util/emptyerror.d.ts","../node_modules/rxjs/dist/types/internal/util/notfounderror.d.ts","../node_modules/rxjs/dist/types/internal/util/objectunsubscribederror.d.ts","../node_modules/rxjs/dist/types/internal/util/sequenceerror.d.ts","../node_modules/rxjs/dist/types/internal/util/unsubscriptionerror.d.ts","../node_modules/rxjs/dist/types/internal/observable/bindcallback.d.ts","../node_modules/rxjs/dist/types/internal/observable/bindnodecallback.d.ts","../node_modules/rxjs/dist/types/internal/anycatcher.d.ts","../node_modules/rxjs/dist/types/internal/observable/combinelatest.d.ts","../node_modules/rxjs/dist/types/internal/observable/concat.d.ts","../node_modules/rxjs/dist/types/internal/observable/connectable.d.ts","../node_modules/rxjs/dist/types/internal/observable/defer.d.ts","../node_modules/rxjs/dist/types/internal/observable/empty.d.ts","../node_modules/rxjs/dist/types/internal/observable/forkjoin.d.ts","../node_modules/rxjs/dist/types/internal/observable/from.d.ts","../node_modules/rxjs/dist/types/internal/observable/fromevent.d.ts","../node_modules/rxjs/dist/types/internal/observable/fromeventpattern.d.ts","../node_modules/rxjs/dist/types/internal/observable/generate.d.ts","../node_modules/rxjs/dist/types/internal/observable/iif.d.ts","../node_modules/rxjs/dist/types/internal/observable/interval.d.ts","../node_modules/rxjs/dist/types/internal/observable/merge.d.ts","../node_modules/rxjs/dist/types/internal/observable/never.d.ts","../node_modules/rxjs/dist/types/internal/observable/of.d.ts","../node_modules/rxjs/dist/types/internal/observable/onerrorresumenext.d.ts","../node_modules/rxjs/dist/types/internal/observable/pairs.d.ts","../node_modules/rxjs/dist/types/internal/observable/partition.d.ts","../node_modules/rxjs/dist/types/internal/observable/race.d.ts","../node_modules/rxjs/dist/types/internal/observable/range.d.ts","../node_modules/rxjs/dist/types/internal/observable/throwerror.d.ts","../node_modules/rxjs/dist/types/internal/observable/timer.d.ts","../node_modules/rxjs/dist/types/internal/observable/using.d.ts","../node_modules/rxjs/dist/types/internal/observable/zip.d.ts","../node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts","../node_modules/rxjs/dist/types/internal/config.d.ts","../node_modules/rxjs/dist/types/index.d.ts","../node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts","../node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts","../node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts","../node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts","../node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts","../node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts","../node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts","../node_modules/@nestjs/common/interfaces/features/paramtype.interface.d.ts","../node_modules/@nestjs/common/interfaces/type.interface.d.ts","../node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts","../node_modules/@nestjs/common/enums/request-method.enum.d.ts","../node_modules/@nestjs/common/enums/http-status.enum.d.ts","../node_modules/@nestjs/common/enums/shutdown-signal.enum.d.ts","../node_modules/@nestjs/common/enums/version-type.enum.d.ts","../node_modules/@nestjs/common/enums/index.d.ts","../node_modules/@nestjs/common/interfaces/version-options.interface.d.ts","../node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts","../node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts","../node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts","../node_modules/@nestjs/common/interfaces/middleware/nest-middleware.interface.d.ts","../node_modules/@nestjs/common/interfaces/middleware/index.d.ts","../node_modules/@nestjs/common/interfaces/global-prefix-options.interface.d.ts","../node_modules/@nestjs/common/interfaces/hooks/before-application-shutdown.interface.d.ts","../node_modules/@nestjs/common/interfaces/hooks/on-application-bootstrap.interface.d.ts","../node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface.d.ts","../node_modules/@nestjs/common/interfaces/hooks/on-destroy.interface.d.ts","../node_modules/@nestjs/common/interfaces/hooks/on-init.interface.d.ts","../node_modules/@nestjs/common/interfaces/hooks/index.d.ts","../node_modules/@nestjs/common/interfaces/http/http-exception-body.interface.d.ts","../node_modules/@nestjs/common/interfaces/http/http-redirect-response.interface.d.ts","../node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts","../node_modules/@nestjs/common/interfaces/external/https-options.interface.d.ts","../node_modules/@nestjs/common/services/logger.service.d.ts","../node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts","../node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts","../node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts","../node_modules/@nestjs/common/interfaces/http/message-event.interface.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/buffer/index.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/file.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@nestjs/common/interfaces/http/raw-body-request.interface.d.ts","../node_modules/@nestjs/common/interfaces/http/index.d.ts","../node_modules/@nestjs/common/interfaces/injectable.interface.d.ts","../node_modules/@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface.d.ts","../node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.d.ts","../node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts","../node_modules/@nestjs/common/interfaces/modules/injection-token.interface.d.ts","../node_modules/@nestjs/common/interfaces/modules/optional-factory-dependency.interface.d.ts","../node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts","../node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts","../node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts","../node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.d.ts","../node_modules/@nestjs/common/interfaces/modules/nest-module.interface.d.ts","../node_modules/@nestjs/common/interfaces/modules/index.d.ts","../node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts","../node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts","../node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts","../node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts","../node_modules/@nestjs/common/interfaces/index.d.ts","../node_modules/@nestjs/common/decorators/core/catch.decorator.d.ts","../node_modules/@nestjs/common/decorators/core/controller.decorator.d.ts","../node_modules/@nestjs/common/decorators/core/dependencies.decorator.d.ts","../node_modules/@nestjs/common/decorators/core/exception-filters.decorator.d.ts","../node_modules/@nestjs/common/decorators/core/inject.decorator.d.ts","../node_modules/@nestjs/common/decorators/core/injectable.decorator.d.ts","../node_modules/@nestjs/common/decorators/core/optional.decorator.d.ts","../node_modules/@nestjs/common/decorators/core/set-metadata.decorator.d.ts","../node_modules/@nestjs/common/decorators/core/use-guards.decorator.d.ts","../node_modules/@nestjs/common/decorators/core/use-interceptors.decorator.d.ts","../node_modules/@nestjs/common/decorators/core/use-pipes.decorator.d.ts","../node_modules/@nestjs/common/decorators/core/apply-decorators.d.ts","../node_modules/@nestjs/common/decorators/core/version.decorator.d.ts","../node_modules/@nestjs/common/decorators/core/index.d.ts","../node_modules/@nestjs/common/decorators/modules/global.decorator.d.ts","../node_modules/@nestjs/common/decorators/modules/module.decorator.d.ts","../node_modules/@nestjs/common/decorators/modules/index.d.ts","../node_modules/@nestjs/common/decorators/http/request-mapping.decorator.d.ts","../node_modules/@nestjs/common/decorators/http/route-params.decorator.d.ts","../node_modules/@nestjs/common/decorators/http/http-code.decorator.d.ts","../node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts","../node_modules/@nestjs/common/decorators/http/render.decorator.d.ts","../node_modules/@nestjs/common/decorators/http/header.decorator.d.ts","../node_modules/@nestjs/common/decorators/http/redirect.decorator.d.ts","../node_modules/@nestjs/common/decorators/http/sse.decorator.d.ts","../node_modules/@nestjs/common/decorators/http/index.d.ts","../node_modules/@nestjs/common/decorators/index.d.ts","../node_modules/@nestjs/common/exceptions/http.exception.d.ts","../node_modules/@nestjs/common/exceptions/bad-request.exception.d.ts","../node_modules/@nestjs/common/exceptions/unauthorized.exception.d.ts","../node_modules/@nestjs/common/exceptions/method-not-allowed.exception.d.ts","../node_modules/@nestjs/common/exceptions/not-found.exception.d.ts","../node_modules/@nestjs/common/exceptions/forbidden.exception.d.ts","../node_modules/@nestjs/common/exceptions/not-acceptable.exception.d.ts","../node_modules/@nestjs/common/exceptions/request-timeout.exception.d.ts","../node_modules/@nestjs/common/exceptions/conflict.exception.d.ts","../node_modules/@nestjs/common/exceptions/gone.exception.d.ts","../node_modules/@nestjs/common/exceptions/payload-too-large.exception.d.ts","../node_modules/@nestjs/common/exceptions/unsupported-media-type.exception.d.ts","../node_modules/@nestjs/common/exceptions/unprocessable-entity.exception.d.ts","../node_modules/@nestjs/common/exceptions/internal-server-error.exception.d.ts","../node_modules/@nestjs/common/exceptions/not-implemented.exception.d.ts","../node_modules/@nestjs/common/exceptions/http-version-not-supported.exception.d.ts","../node_modules/@nestjs/common/exceptions/bad-gateway.exception.d.ts","../node_modules/@nestjs/common/exceptions/service-unavailable.exception.d.ts","../node_modules/@nestjs/common/exceptions/gateway-timeout.exception.d.ts","../node_modules/@nestjs/common/exceptions/im-a-teapot.exception.d.ts","../node_modules/@nestjs/common/exceptions/precondition-failed.exception.d.ts","../node_modules/@nestjs/common/exceptions/misdirected.exception.d.ts","../node_modules/@nestjs/common/exceptions/index.d.ts","../node_modules/@nestjs/common/file-stream/interfaces/streamable-options.interface.d.ts","../node_modules/@nestjs/common/file-stream/interfaces/streamable-handler-response.interface.d.ts","../node_modules/@nestjs/common/file-stream/interfaces/index.d.ts","../node_modules/@nestjs/common/services/console-logger.service.d.ts","../node_modules/@nestjs/common/services/index.d.ts","../node_modules/@nestjs/common/file-stream/streamable-file.d.ts","../node_modules/@nestjs/common/file-stream/index.d.ts","../node_modules/@nestjs/common/module-utils/constants.d.ts","../node_modules/@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface.d.ts","../node_modules/@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.d.ts","../node_modules/@nestjs/common/module-utils/interfaces/configurable-module-host.interface.d.ts","../node_modules/@nestjs/common/module-utils/interfaces/index.d.ts","../node_modules/@nestjs/common/module-utils/configurable-module.builder.d.ts","../node_modules/@nestjs/common/module-utils/index.d.ts","../node_modules/@nestjs/common/pipes/default-value.pipe.d.ts","../node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts","../node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts","../node_modules/@nestjs/common/interfaces/external/validator-options.interface.d.ts","../node_modules/@nestjs/common/interfaces/external/validator-package.interface.d.ts","../node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts","../node_modules/@nestjs/common/pipes/validation.pipe.d.ts","../node_modules/@nestjs/common/pipes/parse-array.pipe.d.ts","../node_modules/@nestjs/common/pipes/parse-bool.pipe.d.ts","../node_modules/@nestjs/common/pipes/parse-int.pipe.d.ts","../node_modules/@nestjs/common/pipes/parse-float.pipe.d.ts","../node_modules/@nestjs/common/pipes/parse-enum.pipe.d.ts","../node_modules/@nestjs/common/pipes/parse-uuid.pipe.d.ts","../node_modules/@nestjs/common/pipes/file/interfaces/file.interface.d.ts","../node_modules/@nestjs/common/pipes/file/interfaces/index.d.ts","../node_modules/@nestjs/common/pipes/file/file-validator.interface.d.ts","../node_modules/@nestjs/common/pipes/file/file-type.validator.d.ts","../node_modules/@nestjs/common/pipes/file/max-file-size.validator.d.ts","../node_modules/@nestjs/common/pipes/file/parse-file-options.interface.d.ts","../node_modules/@nestjs/common/pipes/file/parse-file.pipe.d.ts","../node_modules/@nestjs/common/pipes/file/parse-file-pipe.builder.d.ts","../node_modules/@nestjs/common/pipes/file/index.d.ts","../node_modules/@nestjs/common/pipes/index.d.ts","../node_modules/@nestjs/common/serializer/class-serializer.interfaces.d.ts","../node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts","../node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.d.ts","../node_modules/@nestjs/common/serializer/decorators/index.d.ts","../node_modules/@nestjs/common/serializer/index.d.ts","../node_modules/@nestjs/common/utils/forward-ref.util.d.ts","../node_modules/@nestjs/common/utils/index.d.ts","../node_modules/@nestjs/common/index.d.ts","../src/app.service.ts","../src/app.controller.ts","../node_modules/typeorm/metadata/types/relationtypes.d.ts","../node_modules/typeorm/metadata/types/deferrabletype.d.ts","../node_modules/typeorm/metadata/types/ondeletetype.d.ts","../node_modules/typeorm/metadata/types/onupdatetype.d.ts","../node_modules/typeorm/decorator/options/relationoptions.d.ts","../node_modules/typeorm/metadata/types/propertytypeinfunction.d.ts","../node_modules/typeorm/common/objecttype.d.ts","../node_modules/typeorm/common/entitytarget.d.ts","../node_modules/typeorm/metadata/types/relationtypeinfunction.d.ts","../node_modules/typeorm/metadata-args/relationmetadataargs.d.ts","../node_modules/typeorm/driver/types/columntypes.d.ts","../node_modules/typeorm/decorator/options/valuetransformer.d.ts","../node_modules/typeorm/decorator/options/columncommonoptions.d.ts","../node_modules/typeorm/decorator/options/columnoptions.d.ts","../node_modules/typeorm/metadata-args/types/columnmode.d.ts","../node_modules/typeorm/metadata-args/columnmetadataargs.d.ts","../node_modules/typeorm/common/objectliteral.d.ts","../node_modules/typeorm/schema-builder/options/tablecolumnoptions.d.ts","../node_modules/typeorm/schema-builder/table/tablecolumn.d.ts","../node_modules/typeorm/schema-builder/options/viewoptions.d.ts","../node_modules/typeorm/schema-builder/view/view.d.ts","../node_modules/typeorm/naming-strategy/namingstrategyinterface.d.ts","../node_modules/typeorm/metadata/foreignkeymetadata.d.ts","../node_modules/typeorm/metadata/relationmetadata.d.ts","../node_modules/typeorm/metadata-args/embeddedmetadataargs.d.ts","../node_modules/typeorm/metadata-args/relationidmetadataargs.d.ts","../node_modules/typeorm/metadata/relationidmetadata.d.ts","../node_modules/typeorm/metadata/relationcountmetadata.d.ts","../node_modules/typeorm/metadata/types/eventlistenertypes.d.ts","../node_modules/typeorm/metadata-args/entitylistenermetadataargs.d.ts","../node_modules/typeorm/metadata/entitylistenermetadata.d.ts","../node_modules/typeorm/metadata-args/uniquemetadataargs.d.ts","../node_modules/typeorm/metadata/uniquemetadata.d.ts","../node_modules/typeorm/metadata/embeddedmetadata.d.ts","../node_modules/typeorm/metadata/columnmetadata.d.ts","../node_modules/typeorm/driver/types/ctecapabilities.d.ts","../node_modules/typeorm/driver/types/mappedcolumntypes.d.ts","../node_modules/typeorm/driver/query.d.ts","../node_modules/typeorm/driver/sqlinmemory.d.ts","../node_modules/typeorm/schema-builder/schemabuilder.d.ts","../node_modules/typeorm/driver/types/datatypedefaults.d.ts","../node_modules/typeorm/entity-schema/entityschemaindexoptions.d.ts","../node_modules/typeorm/driver/types/geojsontypes.d.ts","../node_modules/typeorm/decorator/options/spatialcolumnoptions.d.ts","../node_modules/typeorm/entity-schema/entityschemacolumnoptions.d.ts","../node_modules/typeorm/decorator/options/joincolumnoptions.d.ts","../node_modules/typeorm/decorator/options/jointablemultiplecolumnsoptions.d.ts","../node_modules/typeorm/decorator/options/jointableoptions.d.ts","../node_modules/typeorm/entity-schema/entityschemarelationoptions.d.ts","../node_modules/typeorm/find-options/orderbycondition.d.ts","../node_modules/typeorm/metadata/types/tabletypes.d.ts","../node_modules/typeorm/entity-schema/entityschemauniqueoptions.d.ts","../node_modules/typeorm/entity-schema/entityschemacheckoptions.d.ts","../node_modules/typeorm/entity-schema/entityschemaexclusionoptions.d.ts","../node_modules/typeorm/entity-schema/entityschemainheritanceoptions.d.ts","../node_modules/typeorm/entity-schema/entityschemarelationidoptions.d.ts","../node_modules/typeorm/entity-schema/entityschemaoptions.d.ts","../node_modules/typeorm/entity-schema/entityschema.d.ts","../node_modules/typeorm/logger/logger.d.ts","../node_modules/typeorm/logger/loggeroptions.d.ts","../node_modules/typeorm/driver/types/databasetype.d.ts","../node_modules/typeorm/cache/queryresultcacheoptions.d.ts","../node_modules/typeorm/cache/queryresultcache.d.ts","../node_modules/typeorm/common/mixedlist.d.ts","../node_modules/typeorm/data-source/basedatasourceoptions.d.ts","../node_modules/typeorm/driver/types/replicationmode.d.ts","../node_modules/typeorm/schema-builder/options/tableforeignkeyoptions.d.ts","../node_modules/typeorm/schema-builder/table/tableforeignkey.d.ts","../node_modules/typeorm/driver/types/upserttype.d.ts","../node_modules/typeorm/driver/driver.d.ts","../node_modules/typeorm/find-options/joinoptions.d.ts","../node_modules/typeorm/find-options/findoperatortype.d.ts","../node_modules/typeorm/find-options/findoperator.d.ts","../node_modules/typeorm/driver/mongodb/bson.typings.d.ts","../node_modules/typeorm/platform/platformtools.d.ts","../node_modules/typeorm/driver/mongodb/typings.d.ts","../node_modules/typeorm/find-options/equaloperator.d.ts","../node_modules/typeorm/find-options/findoptionswhere.d.ts","../node_modules/typeorm/find-options/findoptionsselect.d.ts","../node_modules/typeorm/find-options/findoptionsrelations.d.ts","../node_modules/typeorm/find-options/findoptionsorder.d.ts","../node_modules/typeorm/find-options/findoneoptions.d.ts","../node_modules/typeorm/find-options/findmanyoptions.d.ts","../node_modules/typeorm/common/deeppartial.d.ts","../node_modules/typeorm/repository/saveoptions.d.ts","../node_modules/typeorm/repository/removeoptions.d.ts","../node_modules/typeorm/find-options/mongodb/mongofindoneoptions.d.ts","../node_modules/typeorm/find-options/mongodb/mongofindmanyoptions.d.ts","../node_modules/typeorm/schema-builder/options/tableuniqueoptions.d.ts","../node_modules/typeorm/schema-builder/table/tableunique.d.ts","../node_modules/typeorm/subscriber/event/transactioncommitevent.d.ts","../node_modules/typeorm/subscriber/event/transactionrollbackevent.d.ts","../node_modules/typeorm/subscriber/event/transactionstartevent.d.ts","../node_modules/typeorm/subscriber/event/updateevent.d.ts","../node_modules/typeorm/subscriber/event/removeevent.d.ts","../node_modules/typeorm/subscriber/event/insertevent.d.ts","../node_modules/typeorm/subscriber/event/loadevent.d.ts","../node_modules/typeorm/subscriber/event/softremoveevent.d.ts","../node_modules/typeorm/subscriber/event/recoverevent.d.ts","../node_modules/typeorm/subscriber/event/queryevent.d.ts","../node_modules/typeorm/subscriber/entitysubscriberinterface.d.ts","../node_modules/typeorm/subscriber/broadcasterresult.d.ts","../node_modules/typeorm/subscriber/broadcaster.d.ts","../node_modules/typeorm/schema-builder/options/tablecheckoptions.d.ts","../node_modules/typeorm/metadata-args/checkmetadataargs.d.ts","../node_modules/typeorm/metadata/checkmetadata.d.ts","../node_modules/typeorm/schema-builder/table/tablecheck.d.ts","../node_modules/typeorm/schema-builder/options/tableexclusionoptions.d.ts","../node_modules/typeorm/metadata-args/exclusionmetadataargs.d.ts","../node_modules/typeorm/metadata/exclusionmetadata.d.ts","../node_modules/typeorm/schema-builder/table/tableexclusion.d.ts","../node_modules/typeorm/driver/mongodb/mongoqueryrunner.d.ts","../node_modules/typeorm/query-builder/querypartialentity.d.ts","../node_modules/typeorm/query-runner/queryresult.d.ts","../node_modules/typeorm/query-builder/result/insertresult.d.ts","../node_modules/typeorm/query-builder/result/updateresult.d.ts","../node_modules/typeorm/query-builder/result/deleteresult.d.ts","../node_modules/typeorm/entity-manager/mongoentitymanager.d.ts","../node_modules/typeorm/repository/mongorepository.d.ts","../node_modules/typeorm/find-options/findtreeoptions.d.ts","../node_modules/typeorm/repository/treerepository.d.ts","../node_modules/typeorm/query-builder/transformer/plainobjecttonewentitytransformer.d.ts","../node_modules/typeorm/driver/types/isolationlevel.d.ts","../node_modules/typeorm/query-builder/insertorupdateoptions.d.ts","../node_modules/typeorm/repository/upsertoptions.d.ts","../node_modules/typeorm/common/pickkeysbytype.d.ts","../node_modules/typeorm/entity-manager/entitymanager.d.ts","../node_modules/typeorm/repository/repository.d.ts","../node_modules/typeorm/migration/migrationinterface.d.ts","../node_modules/typeorm/migration/migration.d.ts","../node_modules/typeorm/driver/cockroachdb/cockroachconnectioncredentialsoptions.d.ts","../node_modules/typeorm/driver/cockroachdb/cockroachconnectionoptions.d.ts","../node_modules/typeorm/driver/mysql/mysqlconnectioncredentialsoptions.d.ts","../node_modules/typeorm/driver/mysql/mysqlconnectionoptions.d.ts","../node_modules/typeorm/driver/postgres/postgresconnectioncredentialsoptions.d.ts","../node_modules/typeorm/driver/postgres/postgresconnectionoptions.d.ts","../node_modules/typeorm/driver/sqlite/sqliteconnectionoptions.d.ts","../node_modules/typeorm/driver/sqlserver/authentication/defaultauthentication.d.ts","../node_modules/typeorm/driver/sqlserver/authentication/azureactivedirectoryaccesstokenauthentication.d.ts","../node_modules/typeorm/driver/sqlserver/authentication/azureactivedirectorydefaultauthentication.d.ts","../node_modules/typeorm/driver/sqlserver/authentication/azureactivedirectorymsiappserviceauthentication.d.ts","../node_modules/typeorm/driver/sqlserver/authentication/azureactivedirectorymsivmauthentication.d.ts","../node_modules/typeorm/driver/sqlserver/authentication/azureactivedirectorypasswordauthentication.d.ts","../node_modules/typeorm/driver/sqlserver/authentication/azureactivedirectoryserviceprincipalsecret.d.ts","../node_modules/typeorm/driver/sqlserver/authentication/ntlmauthentication.d.ts","../node_modules/typeorm/driver/sqlserver/sqlserverconnectioncredentialsoptions.d.ts","../node_modules/typeorm/driver/sqlserver/sqlserverconnectionoptions.d.ts","../node_modules/typeorm/driver/oracle/oracleconnectioncredentialsoptions.d.ts","../node_modules/typeorm/driver/oracle/oracleconnectionoptions.d.ts","../node_modules/typeorm/driver/mongodb/mongoconnectionoptions.d.ts","../node_modules/typeorm/driver/cordova/cordovaconnectionoptions.d.ts","../node_modules/typeorm/driver/sqljs/sqljsconnectionoptions.d.ts","../node_modules/typeorm/driver/react-native/reactnativeconnectionoptions.d.ts","../node_modules/typeorm/driver/nativescript/nativescriptconnectionoptions.d.ts","../node_modules/typeorm/driver/expo/expoconnectionoptions.d.ts","../node_modules/typeorm/driver/aurora-mysql/auroramysqlconnectioncredentialsoptions.d.ts","../node_modules/typeorm/driver/aurora-mysql/auroramysqlconnectionoptions.d.ts","../node_modules/typeorm/driver/sap/sapconnectioncredentialsoptions.d.ts","../node_modules/typeorm/driver/sap/sapconnectionoptions.d.ts","../node_modules/typeorm/driver/aurora-postgres/aurorapostgresconnectionoptions.d.ts","../node_modules/typeorm/driver/better-sqlite3/bettersqlite3connectionoptions.d.ts","../node_modules/typeorm/driver/capacitor/capacitorconnectionoptions.d.ts","../node_modules/typeorm/connection/baseconnectionoptions.d.ts","../node_modules/typeorm/driver/spanner/spannerconnectioncredentialsoptions.d.ts","../node_modules/typeorm/driver/spanner/spannerconnectionoptions.d.ts","../node_modules/typeorm/data-source/datasourceoptions.d.ts","../node_modules/typeorm/entity-manager/sqljsentitymanager.d.ts","../node_modules/typeorm/query-builder/relationloader.d.ts","../node_modules/typeorm/query-builder/relationidloader.d.ts","../node_modules/typeorm/data-source/datasource.d.ts","../node_modules/typeorm/metadata-args/tablemetadataargs.d.ts","../node_modules/typeorm/metadata/types/treetypes.d.ts","../node_modules/typeorm/metadata/types/closuretreeoptions.d.ts","../node_modules/typeorm/metadata-args/treemetadataargs.d.ts","../node_modules/typeorm/metadata/entitymetadata.d.ts","../node_modules/typeorm/metadata-args/indexmetadataargs.d.ts","../node_modules/typeorm/metadata/indexmetadata.d.ts","../node_modules/typeorm/schema-builder/options/tableindexoptions.d.ts","../node_modules/typeorm/schema-builder/table/tableindex.d.ts","../node_modules/typeorm/schema-builder/options/tableoptions.d.ts","../node_modules/typeorm/schema-builder/table/table.d.ts","../node_modules/typeorm/query-runner/queryrunner.d.ts","../node_modules/typeorm/query-builder/querybuildercte.d.ts","../node_modules/typeorm/query-builder/alias.d.ts","../node_modules/typeorm/query-builder/joinattribute.d.ts","../node_modules/typeorm/query-builder/relation-id/relationidattribute.d.ts","../node_modules/typeorm/query-builder/relation-count/relationcountattribute.d.ts","../node_modules/typeorm/query-builder/selectquery.d.ts","../node_modules/typeorm/query-builder/selectquerybuilderoption.d.ts","../node_modules/typeorm/query-builder/whereclause.d.ts","../node_modules/typeorm/query-builder/queryexpressionmap.d.ts","../node_modules/typeorm/query-builder/brackets.d.ts","../node_modules/typeorm/query-builder/whereexpressionbuilder.d.ts","../node_modules/typeorm/query-builder/updatequerybuilder.d.ts","../node_modules/typeorm/query-builder/deletequerybuilder.d.ts","../node_modules/typeorm/query-builder/softdeletequerybuilder.d.ts","../node_modules/typeorm/query-builder/insertquerybuilder.d.ts","../node_modules/typeorm/query-builder/relationquerybuilder.d.ts","../node_modules/typeorm/query-builder/notbrackets.d.ts","../node_modules/typeorm/query-builder/querybuilder.d.ts","../node_modules/typeorm/query-builder/selectquerybuilder.d.ts","../node_modules/typeorm/metadata-args/relationcountmetadataargs.d.ts","../node_modules/typeorm/metadata-args/namingstrategymetadataargs.d.ts","../node_modules/typeorm/metadata-args/joincolumnmetadataargs.d.ts","../node_modules/typeorm/metadata-args/jointablemetadataargs.d.ts","../node_modules/typeorm/metadata-args/entitysubscribermetadataargs.d.ts","../node_modules/typeorm/metadata-args/inheritancemetadataargs.d.ts","../node_modules/typeorm/metadata-args/discriminatorvaluemetadataargs.d.ts","../node_modules/typeorm/metadata-args/entityrepositorymetadataargs.d.ts","../node_modules/typeorm/metadata-args/transactionentitymetadataargs.d.ts","../node_modules/typeorm/metadata-args/transactionrepositorymetadataargs.d.ts","../node_modules/typeorm/metadata-args/generatedmetadataargs.d.ts","../node_modules/typeorm/metadata-args/metadataargsstorage.d.ts","../node_modules/typeorm/connection/connectionmanager.d.ts","../node_modules/typeorm/globals.d.ts","../node_modules/typeorm/container.d.ts","../node_modules/typeorm/common/relationtype.d.ts","../node_modules/typeorm/error/typeormerror.d.ts","../node_modules/typeorm/error/cannotreflectmethodparametertypeerror.d.ts","../node_modules/typeorm/error/alreadyhasactiveconnectionerror.d.ts","../node_modules/typeorm/persistence/subjectchangemap.d.ts","../node_modules/typeorm/persistence/subject.d.ts","../node_modules/typeorm/error/subjectwithoutidentifiererror.d.ts","../node_modules/typeorm/error/cannotconnectalreadyconnectederror.d.ts","../node_modules/typeorm/error/locknotsupportedongivendrivererror.d.ts","../node_modules/typeorm/error/connectionisnotseterror.d.ts","../node_modules/typeorm/error/cannotcreateentityidmaperror.d.ts","../node_modules/typeorm/error/metadataalreadyexistserror.d.ts","../node_modules/typeorm/error/cannotdetermineentityerror.d.ts","../node_modules/typeorm/error/updatevaluesmissingerror.d.ts","../node_modules/typeorm/error/treerepositorynotsupportederror.d.ts","../node_modules/typeorm/error/customrepositorynotfounderror.d.ts","../node_modules/typeorm/error/transactionnotstartederror.d.ts","../node_modules/typeorm/error/transactionalreadystartederror.d.ts","../node_modules/typeorm/error/entitynotfounderror.d.ts","../node_modules/typeorm/error/entitymetadatanotfounderror.d.ts","../node_modules/typeorm/error/mustbeentityerror.d.ts","../node_modules/typeorm/error/optimisticlockversionmismatcherror.d.ts","../node_modules/typeorm/error/limitonupdatenotsupportederror.d.ts","../node_modules/typeorm/error/primarycolumncannotbenullableerror.d.ts","../node_modules/typeorm/error/customrepositorycannotinheritrepositoryerror.d.ts","../node_modules/typeorm/error/queryrunnerprovideralreadyreleasederror.d.ts","../node_modules/typeorm/error/cannotattachtreechildrenentityerror.d.ts","../node_modules/typeorm/error/customrepositorydoesnothaveentityerror.d.ts","../node_modules/typeorm/error/missingdeletedatecolumnerror.d.ts","../node_modules/typeorm/error/noconnectionforrepositoryerror.d.ts","../node_modules/typeorm/error/circularrelationserror.d.ts","../node_modules/typeorm/error/returningstatementnotsupportederror.d.ts","../node_modules/typeorm/error/usingjointableisnotallowederror.d.ts","../node_modules/typeorm/error/missingjoincolumnerror.d.ts","../node_modules/typeorm/error/missingprimarycolumnerror.d.ts","../node_modules/typeorm/error/entitypropertynotfounderror.d.ts","../node_modules/typeorm/error/missingdrivererror.d.ts","../node_modules/typeorm/error/driverpackagenotinstallederror.d.ts","../node_modules/typeorm/error/cannotgetentitymanagernotconnectederror.d.ts","../node_modules/typeorm/error/connectionnotfounderror.d.ts","../node_modules/typeorm/error/noversionorupdatedatecolumnerror.d.ts","../node_modules/typeorm/error/insertvaluesmissingerror.d.ts","../node_modules/typeorm/error/optimisticlockcannotbeusederror.d.ts","../node_modules/typeorm/error/metadatawithsuchnamealreadyexistserror.d.ts","../node_modules/typeorm/error/driveroptionnotseterror.d.ts","../node_modules/typeorm/error/findrelationsnotfounderror.d.ts","../node_modules/typeorm/error/namingstrategynotfounderror.d.ts","../node_modules/typeorm/error/pessimisticlocktransactionrequirederror.d.ts","../node_modules/typeorm/error/repositorynottreeerror.d.ts","../node_modules/typeorm/error/datatypenotsupportederror.d.ts","../node_modules/typeorm/error/initializedrelationerror.d.ts","../node_modules/typeorm/error/missingjointableerror.d.ts","../node_modules/typeorm/error/queryfailederror.d.ts","../node_modules/typeorm/error/noneedtoreleaseentitymanagererror.d.ts","../node_modules/typeorm/error/usingjoincolumnonlyononesideallowederror.d.ts","../node_modules/typeorm/error/usingjointableonlyononesideallowederror.d.ts","../node_modules/typeorm/error/subjectremovedandupdatederror.d.ts","../node_modules/typeorm/error/persistedentitynotfounderror.d.ts","../node_modules/typeorm/error/usingjoincolumnisnotallowederror.d.ts","../node_modules/typeorm/error/columntypeundefinederror.d.ts","../node_modules/typeorm/error/queryrunneralreadyreleasederror.d.ts","../node_modules/typeorm/error/offsetwithoutlimitnotsupportederror.d.ts","../node_modules/typeorm/error/cannotexecutenotconnectederror.d.ts","../node_modules/typeorm/error/noconnectionoptionerror.d.ts","../node_modules/typeorm/error/forbiddentransactionmodeoverrideerror.d.ts","../node_modules/typeorm/error/index.d.ts","../node_modules/typeorm/decorator/options/columnwithlengthoptions.d.ts","../node_modules/typeorm/decorator/options/columnnumericoptions.d.ts","../node_modules/typeorm/decorator/options/columnenumoptions.d.ts","../node_modules/typeorm/decorator/options/columnembeddedoptions.d.ts","../node_modules/typeorm/decorator/options/columnhstoreoptions.d.ts","../node_modules/typeorm/decorator/options/columnwithwidthoptions.d.ts","../node_modules/typeorm/decorator/columns/column.d.ts","../node_modules/typeorm/decorator/columns/createdatecolumn.d.ts","../node_modules/typeorm/decorator/columns/deletedatecolumn.d.ts","../node_modules/typeorm/decorator/options/primarygeneratedcolumnnumericoptions.d.ts","../node_modules/typeorm/decorator/options/primarygeneratedcolumnuuidoptions.d.ts","../node_modules/typeorm/decorator/options/primarygeneratedcolumnidentityoptions.d.ts","../node_modules/typeorm/decorator/columns/primarygeneratedcolumn.d.ts","../node_modules/typeorm/decorator/columns/primarycolumn.d.ts","../node_modules/typeorm/decorator/columns/updatedatecolumn.d.ts","../node_modules/typeorm/decorator/columns/versioncolumn.d.ts","../node_modules/typeorm/decorator/options/virtualcolumnoptions.d.ts","../node_modules/typeorm/decorator/columns/virtualcolumn.d.ts","../node_modules/typeorm/decorator/options/viewcolumnoptions.d.ts","../node_modules/typeorm/decorator/columns/viewcolumn.d.ts","../node_modules/typeorm/decorator/columns/objectidcolumn.d.ts","../node_modules/typeorm/decorator/listeners/afterinsert.d.ts","../node_modules/typeorm/decorator/listeners/afterload.d.ts","../node_modules/typeorm/decorator/listeners/afterremove.d.ts","../node_modules/typeorm/decorator/listeners/aftersoftremove.d.ts","../node_modules/typeorm/decorator/listeners/afterrecover.d.ts","../node_modules/typeorm/decorator/listeners/afterupdate.d.ts","../node_modules/typeorm/decorator/listeners/beforeinsert.d.ts","../node_modules/typeorm/decorator/listeners/beforeremove.d.ts","../node_modules/typeorm/decorator/listeners/beforesoftremove.d.ts","../node_modules/typeorm/decorator/listeners/beforerecover.d.ts","../node_modules/typeorm/decorator/listeners/beforeupdate.d.ts","../node_modules/typeorm/decorator/listeners/eventsubscriber.d.ts","../node_modules/typeorm/decorator/options/indexoptions.d.ts","../node_modules/typeorm/decorator/options/entityoptions.d.ts","../node_modules/typeorm/decorator/relations/joincolumn.d.ts","../node_modules/typeorm/decorator/relations/jointable.d.ts","../node_modules/typeorm/decorator/relations/manytomany.d.ts","../node_modules/typeorm/decorator/relations/manytoone.d.ts","../node_modules/typeorm/decorator/relations/onetomany.d.ts","../node_modules/typeorm/decorator/relations/onetoone.d.ts","../node_modules/typeorm/decorator/relations/relationcount.d.ts","../node_modules/typeorm/decorator/relations/relationid.d.ts","../node_modules/typeorm/decorator/entity/entity.d.ts","../node_modules/typeorm/decorator/entity/childentity.d.ts","../node_modules/typeorm/decorator/entity/tableinheritance.d.ts","../node_modules/typeorm/decorator/options/viewentityoptions.d.ts","../node_modules/typeorm/decorator/entity-view/viewentity.d.ts","../node_modules/typeorm/decorator/tree/treelevelcolumn.d.ts","../node_modules/typeorm/decorator/tree/treeparent.d.ts","../node_modules/typeorm/decorator/tree/treechildren.d.ts","../node_modules/typeorm/decorator/tree/tree.d.ts","../node_modules/typeorm/decorator/index.d.ts","../node_modules/typeorm/decorator/options/uniqueoptions.d.ts","../node_modules/typeorm/decorator/unique.d.ts","../node_modules/typeorm/decorator/check.d.ts","../node_modules/typeorm/decorator/exclusion.d.ts","../node_modules/typeorm/decorator/generated.d.ts","../node_modules/typeorm/decorator/entityrepository.d.ts","../node_modules/typeorm/find-options/operator/and.d.ts","../node_modules/typeorm/find-options/operator/or.d.ts","../node_modules/typeorm/find-options/operator/any.d.ts","../node_modules/typeorm/find-options/operator/arraycontainedby.d.ts","../node_modules/typeorm/find-options/operator/arraycontains.d.ts","../node_modules/typeorm/find-options/operator/arrayoverlap.d.ts","../node_modules/typeorm/find-options/operator/between.d.ts","../node_modules/typeorm/find-options/operator/equal.d.ts","../node_modules/typeorm/find-options/operator/in.d.ts","../node_modules/typeorm/find-options/operator/isnull.d.ts","../node_modules/typeorm/find-options/operator/lessthan.d.ts","../node_modules/typeorm/find-options/operator/lessthanorequal.d.ts","../node_modules/typeorm/find-options/operator/ilike.d.ts","../node_modules/typeorm/find-options/operator/like.d.ts","../node_modules/typeorm/find-options/operator/morethan.d.ts","../node_modules/typeorm/find-options/operator/morethanorequal.d.ts","../node_modules/typeorm/find-options/operator/not.d.ts","../node_modules/typeorm/find-options/operator/raw.d.ts","../node_modules/typeorm/find-options/operator/jsoncontains.d.ts","../node_modules/typeorm/find-options/findoptionsutils.d.ts","../node_modules/typeorm/logger/abstractlogger.d.ts","../node_modules/typeorm/logger/advancedconsolelogger.d.ts","../node_modules/typeorm/logger/simpleconsolelogger.d.ts","../node_modules/typeorm/logger/filelogger.d.ts","../node_modules/typeorm/repository/abstractrepository.d.ts","../node_modules/typeorm/data-source/index.d.ts","../node_modules/typeorm/repository/baseentity.d.ts","../node_modules/typeorm/driver/sqlserver/mssqlparameter.d.ts","../node_modules/typeorm/connection/connectionoptionsreader.d.ts","../node_modules/typeorm/connection/connectionoptions.d.ts","../node_modules/typeorm/connection/connection.d.ts","../node_modules/typeorm/migration/migrationexecutor.d.ts","../node_modules/typeorm/naming-strategy/defaultnamingstrategy.d.ts","../node_modules/typeorm/naming-strategy/legacyoraclenamingstrategy.d.ts","../node_modules/typeorm/entity-schema/entityschemaembeddedcolumnoptions.d.ts","../node_modules/typeorm/schema-builder/rdbmsschemabuilder.d.ts","../node_modules/typeorm/util/instancechecker.d.ts","../node_modules/typeorm/repository/findtreesoptions.d.ts","../node_modules/typeorm/util/treerepositoryutils.d.ts","../node_modules/typeorm/index.d.ts","../node_modules/@nestjs/typeorm/dist/interfaces/entity-class-or-schema.type.d.ts","../node_modules/@nestjs/typeorm/dist/common/typeorm.decorators.d.ts","../node_modules/@nestjs/typeorm/dist/common/typeorm.utils.d.ts","../node_modules/@nestjs/typeorm/dist/common/index.d.ts","../node_modules/@nestjs/typeorm/dist/interfaces/typeorm-options.interface.d.ts","../node_modules/@nestjs/typeorm/dist/interfaces/index.d.ts","../node_modules/@nestjs/typeorm/dist/typeorm.module.d.ts","../node_modules/@nestjs/typeorm/dist/index.d.ts","../node_modules/@nestjs/typeorm/index.d.ts","../node_modules/@nestjs/serve-static/dist/interfaces/serve-static-options.interface.d.ts","../node_modules/@nestjs/core/adapters/http-adapter.d.ts","../node_modules/@nestjs/core/adapters/index.d.ts","../node_modules/@nestjs/common/constants.d.ts","../node_modules/@nestjs/core/inspector/interfaces/edge.interface.d.ts","../node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface.d.ts","../node_modules/@nestjs/core/inspector/interfaces/extras.interface.d.ts","../node_modules/@nestjs/core/inspector/interfaces/node.interface.d.ts","../node_modules/@nestjs/core/injector/settlement-signal.d.ts","../node_modules/@nestjs/core/injector/injector.d.ts","../node_modules/@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface.d.ts","../node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface.d.ts","../node_modules/@nestjs/core/inspector/serialized-graph.d.ts","../node_modules/@nestjs/core/injector/module-token-factory.d.ts","../node_modules/@nestjs/core/injector/compiler.d.ts","../node_modules/@nestjs/core/injector/modules-container.d.ts","../node_modules/@nestjs/core/injector/container.d.ts","../node_modules/@nestjs/core/injector/instance-links-host.d.ts","../node_modules/@nestjs/core/injector/abstract-instance-resolver.d.ts","../node_modules/@nestjs/core/injector/module-ref.d.ts","../node_modules/@nestjs/core/injector/module.d.ts","../node_modules/@nestjs/core/injector/instance-wrapper.d.ts","../node_modules/@nestjs/core/router/interfaces/exclude-route-metadata.interface.d.ts","../node_modules/@nestjs/core/application-config.d.ts","../node_modules/@nestjs/core/constants.d.ts","../node_modules/@nestjs/core/discovery/discovery-module.d.ts","../node_modules/@nestjs/core/discovery/discovery-service.d.ts","../node_modules/@nestjs/core/discovery/index.d.ts","../node_modules/@nestjs/core/helpers/http-adapter-host.d.ts","../node_modules/@nestjs/core/exceptions/base-exception-filter.d.ts","../node_modules/@nestjs/core/exceptions/index.d.ts","../node_modules/@nestjs/core/helpers/context-id-factory.d.ts","../node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.d.ts","../node_modules/@nestjs/core/exceptions/exceptions-handler.d.ts","../node_modules/@nestjs/core/router/router-proxy.d.ts","../node_modules/@nestjs/core/helpers/context-creator.d.ts","../node_modules/@nestjs/core/exceptions/base-exception-filter-context.d.ts","../node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter-metadata.interface.d.ts","../node_modules/@nestjs/common/interfaces/exceptions/index.d.ts","../node_modules/@nestjs/core/exceptions/external-exception-filter.d.ts","../node_modules/@nestjs/core/exceptions/external-exceptions-handler.d.ts","../node_modules/@nestjs/core/exceptions/external-exception-filter-context.d.ts","../node_modules/@nestjs/core/guards/constants.d.ts","../node_modules/@nestjs/core/helpers/execution-context-host.d.ts","../node_modules/@nestjs/core/guards/guards-consumer.d.ts","../node_modules/@nestjs/core/guards/guards-context-creator.d.ts","../node_modules/@nestjs/core/guards/index.d.ts","../node_modules/@nestjs/core/interceptors/interceptors-consumer.d.ts","../node_modules/@nestjs/core/interceptors/interceptors-context-creator.d.ts","../node_modules/@nestjs/core/interceptors/index.d.ts","../node_modules/@nestjs/common/enums/route-paramtypes.enum.d.ts","../node_modules/@nestjs/core/pipes/params-token-factory.d.ts","../node_modules/@nestjs/core/pipes/pipes-consumer.d.ts","../node_modules/@nestjs/core/pipes/pipes-context-creator.d.ts","../node_modules/@nestjs/core/pipes/index.d.ts","../node_modules/@nestjs/core/helpers/context-utils.d.ts","../node_modules/@nestjs/core/injector/inquirer/inquirer-constants.d.ts","../node_modules/@nestjs/core/injector/inquirer/index.d.ts","../node_modules/@nestjs/core/interfaces/module-definition.interface.d.ts","../node_modules/@nestjs/core/interfaces/module-override.interface.d.ts","../node_modules/@nestjs/core/inspector/interfaces/enhancer-metadata-cache-entry.interface.d.ts","../node_modules/@nestjs/core/inspector/graph-inspector.d.ts","../node_modules/@nestjs/core/metadata-scanner.d.ts","../node_modules/@nestjs/core/scanner.d.ts","../node_modules/@nestjs/core/injector/instance-loader.d.ts","../node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader-options.interface.d.ts","../node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader.d.ts","../node_modules/@nestjs/core/injector/index.d.ts","../node_modules/@nestjs/core/helpers/interfaces/external-handler-metadata.interface.d.ts","../node_modules/@nestjs/core/helpers/interfaces/params-metadata.interface.d.ts","../node_modules/@nestjs/core/helpers/external-context-creator.d.ts","../node_modules/@nestjs/core/helpers/index.d.ts","../node_modules/@nestjs/core/inspector/initialize-on-preview.allowlist.d.ts","../node_modules/@nestjs/core/inspector/partial-graph.host.d.ts","../node_modules/@nestjs/core/inspector/index.d.ts","../node_modules/@nestjs/core/middleware/route-info-path-extractor.d.ts","../node_modules/@nestjs/core/middleware/routes-mapper.d.ts","../node_modules/@nestjs/core/middleware/builder.d.ts","../node_modules/@nestjs/core/middleware/index.d.ts","../node_modules/@nestjs/core/nest-application-context.d.ts","../node_modules/@nestjs/core/nest-application.d.ts","../node_modules/@nestjs/common/interfaces/microservices/nest-microservice-options.interface.d.ts","../node_modules/@nestjs/core/nest-factory.d.ts","../node_modules/@nestjs/core/repl/repl.d.ts","../node_modules/@nestjs/core/repl/index.d.ts","../node_modules/@nestjs/core/router/interfaces/routes.interface.d.ts","../node_modules/@nestjs/core/router/interfaces/index.d.ts","../node_modules/@nestjs/core/router/request/request-constants.d.ts","../node_modules/@nestjs/core/router/request/index.d.ts","../node_modules/@nestjs/core/router/router-module.d.ts","../node_modules/@nestjs/core/router/index.d.ts","../node_modules/@nestjs/core/services/reflector.service.d.ts","../node_modules/@nestjs/core/services/index.d.ts","../node_modules/@nestjs/core/index.d.ts","../node_modules/@nestjs/serve-static/dist/loaders/abstract.loader.d.ts","../node_modules/@nestjs/serve-static/dist/loaders/express.loader.d.ts","../node_modules/@nestjs/serve-static/dist/loaders/fastify.loader.d.ts","../node_modules/@nestjs/serve-static/dist/loaders/noop.loader.d.ts","../node_modules/@nestjs/serve-static/dist/serve-static.constants.d.ts","../node_modules/@nestjs/serve-static/dist/serve-static.module.d.ts","../node_modules/@nestjs/serve-static/dist/serve-static.providers.d.ts","../node_modules/@nestjs/serve-static/dist/index.d.ts","../node_modules/@nestjs/serve-static/index.d.ts","../src/users/dto/create-user.dto.ts","../node_modules/@nestjs/mapped-types/dist/mapped-type.interface.d.ts","../node_modules/@nestjs/mapped-types/dist/types/remove-fields-with-type.type.d.ts","../node_modules/@nestjs/mapped-types/dist/intersection-type.helper.d.ts","../node_modules/@nestjs/mapped-types/dist/omit-type.helper.d.ts","../node_modules/@nestjs/mapped-types/dist/partial-type.helper.d.ts","../node_modules/@nestjs/mapped-types/dist/pick-type.helper.d.ts","../node_modules/@nestjs/mapped-types/dist/type-helpers.utils.d.ts","../node_modules/@nestjs/mapped-types/dist/index.d.ts","../node_modules/@nestjs/mapped-types/index.d.ts","../src/users/dto/update-user.dto.ts","../src/roles/entities/role.entity.ts","../src/users/entities/user.entity.ts","../src/users/users.service.ts","../node_modules/@types/jsonwebtoken/index.d.ts","../node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface.d.ts","../node_modules/@nestjs/jwt/dist/interfaces/index.d.ts","../node_modules/@nestjs/jwt/dist/jwt.errors.d.ts","../node_modules/@nestjs/jwt/dist/jwt.module.d.ts","../node_modules/@nestjs/jwt/dist/jwt.service.d.ts","../node_modules/@nestjs/jwt/dist/index.d.ts","../node_modules/@nestjs/jwt/index.d.ts","../src/auth/constants.ts","../node_modules/@types/mime/index.d.ts","../node_modules/@types/send/index.d.ts","../node_modules/@types/qs/index.d.ts","../node_modules/@types/range-parser/index.d.ts","../node_modules/@types/express-serve-static-core/index.d.ts","../node_modules/@types/http-errors/index.d.ts","../node_modules/@types/serve-static/index.d.ts","../node_modules/@types/connect/index.d.ts","../node_modules/@types/body-parser/index.d.ts","../node_modules/@types/express/index.d.ts","../src/auth/auth.guard.ts","../node_modules/@nestjs/platform-express/interfaces/nest-express-body-parser-options.interface.d.ts","../node_modules/@nestjs/platform-express/interfaces/nest-express-body-parser.interface.d.ts","../node_modules/@nestjs/platform-express/interfaces/serve-static-options.interface.d.ts","../node_modules/@nestjs/platform-express/adapters/express-adapter.d.ts","../node_modules/@nestjs/platform-express/adapters/index.d.ts","../node_modules/@nestjs/platform-express/interfaces/nest-express-application.interface.d.ts","../node_modules/@nestjs/platform-express/interfaces/index.d.ts","../node_modules/@nestjs/platform-express/multer/interfaces/multer-options.interface.d.ts","../node_modules/@nestjs/platform-express/multer/interceptors/any-files.interceptor.d.ts","../node_modules/@nestjs/platform-express/multer/interceptors/file-fields.interceptor.d.ts","../node_modules/@nestjs/platform-express/multer/interceptors/file.interceptor.d.ts","../node_modules/@nestjs/platform-express/multer/interceptors/files.interceptor.d.ts","../node_modules/@nestjs/platform-express/multer/interceptors/no-files.interceptor.d.ts","../node_modules/@nestjs/platform-express/multer/interceptors/index.d.ts","../node_modules/@nestjs/platform-express/multer/interfaces/files-upload-module.interface.d.ts","../node_modules/@nestjs/platform-express/multer/interfaces/index.d.ts","../node_modules/@nestjs/platform-express/multer/multer.module.d.ts","../node_modules/@nestjs/platform-express/multer/index.d.ts","../node_modules/@nestjs/platform-express/index.d.ts","../node_modules/@types/multer/index.d.ts","../node_modules/@types/uuid/index.d.ts","../src/users/users.controller.ts","../src/users/users.module.ts","../src/roles/dto/create-role.dto.ts","../src/roles/dto/update-role.dto.ts","../src/roles/roles.service.ts","../src/roles/roles.controller.ts","../src/roles/roles.module.ts","../src/auth/auth.service.ts","../src/auth/auth.controller.ts","../src/auth/auth.module.ts","../src/material_restock_order/entities/material_restock_order.entity.ts","../src/material_stocks/entities/material_stock.entity.ts","../src/materials/entities/material.entity.ts","../src/recipe_ingredients/entities/recipe_ingredient.entity.ts","../src/recipes/entities/recipe.entity.ts","../src/machine_details/entities/machine_detail.entity.ts","../src/machines/entities/machine.entity.ts","../src/product_stocks/entities/product_stock.entity.ts","../node_modules/class-transformer/types/interfaces/decorator-options/expose-options.interface.d.ts","../node_modules/class-transformer/types/interfaces/decorator-options/exclude-options.interface.d.ts","../node_modules/class-transformer/types/interfaces/decorator-options/transform-options.interface.d.ts","../node_modules/class-transformer/types/interfaces/decorator-options/type-discriminator-descriptor.interface.d.ts","../node_modules/class-transformer/types/interfaces/decorator-options/type-options.interface.d.ts","../node_modules/class-transformer/types/interfaces/metadata/exclude-metadata.interface.d.ts","../node_modules/class-transformer/types/interfaces/metadata/expose-metadata.interface.d.ts","../node_modules/class-transformer/types/enums/transformation-type.enum.d.ts","../node_modules/class-transformer/types/enums/index.d.ts","../node_modules/class-transformer/types/interfaces/target-map.interface.d.ts","../node_modules/class-transformer/types/interfaces/class-transformer-options.interface.d.ts","../node_modules/class-transformer/types/interfaces/metadata/transform-fn-params.interface.d.ts","../node_modules/class-transformer/types/interfaces/metadata/transform-metadata.interface.d.ts","../node_modules/class-transformer/types/interfaces/metadata/type-metadata.interface.d.ts","../node_modules/class-transformer/types/interfaces/class-constructor.type.d.ts","../node_modules/class-transformer/types/interfaces/type-help-options.interface.d.ts","../node_modules/class-transformer/types/interfaces/index.d.ts","../node_modules/class-transformer/types/classtransformer.d.ts","../node_modules/class-transformer/types/decorators/exclude.decorator.d.ts","../node_modules/class-transformer/types/decorators/expose.decorator.d.ts","../node_modules/class-transformer/types/decorators/transform-instance-to-instance.decorator.d.ts","../node_modules/class-transformer/types/decorators/transform-instance-to-plain.decorator.d.ts","../node_modules/class-transformer/types/decorators/transform-plain-to-instance.decorator.d.ts","../node_modules/class-transformer/types/decorators/transform.decorator.d.ts","../node_modules/class-transformer/types/decorators/type.decorator.d.ts","../node_modules/class-transformer/types/decorators/index.d.ts","../node_modules/class-transformer/types/index.d.ts","../src/products/entities/product.entity.ts","../src/order_details/entities/order_detail.entity.ts","../src/customers/entities/customer.entity.ts","../src/orderpiorities/entities/orderpiority.entity.ts","../src/stock_configs/entities/stock_config.entity.ts","../src/pages/entities/page.entity.ts","../src/production_targets/entities/production_target.entity.ts","../src/orders/entities/order.entity.ts","../src/employees/entities/employee.entity.ts","../src/queue-types/entities/queue-type.entity.ts","../src/queues/entities/queue.entity.ts","../node_modules/class-validator/types/validation/validationerror.d.ts","../node_modules/class-validator/types/validation/validatoroptions.d.ts","../node_modules/class-validator/types/validation-schema/validationschema.d.ts","../node_modules/class-validator/types/container.d.ts","../node_modules/class-validator/types/validation/validationarguments.d.ts","../node_modules/class-validator/types/decorator/validationoptions.d.ts","../node_modules/class-validator/types/decorator/common/allow.d.ts","../node_modules/class-validator/types/decorator/common/isdefined.d.ts","../node_modules/class-validator/types/decorator/common/isoptional.d.ts","../node_modules/class-validator/types/decorator/common/validate.d.ts","../node_modules/class-validator/types/validation/validatorconstraintinterface.d.ts","../node_modules/class-validator/types/decorator/common/validateby.d.ts","../node_modules/class-validator/types/decorator/common/validateif.d.ts","../node_modules/class-validator/types/decorator/common/validatenested.d.ts","../node_modules/class-validator/types/decorator/common/validatepromise.d.ts","../node_modules/class-validator/types/decorator/common/islatlong.d.ts","../node_modules/class-validator/types/decorator/common/islatitude.d.ts","../node_modules/class-validator/types/decorator/common/islongitude.d.ts","../node_modules/class-validator/types/decorator/common/equals.d.ts","../node_modules/class-validator/types/decorator/common/notequals.d.ts","../node_modules/class-validator/types/decorator/common/isempty.d.ts","../node_modules/class-validator/types/decorator/common/isnotempty.d.ts","../node_modules/class-validator/types/decorator/common/isin.d.ts","../node_modules/class-validator/types/decorator/common/isnotin.d.ts","../node_modules/class-validator/types/decorator/number/isdivisibleby.d.ts","../node_modules/class-validator/types/decorator/number/ispositive.d.ts","../node_modules/class-validator/types/decorator/number/isnegative.d.ts","../node_modules/class-validator/types/decorator/number/max.d.ts","../node_modules/class-validator/types/decorator/number/min.d.ts","../node_modules/class-validator/types/decorator/date/mindate.d.ts","../node_modules/class-validator/types/decorator/date/maxdate.d.ts","../node_modules/class-validator/types/decorator/string/contains.d.ts","../node_modules/class-validator/types/decorator/string/notcontains.d.ts","../node_modules/@types/validator/lib/isboolean.d.ts","../node_modules/@types/validator/lib/isemail.d.ts","../node_modules/@types/validator/lib/isfqdn.d.ts","../node_modules/@types/validator/lib/isiban.d.ts","../node_modules/@types/validator/lib/isiso31661alpha2.d.ts","../node_modules/@types/validator/lib/isiso4217.d.ts","../node_modules/@types/validator/lib/isiso6391.d.ts","../node_modules/@types/validator/lib/istaxid.d.ts","../node_modules/@types/validator/lib/isurl.d.ts","../node_modules/@types/validator/index.d.ts","../node_modules/class-validator/types/decorator/string/isalpha.d.ts","../node_modules/class-validator/types/decorator/string/isalphanumeric.d.ts","../node_modules/class-validator/types/decorator/string/isdecimal.d.ts","../node_modules/class-validator/types/decorator/string/isascii.d.ts","../node_modules/class-validator/types/decorator/string/isbase64.d.ts","../node_modules/class-validator/types/decorator/string/isbytelength.d.ts","../node_modules/class-validator/types/decorator/string/iscreditcard.d.ts","../node_modules/class-validator/types/decorator/string/iscurrency.d.ts","../node_modules/class-validator/types/decorator/string/isemail.d.ts","../node_modules/class-validator/types/decorator/string/isfqdn.d.ts","../node_modules/class-validator/types/decorator/string/isfullwidth.d.ts","../node_modules/class-validator/types/decorator/string/ishalfwidth.d.ts","../node_modules/class-validator/types/decorator/string/isvariablewidth.d.ts","../node_modules/class-validator/types/decorator/string/ishexcolor.d.ts","../node_modules/class-validator/types/decorator/string/ishexadecimal.d.ts","../node_modules/class-validator/types/decorator/string/ismacaddress.d.ts","../node_modules/class-validator/types/decorator/string/isip.d.ts","../node_modules/class-validator/types/decorator/string/isport.d.ts","../node_modules/class-validator/types/decorator/string/isisbn.d.ts","../node_modules/class-validator/types/decorator/string/isisin.d.ts","../node_modules/class-validator/types/decorator/string/isiso8601.d.ts","../node_modules/class-validator/types/decorator/string/isjson.d.ts","../node_modules/class-validator/types/decorator/string/isjwt.d.ts","../node_modules/class-validator/types/decorator/string/islowercase.d.ts","../node_modules/class-validator/types/decorator/string/ismobilephone.d.ts","../node_modules/class-validator/types/decorator/string/isiso31661alpha2.d.ts","../node_modules/class-validator/types/decorator/string/isiso31661alpha3.d.ts","../node_modules/class-validator/types/decorator/string/ismongoid.d.ts","../node_modules/class-validator/types/decorator/string/ismultibyte.d.ts","../node_modules/class-validator/types/decorator/string/issurrogatepair.d.ts","../node_modules/class-validator/types/decorator/string/isurl.d.ts","../node_modules/class-validator/types/decorator/string/isuuid.d.ts","../node_modules/class-validator/types/decorator/string/isfirebasepushid.d.ts","../node_modules/class-validator/types/decorator/string/isuppercase.d.ts","../node_modules/class-validator/types/decorator/string/length.d.ts","../node_modules/class-validator/types/decorator/string/maxlength.d.ts","../node_modules/class-validator/types/decorator/string/minlength.d.ts","../node_modules/class-validator/types/decorator/string/matches.d.ts","../node_modules/libphonenumber-js/types.d.cts","../node_modules/libphonenumber-js/max/index.d.cts","../node_modules/class-validator/types/decorator/string/isphonenumber.d.ts","../node_modules/class-validator/types/decorator/string/ismilitarytime.d.ts","../node_modules/class-validator/types/decorator/string/ishash.d.ts","../node_modules/class-validator/types/decorator/string/isissn.d.ts","../node_modules/class-validator/types/decorator/string/isdatestring.d.ts","../node_modules/class-validator/types/decorator/string/isbooleanstring.d.ts","../node_modules/class-validator/types/decorator/string/isnumberstring.d.ts","../node_modules/class-validator/types/decorator/string/isbase32.d.ts","../node_modules/class-validator/types/decorator/string/isbic.d.ts","../node_modules/class-validator/types/decorator/string/isbtcaddress.d.ts","../node_modules/class-validator/types/decorator/string/isdatauri.d.ts","../node_modules/class-validator/types/decorator/string/isean.d.ts","../node_modules/class-validator/types/decorator/string/isethereumaddress.d.ts","../node_modules/class-validator/types/decorator/string/ishsl.d.ts","../node_modules/class-validator/types/decorator/string/isiban.d.ts","../node_modules/class-validator/types/decorator/string/isidentitycard.d.ts","../node_modules/class-validator/types/decorator/string/isisrc.d.ts","../node_modules/class-validator/types/decorator/string/islocale.d.ts","../node_modules/class-validator/types/decorator/string/ismagneturi.d.ts","../node_modules/class-validator/types/decorator/string/ismimetype.d.ts","../node_modules/class-validator/types/decorator/string/isoctal.d.ts","../node_modules/class-validator/types/decorator/string/ispassportnumber.d.ts","../node_modules/class-validator/types/decorator/string/ispostalcode.d.ts","../node_modules/class-validator/types/decorator/string/isrfc3339.d.ts","../node_modules/class-validator/types/decorator/string/isrgbcolor.d.ts","../node_modules/class-validator/types/decorator/string/issemver.d.ts","../node_modules/class-validator/types/decorator/string/isstrongpassword.d.ts","../node_modules/class-validator/types/decorator/string/istimezone.d.ts","../node_modules/class-validator/types/decorator/string/isbase58.d.ts","../node_modules/class-validator/types/decorator/string/is-tax-id.d.ts","../node_modules/class-validator/types/decorator/string/is-iso4217-currency-code.d.ts","../node_modules/class-validator/types/decorator/typechecker/isboolean.d.ts","../node_modules/class-validator/types/decorator/typechecker/isdate.d.ts","../node_modules/class-validator/types/decorator/typechecker/isnumber.d.ts","../node_modules/class-validator/types/decorator/typechecker/isenum.d.ts","../node_modules/class-validator/types/decorator/typechecker/isint.d.ts","../node_modules/class-validator/types/decorator/typechecker/isstring.d.ts","../node_modules/class-validator/types/decorator/typechecker/isarray.d.ts","../node_modules/class-validator/types/decorator/typechecker/isobject.d.ts","../node_modules/class-validator/types/decorator/array/arraycontains.d.ts","../node_modules/class-validator/types/decorator/array/arraynotcontains.d.ts","../node_modules/class-validator/types/decorator/array/arraynotempty.d.ts","../node_modules/class-validator/types/decorator/array/arrayminsize.d.ts","../node_modules/class-validator/types/decorator/array/arraymaxsize.d.ts","../node_modules/class-validator/types/decorator/array/arrayunique.d.ts","../node_modules/class-validator/types/decorator/object/isnotemptyobject.d.ts","../node_modules/class-validator/types/decorator/object/isinstance.d.ts","../node_modules/class-validator/types/decorator/decorators.d.ts","../node_modules/class-validator/types/validation/validationtypes.d.ts","../node_modules/class-validator/types/validation/validator.d.ts","../node_modules/class-validator/types/register-decorator.d.ts","../node_modules/class-validator/types/metadata/validationmetadataargs.d.ts","../node_modules/class-validator/types/metadata/validationmetadata.d.ts","../node_modules/class-validator/types/metadata/constraintmetadata.d.ts","../node_modules/class-validator/types/metadata/metadatastorage.d.ts","../node_modules/class-validator/types/index.d.ts","../src/queues/dto/create-queue.dto.ts","../node_modules/@nestjs/swagger/dist/decorators/api-basic.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-bearer.decorator.d.ts","../node_modules/@nestjs/swagger/dist/interfaces/open-api-spec.interface.d.ts","../node_modules/@nestjs/swagger/dist/types/swagger-enum.type.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-body.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-consumes.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-cookie.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-exclude-endpoint.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-exclude-controller.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-extra-models.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-header.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-hide-property.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-oauth2.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-operation.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-param.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-produces.decorator.d.ts","../node_modules/@nestjs/swagger/dist/interfaces/schema-object-metadata.interface.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-property.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-query.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-response.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-security.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-use-tags.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/api-extension.decorator.d.ts","../node_modules/@nestjs/swagger/dist/decorators/index.d.ts","../node_modules/@nestjs/swagger/dist/interfaces/swagger-ui-options.interface.d.ts","../node_modules/@nestjs/swagger/dist/interfaces/swagger-custom-options.interface.d.ts","../node_modules/@nestjs/swagger/dist/interfaces/swagger-document-options.interface.d.ts","../node_modules/@nestjs/swagger/dist/interfaces/index.d.ts","../node_modules/@nestjs/swagger/dist/document-builder.d.ts","../node_modules/@nestjs/swagger/dist/swagger-module.d.ts","../node_modules/@nestjs/swagger/dist/type-helpers/intersection-type.helper.d.ts","../node_modules/@nestjs/swagger/dist/type-helpers/omit-type.helper.d.ts","../node_modules/@nestjs/swagger/dist/type-helpers/partial-type.helper.d.ts","../node_modules/@nestjs/swagger/dist/type-helpers/pick-type.helper.d.ts","../node_modules/@nestjs/swagger/dist/type-helpers/index.d.ts","../node_modules/@nestjs/swagger/dist/utils/get-schema-path.util.d.ts","../node_modules/@nestjs/swagger/dist/utils/index.d.ts","../node_modules/@nestjs/swagger/dist/index.d.ts","../node_modules/@nestjs/swagger/index.d.ts","../src/queues/dto/update-queue.dto.ts","../src/queues/queues.service.ts","../src/queues/queues.controller.ts","../src/queues/queues.module.ts","../src/employees/dto/create-employee.dto.ts","../src/employees/dto/update-employee.dto.ts","../src/employees/employees.service.ts","../src/employees/employees.controller.ts","../src/employees/employees.module.ts","../src/machines/dto/create-machine.dto.ts","../src/machines/dto/update-machine.dto.ts","../src/machines/machines.service.ts","../src/machines/machines.controller.ts","../src/machines/machines.module.ts","../src/pages/dto/update-page.dto.ts","../src/pages/dto/create-page.dto.ts","../src/pages/pages.service.ts","../src/pages/pages.controller.ts","../src/pages/pages.module.ts","../src/order_details/dto/create-order_detail.dto.ts","../src/orders/dto/create-order.dto.ts","../src/orders/dto/update-order.dto.ts","../src/orders/orders.service.ts","../src/orders/orders.controller.ts","../src/orders/orders.module.ts","../src/orderpiorities/dto/create-orderpiority.dto.ts","../src/orderpiorities/dto/update-orderpiority.dto.ts","../src/orderpiorities/orderpiorities.service.ts","../src/orderpiorities/orderpiorities.controller.ts","../src/orderpiorities/orderpiorities.module.ts","../src/machine_details/dto/create-machine_detail.dto.ts","../src/machine_details/dto/update-machine_detail.dto.ts","../src/machine_details/machine_details.service.ts","../src/machine_details/machine_details.controller.ts","../src/machine_details/machine_details.module.ts","../src/material_stocks/dto/create-material_stock.dto.ts","../src/material_stocks/dto/update-material_stock.dto.ts","../src/material_stocks/material_stocks.service.ts","../src/material_stocks/material_stocks.controller.ts","../src/material_stocks/material_stocks.module.ts","../src/products/dto/create-product.dto.ts","../src/products/dto/update-product.dto.ts","../src/products/products.service.ts","../src/products/products.controller.ts","../src/products/products.module.ts","../src/order_details/dto/update-order_detail.dto.ts","../src/order_details/order_details.service.ts","../src/order_details/order_details.controller.ts","../src/order_details/order_details.module.ts","../src/product_stocks/dto/create-product_stock.dto.ts","../src/product_stocks/dto/update-product_stock.dto.ts","../src/product_stocks/product_stocks.service.ts","../src/product_stocks/product_stocks.controller.ts","../src/product_stocks/product_stocks.module.ts","../src/customers/dto/create-customer.dto.ts","../src/customers/dto/update-customer.dto.ts","../src/customers/customers.service.ts","../src/customers/customers.controller.ts","../src/customers/customers.module.ts","../src/materials/dto/create-material.dto.ts","../src/materials/dto/update-material.dto.ts","../src/materials/materials.service.ts","../src/materials/materials.controller.ts","../src/materials/materials.module.ts","../src/material_restock_order/dto/create-material_restock_order.dto.ts","../src/material_restock_order/dto/update-material_restock_order.dto.ts","../src/material_restock_order/material_restock_order.service.ts","../src/material_restock_order/material_restock_order.controller.ts","../src/material_restock_order/material_restock_order.module.ts","../src/stock_configs/dto/create-stock_config.dto.ts","../src/stock_configs/dto/update-stock_config.dto.ts","../src/stock_configs/stock_configs.service.ts","../src/stock_configs/stock_configs.controller.ts","../src/stock_configs/stock_configs.module.ts","../src/production_targets/dto/create-production_target.dto.ts","../src/production_targets/dto/update-production_target.dto.ts","../src/production_targets/dto/edit-today.dto.ts","../src/production_targets/production_targets.service.ts","../src/production_targets/production_targets.controller.ts","../src/production_targets/production_targets.module.ts","../src/queue-types/dto/create-queue-type.dto.ts","../src/queue-types/dto/update-queue-type.dto.ts","../src/queue-types/queue-types.service.ts","../src/queue-types/queue-types.controller.ts","../src/queue-types/queue-types.module.ts","../src/recipes/dto/create-recipe.dto.ts","../src/recipes/dto/update-recipe.dto.ts","../src/recipes/recipes.service.ts","../src/recipes/recipes.controller.ts","../src/recipes/recipes.module.ts","../src/recipe_ingredients/dto/create-recipe_ingredient.dto.ts","../src/recipe_ingredients/dto/update-recipe_ingredient.dto.ts","../src/recipe_ingredients/recipe_ingredients.service.ts","../src/recipe_ingredients/recipe_ingredients.controller.ts","../src/recipe_ingredients/recipe_ingredients.module.ts","../src/app.module.ts","../src/main.ts","../node_modules/@babel/types/lib/index.d.ts","../node_modules/@types/babel__generator/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/@types/babel__template/index.d.ts","../node_modules/@types/babel__traverse/index.d.ts","../node_modules/@types/babel__core/index.d.ts","../node_modules/@types/cookiejar/index.d.ts","../node_modules/@types/eslint/helpers.d.ts","../node_modules/@types/estree/index.d.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/eslint/index.d.ts","../node_modules/@types/eslint-scope/index.d.ts","../node_modules/@types/graceful-fs/index.d.ts","../node_modules/@types/istanbul-lib-coverage/index.d.ts","../node_modules/@types/istanbul-lib-report/index.d.ts","../node_modules/@types/istanbul-reports/index.d.ts","../node_modules/@jest/expect-utils/build/index.d.ts","../node_modules/chalk/index.d.ts","../node_modules/@sinclair/typebox/typebox.d.ts","../node_modules/@jest/schemas/build/index.d.ts","../node_modules/pretty-format/build/index.d.ts","../node_modules/jest-diff/build/index.d.ts","../node_modules/jest-matcher-utils/build/index.d.ts","../node_modules/expect/build/index.d.ts","../node_modules/@types/jest/index.d.ts","../node_modules/@types/methods/index.d.ts","../node_modules/@types/semver/classes/semver.d.ts","../node_modules/@types/semver/functions/parse.d.ts","../node_modules/@types/semver/functions/valid.d.ts","../node_modules/@types/semver/functions/clean.d.ts","../node_modules/@types/semver/functions/inc.d.ts","../node_modules/@types/semver/functions/diff.d.ts","../node_modules/@types/semver/functions/major.d.ts","../node_modules/@types/semver/functions/minor.d.ts","../node_modules/@types/semver/functions/patch.d.ts","../node_modules/@types/semver/functions/prerelease.d.ts","../node_modules/@types/semver/functions/compare.d.ts","../node_modules/@types/semver/functions/rcompare.d.ts","../node_modules/@types/semver/functions/compare-loose.d.ts","../node_modules/@types/semver/functions/compare-build.d.ts","../node_modules/@types/semver/functions/sort.d.ts","../node_modules/@types/semver/functions/rsort.d.ts","../node_modules/@types/semver/functions/gt.d.ts","../node_modules/@types/semver/functions/lt.d.ts","../node_modules/@types/semver/functions/eq.d.ts","../node_modules/@types/semver/functions/neq.d.ts","../node_modules/@types/semver/functions/gte.d.ts","../node_modules/@types/semver/functions/lte.d.ts","../node_modules/@types/semver/functions/cmp.d.ts","../node_modules/@types/semver/functions/coerce.d.ts","../node_modules/@types/semver/classes/comparator.d.ts","../node_modules/@types/semver/classes/range.d.ts","../node_modules/@types/semver/functions/satisfies.d.ts","../node_modules/@types/semver/ranges/max-satisfying.d.ts","../node_modules/@types/semver/ranges/min-satisfying.d.ts","../node_modules/@types/semver/ranges/to-comparators.d.ts","../node_modules/@types/semver/ranges/min-version.d.ts","../node_modules/@types/semver/ranges/valid.d.ts","../node_modules/@types/semver/ranges/outside.d.ts","../node_modules/@types/semver/ranges/gtr.d.ts","../node_modules/@types/semver/ranges/ltr.d.ts","../node_modules/@types/semver/ranges/intersects.d.ts","../node_modules/@types/semver/ranges/simplify.d.ts","../node_modules/@types/semver/ranges/subset.d.ts","../node_modules/@types/semver/internals/identifiers.d.ts","../node_modules/@types/semver/index.d.ts","../node_modules/@types/stack-utils/index.d.ts","../node_modules/@types/superagent/lib/agent-base.d.ts","../node_modules/@types/superagent/lib/node/response.d.ts","../node_modules/@types/superagent/types.d.ts","../node_modules/@types/superagent/lib/node/agent.d.ts","../node_modules/@types/superagent/lib/request-base.d.ts","../node_modules/@types/superagent/lib/node/index.d.ts","../node_modules/@types/superagent/index.d.ts","../node_modules/@types/supertest/types.d.ts","../node_modules/@types/supertest/lib/agent.d.ts","../node_modules/@types/supertest/lib/test.d.ts","../node_modules/@types/supertest/index.d.ts","../node_modules/@types/yargs-parser/index.d.ts","../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"2fd4cb49f4c5d0048d30e9f8169e9b9aa74c54c3c46a12f3fbf9257607eb07a8","affectsGlobalScope":true},"97fda9a66baf7f1644a76c27160698be6bc5da3cddb7109d0f12d4c7def0f353","5c70f2337ba168a3f53cf4389a071e84c2428a362f4d2b189ad59b1afa73bdf5","293949dc6c2f784f8d8c3761a0e05bbe61608ba030f06b42e755be3063ea8d2d","070a92b6c7b3061a032d072e87b845b9cdbc8692ba83c54ad73c5ac72a06e7f3","a914c8e64e5f910f90cd2e64d1b822a5ef0578862ead57520bcb67f895417b51","34fe0fa41bd124512ead7c3d91f2a74293d01ed81056932711c4a09c38f3be66","b37ee4d946ad2f6e52cb0ff9571966c6302be51032ba3ea97870bee115b9eacd",{"version":"8e110392b82fed078d0558be42e7872d71fcd5b6ac278c58bdfea743dfb4abaa","affectsGlobalScope":true},{"version":"ae33f7c3e457e4e9a2fba1b62f1e659bde5389d29a13444b46972238380350fb","affectsGlobalScope":true},{"version":"8d65581abfea69586274544cc81e7ae4103f1345650f8a206a66c9da336d73b0","affectsGlobalScope":true},{"version":"1c11a33d4e5e3948f92c83b1a01cec02a102429466186da3576d49d1e4d2babb","affectsGlobalScope":true},{"version":"43fe9ff875b0a9e69a3e052143351f85c62bfa6c124d8e62f957f354e6806212","affectsGlobalScope":true},{"version":"345afca9429c9143e0016cdeee715a9bf39c55a2ff46954fe0c9d5764feaf895","affectsGlobalScope":true},{"version":"6033c6a72ec9e414c5e60565fdc1b70d74a89813e6e0da85f7ce49cb6b620e9e","affectsGlobalScope":true},{"version":"bdf5bc4016f7925121cf5d56b52e6ef8eade438892daca88d00f8583ac29aa79","affectsGlobalScope":true},{"version":"ac6a91d78291f82d060a24001518a9f5f2a94324722df8c159691c08d39c6bf5","affectsGlobalScope":true},{"version":"4ce0fcc6c7dc07b2a97cf3bdd4f3df2fdd7056e93acc52de8d15ced40c603602","affectsGlobalScope":true},{"version":"999e86d04e508d25e374dc1cf37aa4f7f733ad93a8076b20203b3028c7398fc3","affectsGlobalScope":true},{"version":"c1f9879f76b5409ceaad951b084533d8abc39451a72d6ec55dcc5b9e5f098309","affectsGlobalScope":true},{"version":"edf09c21100b96b34dc4c6fa0ad1a3aa222f756e66fcde8166798a513313e58f","affectsGlobalScope":true},{"version":"9d85823190a0cc40ae23f58dac544b636e706b2583596b7cdbd9bc53cfaa9bfc","affectsGlobalScope":true},{"version":"e6a8f68eed8ff0386d27d17e4a162c21923e3b8c41f3353a9ad6ecfdd7cf2ddb","affectsGlobalScope":true},{"version":"e5a2120466a0a4706f3128f1fc2e78d2fb19e6bec3eee90d4b372efb45286c75","affectsGlobalScope":true},{"version":"051d5a200e8771c0c1469ed0f1ab614d96be01121f929c50eec78f334304e397","affectsGlobalScope":true},{"version":"c4ce7db6ecc881e6f3e0f446d17f18d29acdf703e66ff0df6cf0c6471a83a481","affectsGlobalScope":true},{"version":"9fe84185f18c70ba5e1a4bcc634b7144c525a7e045c204b60d358e4314d452e9","affectsGlobalScope":true},{"version":"7e5c6f61da219c0fc043b31a2e4d2cd32564e60c027548cb0e73740f98c3afc4","affectsGlobalScope":true},{"version":"5a94f2796f57bca4e1ba21bffbce7370f91368b8d01cf12a833d6242d315b72a","affectsGlobalScope":true},{"version":"0edb7cbbfc5fef9085dcfa7637a27acbfa19b76832fdd086694a9b3883bf4fd4","affectsGlobalScope":true},{"version":"ca1490d6aeefd9e03aad9b5660fa6987847603190b8cad12b3b9cddc513d0504","affectsGlobalScope":true},{"version":"5b460121cb8201504e9becddb2e3dda74fa2561d14de92f452fed81ad794f2bd","affectsGlobalScope":true},{"version":"03f5b59a2d05a77266490ec195365773e2947c6022962fd8104e0d23941b0648","affectsGlobalScope":true},{"version":"8283b753d7dd802450c38f8cd841dd0b1a0b246f9ab429e9b7fa5d8157fc2897","affectsGlobalScope":true},{"version":"7455bf53aacdd935681c5b701af026368e9eefd34f043605c514d1cce9d5bc7a","affectsGlobalScope":true},{"version":"9b7b68b72b0727055f8f823a766b888c1dc21aa7f0038e0190168967916eec28","affectsGlobalScope":true},{"version":"5503f40f563cb65c20d01ba44486450a837786393944ddd2e85e3a4fbaf8c205","affectsGlobalScope":true},{"version":"cc1b8f171627faafd4565ab3a23f55c47e4feffc8bc312d27993909d1f255779","affectsGlobalScope":true},{"version":"ff7369a1bb5bb05d02c39aac25b0969d15454fe47be485ea353564ea89ebee2e","affectsGlobalScope":true},{"version":"0069bee860a9c2ffbd29738234c7e72d849358355833913160ef46df10214e0f","affectsGlobalScope":true},{"version":"2a3f88bcd76a6b4b017a3d90e3e9500ef608ab110c6b0a692307a4fe71ba9e5b","affectsGlobalScope":true},{"version":"f0b3cdda817e9f2d89da4ddcfe1fd60e91af4a7bd11d7e5b56f3dfbfa12e22a1","affectsGlobalScope":true},{"version":"bcc03d3a0479272f21ae754efe5270889ce82d05a524e46ac7633130fd8f9198","affectsGlobalScope":true},{"version":"0e382598dc1f8bebd1b305caf687394ddeacd0364fc69e07ed3d6f7bb25e1c12","affectsGlobalScope":true},{"version":"ff89bf7de7833aca6552c8ea83aa9da1e3d3a406fe15d4e759d69b902ed2ce56","affectsGlobalScope":true},{"version":"535c56a8849d541e0d1ed96ab68ea1742fb46a96d11dfd2b23843d3426ced988","affectsGlobalScope":true},{"version":"d1e388e9b1bcd2d29af3a6a6fe1627a25944bd3210f05c45f42e77acb7992a68","affectsGlobalScope":true},{"version":"562732440ea01ab3e998713ca4acf1041d07ba6857ee35bf874dcfa02033bffc","affectsGlobalScope":true},{"version":"6e1a1c62ec43804127cb61d18a86ea569d78608e26ff5780ffce21b55a8788a8","affectsGlobalScope":true},{"version":"3797730e4de64a1228831ed288c81f1a22c66df78cee084ffb71170fe610ad26","affectsGlobalScope":true},{"version":"c741d5a3d1ae7470e5e859ba9a99652c5c63bd79fa86a3924658bab33ac566b2","affectsGlobalScope":true},{"version":"181395090acd2f1cf80916b3743f96e097c4b0244cca88fd731e48f57ea6ad63","affectsGlobalScope":true},{"version":"b333b85aa74c3b92988940ab51d50c533c93e2bb0d78be2b5e9e948e76fece0a","affectsGlobalScope":true},"7f36bb9aa040abc9d2feee7da8a4600c9472b9833f8632101b3a9192fbed04d4",{"version":"8d6d51a5118d000ed3bfe6e1dd1335bebfff3fef23cd2af2f84a24d30f90cc90","affectsGlobalScope":true},"cd29653c29b37d63f0f0b733cc1d3fc8f9c7a392597157b5eec37499d88b7928","9e1cccb229f208f4b00f271d9a5f4088766a0a6a3479e5ce5a857f737b1a8d0b","357c0f9fd56bddb7846fe170a0bbedf5bf03133452ed8b367e2fb00cd618c18b","b68e9ae4e30157f5b57c79dab4812fd22acc77401b88b7cb02d9e2dca959cabc","14fa54a331f831d685aeb58f3880a6550507a1e7e79917a88b81c1cce924a04a","a7eafdd417df7ba592432fa6fdeed343a7b5b7119f5825a6ba1f833f81ecab40","1ec9d1cb8c80ba90b5b7e56f7afc939cbbc1c72790e70a308f7a0f823ce5cb79","36542d963bebce87d9b40386d37d52bf9ccaff376f8c2a598da6d9ee5bac8723","92cc7a3e17ef5d44f21cc3a25b1dc92f396ae77ac0049e4761f6d60e3269734f","721c6e86ddde3c8a0424bf7b8d7dc3d190b8eec2eb90452d9cb3b0f99d0bde01",{"version":"ec2dbc9fc87e0ab0db0007621c1c27bf7ea51ad85e4969e6b96078e16599e1a3","affectsGlobalScope":true},"0bfafe42767c045fa74210f3f93f42e3fa49b7a1fc4afa2382f9e3304bb89ccc","e5cbd2dea57684a4aa4fa52464d4d1e524b734ec0f2b3618817141c9dbce902d","07203713bbe9a638d4fc11895432f6ad8d13391fe4d4dcf12cb7d5d49ce2303d","b09a161dc50f05bc8c312e8e134b2befc75596063b14c53c800f8f208d4e51bb","0c3de5c67592cd888a0eacb079c153751c05eb4eeb284d0a837be9ccd8782f19","1a955a0c4968b1df660c2136d788935776373e1c35ed386a7c9a4838c4cd1ecd","0f868ddba1f0b4ce5710323c022acec3a520ff7b08652fe06397fdb4077b360c","199f601640f125bf79573c17dd46361bafd4d0f995355afee979feef9b485967","4f856fda5803fe14a5f675d844437262a2321873ffe6b5b28f434ab3cd98c2e2","34a136c5fb572104624bdd5ca5051e7bd9a99c5c827f4d0cda0cb913fd9c63ed","8b1c38f1ad05371ca9da3b91366ba01391163487bc4004d678c2d78b7a7fb141","2346514a7f68d5be7daf65c3ab50e3ce7ea5828d439fc9dcdc7e3b21704d937e","8087f9490ac0bdaa8fe1821f8f2f7a66e239a26ec7a551fb2ff54aef36fa4810","3e59b4bfa62961dcd97d3c9bf579cc2f28b6dc2a4c17301e376d5a9f49b5b0b1","a1b7e3ad56479c74ebc615dd6dc72e7765e724f12ca8193af73a5320e56f710b","c4e4533d2892e5e882472b3ac14780d8d3d1a53a4464cf29aa71f63363ac6dd5","185679e7529529e66151a933d3546b0bd5935ebe9479c9d7e61b2a07c9263604","f943b91ae555f7310436b46e9bac14308b67df9618fa62d35efa1ed8bb79ea89","1b7bd5218e3b282dae675aa6d0be16b52fc2a82c1c3a55b58ff0e501234f05cc","9ab4c54973bc8a473b9a3da90b809d3071dc240287f17efa3b8a2d8def3aeb06","85e75faaaf3b44faa13d30517fe296e65227ad3a0d7c6b24168ade613a67b16b","d6d85b6961c7a8df0429dfec54e1d9976678e545fad661fe756b0cedf4aea544","84433976497b5309116876d38a69a75fbda629893f3020abd93c30c23b58df2b","8a44c8aa5e0212efa9c0f8c2e2ffd034e911195c314a4c8d5846a872ddc97e63","b0f8a3e3b4bd666b93e0d9eb2d2b9539c0b5146e07c5fbe81e0fd9e1a56125d0","30ed7d9231f86e5ccc644ac7ffc6bc11caf6b3d9bbcd80ca0e4485ec4540f0a1","6c46b5172c65163cf65de721fff40c6dfcfb1d9fcdbd87a5ef9412b1abb8d4e5","1a4ad0b2a98fe67fb9e28df1a01f57a9c149838866ebb7e196a5b30f5b549b9a","99a06ca10a59d28f3deea636c7699f994cd64282fbeb0f7af2e42ec21a1604ef","6e9a977f8448b31f4b828e6ae8452a4f491a88afed6b92789600dc0972f56173","1c00c1150136b0996026b30c96ff509089b1098e86cf1eff9e3c23dbfa5c662b","4a1952149f3622a31734e6fabba2eb7e0aa94b01649d5d3dbb95faad3c6321e2","c223ca9542ad121fd582699bc4faca95afa46c71955ae56a2343a147846c4efc","a040fd513007d4955027d5a233dbb654f71ab46ab70c84d0d049fb4f53078101","fcc8b6f055d4eaed7f11b28d3f8dbd1d54396a354589c02605fff9fc2c16c274","69bf15663215f21aabe309cd4ede6b3ed7590ef4fde7c2ae5117a31978e359e3","c51d2e6e6a56f05cd67d4d1ebaa47618c8ec9b0d6f6ec82ec307bee9d7a4e64d","4842ef2ff91ae856244623877738198e19f8d160337632b98508be788f59c031","a34be37eaef02d2d14779c2816f51bc26ee9f88c61d686b01a18d182b58d4812","1a715ed850ab3eaa76ee51309e996b7f96d17668817fa0d6a0fd99c25a0de8ef","8015930f96c1c95a19279adf2341f4d3b3a0059cc4b61278c400e39d875643e5","6b533b83efe999ec22904040615d3fa4d0d3599168949c1f05d5229adca10b33","f7b0d6a704e1abd68d344aee0cea3cb40266b4e6337474ce935482f2d26bc1d7","08665a0ec37cc8f79cc8a3f51a57685a983973b76651f47b0b04654ebfe1837f","821e02b86c41d06f374def3e6f7b89426951496cb381fc7e4437e1cec48bdfa9","966748c05b6fb548f03d41984399fa83500b5d06f7703fb4fb29856e03f62edb","20d63781d1056264d11d37057adb3cc6e95198f458a2c67f56efb8505e5ec1ad","00f2b7a73eb645904640d6cfd0d814a23476bafe93c53c5a835c659390a373b8","50a2cd2ef62ccb86e2ba4d6c92147233da2340cdf6e1992b5fd0b35f1e945484","8179e875d33791cc73871b75f5fbef76e5708235aa87721afe451103929bb996","c2dae7c8810ec085307050640583bcf21b457c5763be87cb89447a5932513370","a8f0bad68d61a1945d4a3384070c540802e5bf7d1305109700007571226b0154","c0cf28f8d2b6f3399b3e7ca2f56998b947729614bd4f611c392b430be613d773","79048db5ba922ac904ff75cd8e283907f68ea47ce9a912f178c6aa3b007fbd7d","9c7d04e6f98fbd761fbaabe71591b36dbd53ac44c1cfc362ffa981b988be8725","7e3aec8c820407d74eb8e1aaad8af52fb00ec8d1500c740529759e236f10a435","a12479cc337380b3a79fbeee319eb1d643bf57d234c6567a642fc1b5fb920a4a","dfe69f01b39663d9baf72efac7015184d5e54697065287b46f474f4959cf0b64","42e21275c1baea771151c1f921ff38c5747f0261548915b023629ea456ada0e2","344a475c6703c0c7703fe83c721f6919ff918fb9e967d0362d3028f7bf7e0c32","25f5ac5f22edbea71a079803bd87f1dc323034cdbdc678898f18e1fedf3589a7","a4f5772da7b4c7c2225e6389fc4a4fe6ea356cb1e7d8c0a57e0afec83532ee3e","41f2cd991bf23126d5aeed9bc65e5ce2846168456bfe2d796a180e3dc9c8b068","1c533bb592e27ca8c59a3ab3acf8bc9c3eb2fe670a7b811a60c9eb04e018b97d","4fd435c4ddda5c923944e1b9c0bf1e7facb136c71e8253e37a627ff990347091","376f904b5439dd8dfcfa9f46e0785ed1a84fdcdf8dd102c4404cd1bb286ad110","5f80a436f4d302833f9bdc0471b495f40eb6c0273dc99337e053d1f637ddde82","b219f281ec13b4139f926f72900eedfd2b6bee5022ea50813a50ec25bf23d78c","afeedff5d41717e21bc8a7db3cf1e88d4c52ea9b602b5e6c9ac6376739e09b32","8ae6f06728175da554c055379108df7f6a6e87fc9a2c83e0789388e34d988ae5","05a5fae6ea4c69bc084b28561a9ea0e05ac79bbe2653753d65cebd3060aa2234","a68604c49bcac0578a76a5ec112027f7cd65c9e36b61a89b674a7a4e6d541c31","3d09faf94460af3f36c90d3617a24f0ca2a6be3205574d64b1cca3ec839e8c62","dc17c2cffb3bfcceef77f5ccdd4d1c685bb7d9451b8d9bb29b9f04681c576127","ecc40d44eb097db337baf61aa909576eb59efabf49b298ee31089a7033938296","ac0d6c045be0cf08c2b9890c42173f442496b77cd36302160845581010556381","37be8cdbc8e1567b1b23dca22a6167529b47eef9c1eeb6441973eb6caf0cef92","7a003085cee18c68f4e8a10bd984dc3f7a94eadc9d9ebc0be16eba972bac3aac","b714434af9752743b889a3f43a799e8707913882f9d0b85db6827796970ead6a","ea629eb9e08b5fe6c2d15d7040a10bc789d771e35fe9c3c86f2256c80efd0ae3","367f68f3a5a904c70719f8aa9d98a5440254c097aec898c77fd98b120b930aa1","6c0a7118d466f9afa75091aaeae3f36333470b679586c380a53e05392a395141","7e147e53926f4af25d29a5299323afa6da3e74718336529f86a8ce199e009727","0b53d30d952f92c1629e35e5fcd8caa5a5178e3c1720db71575e4354c8b292f5","4f7ef84d339ed2c8ab93948ec3468f3009404d75157432231b124f01daf2a3ef","49183f4cdd8d7beb7b2457de3a6a7970c1c181ede9b1deb45364f489ef910d70","18f6a72615f9c6609761d373674227c95ad4f35dcadb2b018f0d985a77bbf627","030c158bd1dceb6acf1e44a8fb18665ba2382031183ab1aa1672b77d209a54f7","3ea889e2bf2b8b87f56640a3379becbba846404b7bd3ccb734e8dc2bc2195b7e","cfbd32c1dbe59c371d5798757ef44bbaa22dd68169f3f32c40f6f0e5f7ee5c29","7ffb4b87407053225e6f0f8fc5967bf9196f72b07006d79d53cacc16a99ba9e1","b40c98a600de2187f0a29696eff159c4615fc000761ead257d09dd8ab42e06ee","9a1f04530d69bddb5e245faead591c615519ce48c685a85d0cc7768ade384899","2163aba020fdf216a4c8801ff5e54bf7e58ae27a59a5b3d40ee528e4cf38bb40","c16a678061cc08d56d612935951d07c8a2215d93f2ad5989cef4dab77b1b12a6","1119a290d75174b65870309a4501d271900f76f02eb94dd4c9fb2455b2001d80","4e3a2d1f1e6a6f3d6f5d45d413ef967afbb45fe592089b71c018a6b32ab31c44","712ce28a408079645d596222d38708f491708bf79cbf60061b36de2dcb36f835","e15f6c847c82af7675f90f27e0e7c51029f1a402cd41df8cb76eb023b4b428d5","47aea4438d5c7af5c2868616c950bea43380e082a9082261f0ebdad2785faf75","ef1a2887863355b5b1181dcd8eac49c6c4e6fde2d80613ca4d83a1850e54890f","213183e1446951a6bfb55867c4cbdf612373b0f294c67356a02c3af2b221dad7","5989c81919209194207bc12ed4af221823b9fbe2600e28310021e116db77e4b3","c135725d13efea1f5e0ba392f7cba015000c04856f578bc2cfabdb3cf48f4fc1","7a37d37e2eb260740328df7f71da088048204b6f7a062092c6ff18a8361824d1","2d6062c344457ce10b74e2903c126e8c56d9cf626e95a5ecaaa90dfb6f4bc3ca","29351e8a7008d9510a2aa9b15733c1b1d02d5cf722a7ad74a0ab14ea4074fa2a","9cced96bcf7e90524ebc3e582b0cb79d9fb1a2b84df24ec272659a5ad4566706","b33f04e6a88572bc720f87f9bec388a4eaf67bf336ad724125dd94832bf1bb18","a7bbadb81ae63b0a953cd6f45b6a5bbb3450bda5d96d6eb436cf94dbd299a309","90164f911d9e91a04dbce17f7e34c28dee071c1d31e6dc34fe305dabc81e8d82","cb142fa67276c57faac970062f442c2f9689b4b847c70365ce85940e1c3b007a","0b0b5a511a22238465ef38e4b98fc1455fd7d8a935e326f36a80fcfca40accbf","e927d547036ae8c3a03feb9c9d830b76b09ed0fe0c5ab70ad4f4ab9bd6327d1d","f13ba01cd83422d2ee521bde2d47eb61f2c23f54c4d04abefd0699b4d2346364","1846a10ab60c4a3e5d13fc9004d12b473bb590b0026c5ead7c2abc53aa7e0f56","839878e587bfa3d7645628a0b5d2e7d50e769ea0cabaa797ad64bf219ce40ab6","c8f800d8fcadb20d8b1a14b185560f385ccbbe0561b4b31ba73aa99e8ce1341c","0e75a8b035df8635e1bcd72bbb030fa927049e8a113fae980c6a30929a7eb022","cbd78174fece32405f8eae97d37023d1b8c778068f598be997d6ac27893ae16d","6361c4cb51ec7d3d1a93d58eb4db082b57b900859d8682f28c570cd28de4ce07","da721c3919e18dab97eea18ac7ae15810ba0ed5269d292084b0f6ae43027e9f5","67577d877394a22ae5e9ed91add2d56e9d63bdbf0615c7f21a191e5ea708fd67","c48997cab85dad5b18119d7ae9e38b5dfac9d00b077b64e8d3f3684c5167c730","a2fbec1da1d2f34ec10ca6c8c01a199ab29102f6c3a9d528e80bb698e159c9bb","e58be6b62b31517b190186886d58225167539c0c6ba7e01641c02a2b167e6ddd","571de1e3b6f5d0740f37ffeaa5d433d9e49e7dfe5aff537f7e4b08cbcafdfb95","6c9a37f219a084af3329fde4351ee1c53eb5066c6f42db97c6f9d99da1718f59","535ce48e5e268894278d92825d16c24f98a620c364049f719de3bcc770a99424","4b7093ad677aab39d40aab7bac68ae97055d7b7bdb080209ee1c59c364a657cc","adb0eb48ada06b160b8a3aba6e72c979d4dde0ab96a553cf2fce262624bf394a","a637725c54a65ae32a68a28956ee5765b18e6239be4c88fc6ebf6741653cebed","7f8056b1aca104fcfeab35934a2eb00b724976d6d4c93a3e3aef9c270b166891","12568b327ae048f9d8ff269addfd5ecd9d7bfb2466b40bc1e7e1787e0e93f091","b1fe6efbbcb14a543e9420dca894ac71659727f52d0800d1580dd01779f3fe33","bdc79b9bc3157f80d2696b5b23857b8f6285d69c3a0c206dc566e899a4faf792","bf25beb89ab958d34ba12b7d69076fe5f7d2e6f9f806cfec83a5bf70a853f98d","2e3c1b3d4b7556f029d135c58f7c50d84c6e922078a7677ebad64342e2591901","2ac37e6b83e3eb57f4e85f4ee9a6d87063d9eae0003269d15b6fc40ae6ca36b5","60570cc7ba076c23add06ead21fa72d1fd19c3e1b5a7766d4f82d7a309408139","99d23001a6eabf92d3aca206e9f28a2098da8e7ea4b32331cf1486b77099f482","43e848f969f7ad403d28749df3d46003eff3c98068b08bb18575556c7465fc21","f6d24615b5bef821976cb510db19ba15c12691b0191d7dcd0d9f6dc94764e75f","b828b5b866e01a20acfc791fec82efeb3a20a00cb508a8f61dd490b81a6003ed","4938db21214f998f41dd8d87982520f2155d803118bdca866e12785727507a73","de42b2bf19e510030a2572ed1884c4ab8c20db3e1e1969bfc6922193022699d6","187c9b65dc21e5e382415af52e3554d92494dc2b8060b6336fdf346ddc6184e0","4830bb822d461c5835d2b887f202b537b79cd5e365132da6611f67d307b824f4","58a314371400c3683fa9dd2404554b302d299a9a5a1b8a8a3ddd00883f7ab82c","262fb71c5d78e47a06a8671bcced4fdb20f95ff7347ce9531f55a056e3010979","1c2acf7f054dd3878897bb6eeb743935c5a5239243a43be7ec2ccd335fadd305","b3eaa7485622714ca8202766ad83484ac2403dbd4b56ed8789885b34be212bdd","886f49684f7b3cabb4d79031bfc6594864afa101051861098b70f909e7319c6b","fabbce92b2a45449d475810443ccd31ecf84f6c40674bf2a1513b86191a6bc3b","942ea7301220f5ca0a8b860f653dc6e8c9a42bc833392743fa0b2f2d49e13dfe","489dd22803fbb50f0676f65b414c1f1aaf038531b2575b4620eb4d0121947c7c","cbb1f813e11e2e0ebf6fbbfe11a66f5b8460e9af2e28cd1942d5ee5c6880a68c","00e801f4ad5ab37a22957acfe1e8deaea7f26990d39958fd49aae877949b679b","438af48c270447200a64aa2fa062c49a9b1e21bcdf1e6a79255848b13be60cfe","a9cf7e480caae93ee23070d81d0c85d3b612e26164c0dd96d5a69224432bf58b","9dbd9e64b99652709c3e2bd47ca306a4f0cbaeb44cdb446f16cc6726301e2760","50ac137becc59e676ab806f6548752fee9e061fa24cb94a869e1aee3ee3fe90d","5c138ee7068df5cae9db7c2562c73aa375567e116ec79593059195da2d01e6a6","0b4aa74c3cb6e64d7e93043f2ac08dfe1666774a924ff11133afe8fea92a7fe2","ac5ed6e44d3e276d6cd3791c0df588f19426a9f67a982ac380020ae858d982f5","6603ff43e2263755205079eeddb7607c150bad30e03a013c264ebaf4b79a35e1","17f82bea0287ee1426bc5364b0affe017fa8883e1b5012946dcd2bcf467f951a","dd440ba4b5284fe6dd246c133b46e836e81309698a64eddb9fe608a9ca1cd051","e06bc0f6ce143949b22df98ea5b4f5669486752ea9eccb8e4db8df47e79ac795","d90684bfece77ac3e6d557f264ccc311186cb0877d4ab160f2c6e6e49d3b1ea1","39cc5ede3ab0213e333de67aa5860443bcd9cf53041ecdd5fe017285a054daf6","dc3f1db6b5365a9d60b76628d1635af1711a1e201a840a749cdd9bc073fbf2dc","5f18ef110553e1d69ee80b3b92cd7502dd2f26c6b092e4e3202c3a1c5336bbff","deed8885863add75e54dbaea097240f1fcdb8657ceeb342804167cc6c097d896","3ba670ceb39995847b90ef75256380e11a71ea72e698cc0ecf9df5282c8531d6","f6d19e26f405f05200ff73732d23f5b2b50e211d031abf328fc790884e4d1337","69508fcc170f5385914f6fde119fede5294b3d4402966dd262b229c94dc6b157","7b6239c431103ae44bcdbc8ecd85a58552345228d3a3380a99cfc5c3d49dd888","27e395faa7f7af921e104f5b9fc203ce26438c284413cd4a3a17797a1f523155","24335dda281db7279ed5d5b0fa95700d14965775bd28628d2e465de7928c7ee6","d6ec50c346e16574749e0284290d72226662914803b2c55ff42d0d1b0ae1bb28","4142ea9148909c7654644f97e743a9258c0095775385f4640f41a5a183bd1aae","aae67ca278fa75518ce62e0167dccdb8f66fb686bfc411a862c7bc15c8f5b753","f43ede2fe612f7af64a9e7b73a579eac2ad738fd23c94c180edd221720d1ac80","df1dc20abc2307cc589bb0f776b7d4beebb37413d841575db3224293fc81d4c5","ddfec443331959cb0b0b1cbafba713a3cfb697033f1202f7546277d972fcb661","a12efd92b4df9bd2ee75be14cb15be5cf1853422c6e4eaada45a1c958505a1f5","03aceeb868156ed95cae9be39255472a74eae5a8578ddd1529929015c721a5db","73b89fed479b4214ae2a366dd37081b35b4c5a7a17c9af93b0b66a40a3c0fe98","3a26db1af730212968a2155b34ff2f1d9f03e0a2e085ca131762d4b1b7e58228","2245b9211e3b515649476d590390fb0226e859d941e68973a5d56d8e3fdd7f1f","502233d90d533b4930e346dec66c3140ceb961f8adcf65ad66cc14e7a44d8222","2383b47fae2aaa1a2c29fef144a5d865f8e06a89cfe0fc85a949d86e828a824e","1a0a7743ae165310635246565e733353373cecdada5745df72987a1e2804a1e5","8be385ee424ae120debb170c81a89f4c9d1b83fc19053f18a5e3ac60992958bd","2375630db0676275b44a17b1c5de6bda0ccf4db19417b221eacb47f08ecebcca","82526f372f9cddfb47fbce4f0d9c4252f559f9b89611de7825a9664ee03942b8","7f8fe3b0d13e190bb2fd19294e83516a1885e2c7a9d8bab286e85a75f17ae6ec","fbae4d4c22ddccd379122650bcbe5106ded75c8d7c438b2e5db4be1cc271e308","ddf47ea66468f2d9e604d6a5bb9e2bb25604979054d0f78f7acd106151fbc554","1b92f6271ba86a1adc16de70a8bb29004fa8f8d9568684fde3aceba454df9a5e","b3af103bf43234413f2f9d149d83f270732be3d6ab332386fd275cb326f1bac9","7ca2c26e9cf4c990e2b6117c614615df94277fa46be6a99b63d329c89d93094d","b651b8d263fb2d3a4f1f491323459bdcb31fb2ea72e88d1e92bd2fe3111c1876","58a363f1fe8edf119f460764b2e8cb74fb063c0b6b7b0e0cd267b48b0327387a","65e338be6e7613494b1a3827f963a8158d61875abd65d1254ac9f153c3304137","90212e2a01f433ee87a4cd42be910e927925553a9917629894368f778653f13d","3117f0a0d52f7d82c0b245a1a3a3383d6425c0a17f8149ce06064aa12f140a4b","5419539728c11bd2bb1251bca414b8e0743a81a440a38a675073b58c6b71dfc2","6b8d9cf8f489ea75767da063841519fe96fd18e246bc602f0069bf5571423b22","c3a87a0dcee6ecc494b6964baf98c93d94d548132cfeaa6f945704bb24edb35d","7dcf63d2d4821cc4fa1b20e1a1984201e2c51b46d700d88e08ce8369e98ddf67","48168d042ba5b263fb40cb26e790813476965ddbe0175f53703a04feb8597403","64502dd26185ef290bb569241e6fdd7ea9a8e40afd3681cc5e0c2d887640eb32","7b147afc4a1e63ec15644a7422ccc4fb7f981de3776e4b726bea7628b2cd8666","4572178f7a02a772ef308d0027ea1bfff13dc72fab137097397793b5522f20f9","9ed27c8f17bdf96d1349d5d0db824c81ba8a4baa8aee6aa12f24cf813aebc628","a591b2cdcfbdbd14090c84d2185f46a8ba1ad4dc84065e6bc35e56c32c60c417","c5a069ca2cfa230a4ce6fb86cc3298c327cad8f6752d2cd898420d6698235223","58f287b458f6f996671099ba4d28e889c251678400594a0542fd1fcae791e68c","b2cce6b2d79aad82ede422a6345df0bb523ef96c89698c05e2f8c2715587c23a","6af52992b271569678b4bf6856f27f7e32c0a73af08a477965d3f053326b1101","07b9f698b51c79e4f594965326e901717dd2fb0b7d02b85f44ef7382f15edfa6","25398395556423bb31fa738139a20453d9302137a6dd876bdd9f699cfdc1ac38","30160f5fb41b1385230e966847f955ac5f939bfa8cb44cdcfbd7922deac8e3cc","3b180c4e07d7599169c2f9b9884b3d9b80dae246afd76f591f6509b8e4660767","bcec8f964540a458e4f5ab4e2050a05d33e6782534ce51d1121dacc42001e701","f8140b8410078bddee58885872b83d8fa0b8c1756043bd504d95e2f893b3c168","d44e1b69a21fe4092e0672d1e90319337265d26eafe86d48e0a15651a757f647","193a3fa7ab92e2d238193bf0aa4a37c5bfa45e8b52b7e2030e395568bc283093","623432db33497801647ba3175899b3da02cc8ff1f5adf54b0a34a5455bb45851","8773c0820f0ea5c4438e84dc4dbe08e337eaab98302c2d3d985ec0349f034ca2","7f7c745a3df0adc722c8c3adb9f25b05473745560e6ffced63ceaccbcf5e07df","00bcca97ab141e4907f76ecf28045491bb00804f1cf0cb662d257acf2d4c1ae2","af83afa2875d02ee4418f52a01a3e21fd83f5ac6e807c1845644aa3509d5bfd8","8f937a9adaa6a9af02d5d3f915c4ce67cd72798db4907c253b1052d9377b4cbc","c0ad1838ba26c3b9d090759febaceda0b49e910c46632fcf33ac6898951dda41","f1c0fe50360ed320062394105d8ccfd23a2999abd2681563fd53c65cc8418b3a","caabfc975dafdd3c838d2446b730a61ce759d628783a25f65794418c8b3ec604","c6b8356bab07793a85477fa651f97276f46990081fa3907843c94d6596ded81d","b34049fe14a8d5f35970aff9e66a88b22a5edb09ae640383f96db4a5b647929f","3069d412f17f363eb5e4464119c8aa792d1f333c628b3278dc4576f15de4c58e","c1bfc9880939d4c0e779a611f51e10ce56ead992ba2671d28bf08299928ed4a6","12fc74ba335ea126b6012133a3e57b24729a89356f3beccc132b057b996f07de","a13c9689059c81fc4f75f53e11d65ef03bc4808b2a66770f9d933742f0328687","483b897b9ae84861a27943218ebd4163310cef3a3a448bc1f56b2bc3a14762c4","9cd9d3066bf716a8750dad01344a3db7d3a8009cd3daf34ecea78eb456ee8b0f","8b852a6e7216b5e26f9c2c0e7a45f75481ebdb28e45afee6ca88b9eabba5321f","d5a680567ce99a6baa827b17cc1b155cdb774073b507365c1f757bc307af3cce","afce978b2a28aa977cfd5920427851936163bed463d86be15e75e2dc4eed2a86","7fa2cba9ba6b2c04fea74f5d38232f2197ea3a96c3e836ae94fcf822475cd869","08aca75818e17167bed08128f04491f293724083ae4910a89ac8767879556ef5","aa3ac501af748c97ae75affcc2adf9d80d49148a6c195c0ffe04fdbc1be9e77d","fe9a6b8b11af7f235f3c222895f22733ed2df69a3fda7b10d2d9b99319427e52","53caf27bb72dc44a105169b81dc1362214901d9bd653b0b10b8040d23bc8048c","ded02c32343ecb50891083211544a42149170d0ca731a09b07b2891ec5987e46",{"version":"385014734d92fda4e5260f923e8b59468ff0b7553f710c0c87b2730f8f7c085e","affectsGlobalScope":true},"7df49f30af1f377c276a4bceb08ecb1935d0f44f1fb3c1b3d812a5d075bdf816",{"version":"55772478f2583ff9dde7ccd663893e778ee10913d86ed1d7ada07fa17b8e32b4","affectsGlobalScope":true},"4261742a5bf471511d4faca1efe8994479413d6f4810038d5f283f7af183ff55","b2b9ac97d27df3b236ba4b1891a5abb4358f33a26114d90a71f907c966cef65b",{"version":"64e2c23bf232dc70ee9d3f5f6ea2dae619b06d9b606f791b796a6602e605d490","affectsGlobalScope":true},"228049bced1cd0fca2c25188ab53b80bb8a0cf2ad020252eecda584089e204f9","b75ec35d7a68cd7a6015147f1516033136e292126daf2c690e80cb7410f7420f","bb37f81d1ce653ff8f8a0976e5bb9013688ede7fa58177a8d6f8ff44b07aca24","3999a7c60b5357095d8e4dd91ec2d15a2392081cd9cee0be1b8858b37828b42c","eccaf81dddf4a6372eb805b1f3c93717f6d861683dcaf258fd549e3078f9c813","af6dc73e564b5dcb68b1f51e43a09e5bfa89f5a16f04dfcc7c4ae11405b405da","4bd5e25895a7fc104d1a2e09fba406bc75bb066a28f9b13a43172625da0a8932",{"version":"3f3b0a6cab9916b2b9def7a3e70031dd1e86ec2a6946c93948ecd8d565f58130","affectsGlobalScope":true},{"version":"5c5839f2266a54745906e6a496b3a03dadbecf7efb374dfc34c0b1bc578a7670","affectsGlobalScope":true},"d9d55e20d2102a7e8135a7a5badc149538958098d24342567540fd79e617128e","5609cfbfcba0c3883db6170afda4b74004031f27acd3df57e8bb05ba867a7ec0","55e40f6eab08f57d6eff5135210681233f74d8769c893887846bd97744c51010","c10d44a050125b5dcd1d78d270fe798abf58960ad818d5023cf8d3ac1e27dc24","21c7423d440fd2d32c2d573b85c0a59c8ba9e8e2ec88070ff0aed2fba46ba54e","5392f96ffa03dda61fb05770d7f53f01c1decb9540ff37f3d4840fc655387a6b",{"version":"59b6f4542e640b2694ca59e25c054e20a780ef59951434e5f9b7d0b0b83b4c44","affectsGlobalScope":true},"aecd52d3fa0cada64fb6cc11d9b0303672510c55c3d64c50a4b1e5ca7036cf31","cc5377fc598b46120c249d8f9cc15203abc0f0142e1176ac016a22bd90031334","f748e91aeec3f7c6bcf908095f67a50f3d7ae9f59335b54f68d7a3e60ed88ae7",{"version":"4fb1fa69d7c9ae46156c4158690da2a903b547237e6fbd8afb44f0200b9ed3d5","affectsGlobalScope":true},{"version":"c0b6d316298ad794a95ca675412a553c9d677d87552b2d197e6102f04d908ece","affectsGlobalScope":true},"65f9b407251acbfc24759804bc2c4f05b65ee30f58cc7a536404126a705c822c","ff2aecad8410eca4cf80c4e966f7ac465fdbb5d6758391352f60efab39aeb201","c8c66682151cc9bf69959e1fbb461864f73c07f35c6e0bb0b39dcecf38fb3130","7c2860ed507c1157b633ed20891653bbb4e052577170ebfd9f4cb02e9feced53","6743a94da81d76e6b7481e1c42159073cdfabd150d8512cc7337fa669bacc96a","3d3117f5d2ffa1242ad7c99b35f99728cd4514930f5827a36eb35aafc3b759e7","75ef0ba2adacc934910081c3bc8c41389c0273f031f8135e44c4035682d735a6","8f4a79fc61e04855b12b99cbfac138de3f3e315ea0ed46ea4b1c356a27a7be7e","55b9464bfbaf3f42edcd5eaad3d66a6bcd5d9f2029f149a3f16cd6833dadf0ad","984438a63f9181fa9b5b1aa32f3c6fa7a541c685a8fd6980964a830bc8fe0146",{"version":"f3b3e1ebfd91615fc5cbc639ad9405dee40a912ea5ca5d9fab4b549cb83b13ff","affectsGlobalScope":true},{"version":"ff6482a8f6fdb76a4160c156d934e65b538588f6f5fec3447001f5f8e8787c36","affectsGlobalScope":true},"241a6913a437175f9259d69f683824537ae4641e9355e98ac2871a8b8cf52248","b8e34f9900f55e7251130618f3ee493f0b7481c9a08575f7382e3e78d411e728","9b08a956df231ca4617132e5a5af23e11a4fe3ea1735e1a75cc678da79a4d560","83bc24c229080954195f89ab2362c896c79eeb54d0fc02818d532d1a0860b41e",{"version":"41569c795cfbd34b1547b7a76f633afe0d598035189032d1c4ac4fbbccbae287","affectsGlobalScope":true},{"version":"9adca8bcf87a41ae7562bfb5e4a2d9dd0ccd8b4988260f8cc3e37d5ebb8df23f","affectsGlobalScope":true},"e0ce507a66d40c7bff2473ec56a4230c43fd5c8f6563df03b519f416a92dec95","13a2099b27ad02b61a6fd808fb8bac2a5cd0d8df8ce085f2eb8befd02416bb6f","bdd7cf30f86c4ab625e5120e6744c011980daba4f76dfe39ecd36bd62b958629",{"version":"93ab33db4587a20f7c9a0e67801f5c6c5fa0331f70c2c3576302f683f5e77b2e","affectsGlobalScope":true},"6291e698368285062035b89f8637e210db9290a401b28c6b5e8ea9b84595972e",{"version":"a0df563f27155d933770320ecbaa61a380803bb0567a1975014ac9f5ca7f1355","affectsGlobalScope":true},"29d6476328493963240866ffad0a246c04efeb7fae07d79baa94a905570428ea","9c9f8c22ce42d915f5cca79f19d1f9f7fd25255aa131a17c79f015a6c3d94548","f24d069f67c499220e3de7e139d27047f2c4d2beb77bbb021199c194b1e2321b","b22330006d7332732e264b6d248073de89753eec3bd48b46b1203a8e16fe85ef","3b6aa5832c99c954bf40fa7ff481649e4e2cb8d9273df65c87895e3a2e4de488","657774895cb348e9298b7311652c566db4e63f0a821362b2150a6b502a1c3a23","038ebafbec396edebcd99e24371c259f0a68e9ff377e7065bb56e722618ec2d0","47d865fad1ebf7a4749699a9d6a40b3c32e303b26989234b179a2df743964b79","875bfafc13222f5eb9ac69e97d633c70fe9840b1f0db5c0a787067580387f0bc","6c3c6aad63ad9f80916fb8f557ee3768d677a452ec3185363d9024eedb51c3cd","dd40db16005dc45005f293a0145c68a922c174c96f2c8ed2e456d9df3db19226","df91127903f9a2c998002c84a4acc47b4c25adaf7ea14f118b5ff0df12b9ac40","e2dc6a1c6de3afbb5ecccdf098d896985f204f37e3518e4e1c064cf3d69e19bb","bdb09552521f7ed086e678327e65758ac5e67377617d74c9e77bad626925617f","efc5bbcc18e55dd38acdadb7c9e1442446a91dd54a13845470d11380dd54bd75","e682d559497fd7c5b92aee21238eb0b4eda5d7f8722693e442e70580569508cd","3158d807c62492b225d2bab74a8e777d58aa01c4cdb6f638d65ee27de0d05ac1","ca0b898208739bc1c10cf18bcafcd91ccbeb0ae77362ff0289a1b484022a5a9b","4b945155e7065f257132d11f412c355b8189dd6f0fc9caf60e8e2bf9db5de848","7497799a9f7325713db26e5bb712bf6b825589408633dbec4f38bbe9cae3945e","a858c04dc34563b05c3b26df8d1490a4b6a5be31ca7b0a74c6875372fbe17636","04dbef4ccecfb84ae5bb5faf551a34f54713ecaa547fd6a6c13fd8f76ef63c3b","ccab502b176d3b3025feb0dc233f426929afbb2271f863bbc0917982ca142ca7","0be454e7eea7bf7a6b0f8d5235c7d0623ae3591940a3902606e2fb596defd279","d00e56c7a229c44ab64226ff2c50f391dc3ff48e00131c4ba3024605596d695e","30e9be7e6e657a112bf0af60f4c9f3af154386cf1a80ac90280978b5e52a7a4e","ccd6a48ddad0e440169253aa5d9656344ebe4f7981caf0b259f8e0de22a6221e","0b067ec51a387572ca28fac37c20aba72463e62e4d8416d87e7191beb778e235","4fbc28f325bbf29d09d0fe5e18323ef2d1538782c48bf8ad0f4a8951da72c819","47c0d549e337b8aa84f8a63e65e610be54d6619636f70ed3543e713784679c58","39692ae0d36b925a1ff9078b0413b5a2412074e363884850fb5a3f954f6e8a8e","74d13541010e6f4fdb71b9340e13fe58ab71c188a985c5f38b49f5b56beda0e4","d80197dbb57d7288c28b7645b01ca8ff317681863bbf4e9d8b7663f14e49584e","c11c1c779af582f99dc84bf32b9fb71115405f426136f5cd2675a31601d4a19e","f9e6db98a5f7c3542d335ddd8fce9f5923ee69a8a2784592f14cd4f56c7efc6e","57bc42893d2573ed4947ede705000052dbae9d3c6c841f43bb9d41a6e685b7a2","fa98034bd25b677323f5b6ff4d494f3903cbb3f85691336260628225cdae0dbd","226f25280f90cfabdf7e7ee8d3718de63a0fe6943fb570acf54c1a50f6529328","c83397bb1b992307d118f87fd0f8bf15ab86752b2746b436dcf56c693df55add","5534fc41e652bde66fbdd693cf3b6212349322b7816d244ae0745d81983b1a09","eb7ffac285aa539e613c69fc384d43e5190de115e439c0fa5a20ee1c2f031473","29b0c7f412c42ff04bfeac7789850217a2b69c927eba0e2d3e896d186a3ef23c","0b3bdab1c39fedcfd3f674c7de36f694d6a079c46f12b7b9632a0a2665820678","b368a4cb1b3ffcad13b65953168e5062a125c5794224233f28e4336c86d0566f","dafc2b76e2e5be55df01eea24b8630ba5ae0dd14706c0dbd8c3045949f647473","03cac0e54f2d47b499b83e7e9954f83417079792a98629b342d0f6d0555c324d","25f4fb0507726368b43f1d7d20558267c15a2fc7bc2d54ff863deeed8247d764","afd0b8006fb57a74eb465ea7860c8ea88f244bd4e04ca4716761e65dcd2c3f3d","6866526197505d73bd455d5f131eb9b5ee093bbb95719009cc0918dedbfbab93","677e28c8c2f9356ab5c3505f01420ce0eb64b80374e34f47a70ae8f8ad86bc4e","a57fe54b9ab49c27cdec4dd0e6c0a2f566f6f365716e665be37b704f787a89a9","bd700ba560c80b8c4481c11eaee2637e831f66e466f50ddd8b6e8e4a8a433412","bbe82a57bcada33d298664ed5463bead6ae54c8978e25dc3309138e144e0dc70","be74ad37a06377eaa532b3e95de2df579ec26ce86f64eb32dc0688e103e03467","dd4e4e96b0500768a5e1269c259c3ce43ef209f43f2044459300058736ec8a93","88f0e58201c4b53905dae0d4ab1b1a5165526e7d51f45d309d69d77d079f4301","4fbbfca814cc9b79058b298853ff137b2514972cd869add1a7f54093eab40745","85dc40e5c93baf490d94bd58cc406738276605847d8aa33e8b46ac6b6419bf92","e8aa0a03b780f210931d16e5f200696528b2127126b66874f197ab4acc5f1682","891c9b5fe2ca58f523c9284257bd73b032fee65127d939f4c0a0e310189faf4e","9730724a005e6f256bea46b8440d02d6e551479312ecf22b0fdfd3bb694ad491","2e4a3d3794a5c6547a1bb6f76099f71ac14701ba08cdb32a85e5141445ba8be0","b3333061093239861110609f8c37fda4c8814906ca5f21bfbaad1b066b6f1370","1b41068beeedcdfaf80e994103c2721fe2fec599ad6375caf432ec80c55bf1a6","bcf7bd13adca3d8b69abdc7c46029fcdfbaabca22c3ef85487ed18d4ec47179d","698858983e5688bc6ba3ad1950384e12343fe44dc9cd8729906872a40c3fef7b","b78e95bf7c7b683ba56da7afc42c181c71343be58fd232517942c252af62cf25","645db36aba0a148bcc068e412eca33355f2240fe1318567ab8c4e8eb45c9160a","60267b3711619690c08776a50dbd2979fc16f3377224d296291a982975b7e913","bc5bf4817159df679d6691d91f26b749b6f3e941190f3655f8eeb522d3fb48a0","f623685da137cbedaa063900d46070e3f0b27a94af370c2bb42bc7a8684e983d","62b35ecbff247ac614f2cb408478ae4aa8982fd8e5fa14ba28ea6861cc28c7a0","4aa8cb6e4212353544216857ab6e492c7338932dbcd6d3b3077c24e90044283a","121d8bdd7a221351a3f4641910f13c9f6233b491645394aba938affaf18f7dbb","5474157fd94f58e84850a23a83ddeab4acbaaf5230f597bf0312c7c88365cf7f","0816bc899d02005bcf59f233cb733f53c605c1e542186a616f11938481b78664","c49156022f7c6c52213520b5b03ddcbab6ed4626f63dbd85d2280c14f64a0b06","4670f6786c3a53083c11e2c594cd56190dc9b6818f7725d39ae4a89e292a1525","d7aff37d7aa0000a48eafc5fe24ebd9e264dd2682c2af53d770c554614560d4c","58605d8e17ba080b13431a7dbcf47577ce4c02b9b158eb844b8b889ae4942a02","656af476f42cd54e0443b3ab8a1776bbc2045dac07bd0d4d62ad9ffc5657edbc","ec051ed31d92bc8872df4cf8dec20ae99353b40e2dd4368d62d05514b59f2ddf","f81a9676899ac5fd7e97a833336502abd54ad47c080b95d9aacd4c8aa2adb157","77333cc0f87c0ddc1a9c039b04ee4491c115cf9e495fc4326f868c1ea9896a8c","b6d9606bc5126d2122fceee2d36697cfb25379cc16633b33985e8d49c5e5b1df","ccad1815529eef321d0f89f1faa9205d0ece50b650f0efcc7345a1e431c26145","481485892de036493586216cd7aeac1d33dc1ad0373411a23dfcd930baca4188","49b0bf5d157595da64ed31e5b19e90902cb67e41cb69831d044117afb95f63da","c1b4f2c14cf1216abf5e9bd8f7282404aad79fd2a7d64f52e3b85f9be5ab2318","2670c0d605ecd046443ba459855069de6f8b6ef4619bb8e062d01ffbdee87fbd","5f1212c5ef6cc3272ebef72bc0355c8d8f146bc24f4265fbb9928fb524d24690","8f219644f8e1d6805db139ab0f81b5a3ad18cc56aa0bc8e123370df8c809e7a7","6a0cec19961d42a9ba6cdd41dc0e34722109b9030282c431b14c9ff55c667cd4","f0b7196032e255005f82b650620eb85929e3194a593d6ff458ede5925c709758","506bf6afd66f4c39d8d979c913641c22208051723f631d85b61eb3c778af1cf4","450d50004ecc160716fbd40a547d9b046657cad66886e71a05a13522b6e17280","3a55d5ece2eebed4375283361679be92659b3a13aaf24c194e63b7373e967274","2c6ddc03f255e6c11bd4b8587e367a7032a30bd028591f4f4dfbf0fc37941ea7","f9c3e68c6b3a27a701020fb66f3fba1d7557380e1a51c0210380b6f148fcd8bd","57736add47378523a07658d9d96bc0c508fec2d5ce5bcf13e2ccbde0a1787737","ed394e6e3d4eaae2c7a96c421e758560ca6354a41848fc16109f71d55e67c3c6","8302a18548fc02703dc580f89b9bdd4a967be6213fb3d1ec55c7f06efc0566d4","a616266584c4353c0b66dc94e24ad47c15783e98fbce3d20957ed2fb30ce3abd","9afe74280cfbeb2a6720d7b3660c3cf7ea192f092eee41c76a7fa4447f7d8e38","babb1ec746de948fc00c61fe4207804ccf031f2ad11f3cfc608f4b47750be565","b23852a710620b612ab7878c0ccd1c67a6ea8337824a4887ddac4bbb26087c87","74e5e527275c926350ec4f29905af5a697e8aad95a324ccd9bd2ac587e72a87d","4daa088e2740a1467955ade9ef694689d978f937b50235747436011d787398bf","888bed0d670bd4a9e337895a1a004da374b632c241baa4a42932a96ea2eb50de","1883b10ed80a18ca82e7431f921c133f36eb60e01f1833b04c78829c71e7db44","a8f672371d32b43ecbb3cae2e5baad2d37244a8295d70a0268fbc56f7a09d685","a912ba9dd9b11e94b041908907b78b784d37dce02cabb3e0a7a6e5b2530d7238","95ac2e20073ff7f78c4e83be4c67d1d68f3d83f1f87b67e89885cf83bdbfc1b4","8a19e5ce06b1e9c150de447efb0ae43dbc5b18b4425fb003b02190d559efa369","75b40767044b1a65e1995fc234f058650953419af505e81da230fa9857a13466","eaf8514ce110fa428a93a27408df4d06d133dbd9ed0a775c315ddfdd507853a9","20bd6fbdb829ef764790f82659b517fa9ab125e08b04fedf2facba0b23eb23c9","09c5d6a52b1c6593b34b87ea46d92569741db21b64ab824d1a41555c12cee07b","818cb2da618df8ce56b30e2ee3acf107b71619537d3205053166f19e3aad8135","1e938e3b6d486f2de8e519232b4c9cd5752ef7b818d1f9b7f4fbcf87e057fe2a","d483208bc75e6ef4607c4fed6fc308dc0c94a620d68a7fe56cac72eb6bb0ea22","3905b5bdb6bb89b4ebe9bc93b1c90669c50c2a3e8f02e4bdb0c20651d70e27e0","8b228ac9c6fbfc85867b23a74050286d1e6dbf4b52fca8e7d86c965c3ae9e4de","bd4c71b2a5da9a377ee0f8c0cf806095c1e43d3cbeeae5e316e25c4f29dcbeba","1f5620f25ff7d61c02935c98af9b904536737e6ba64ee661113af4b49616d7f7","39ad289b12b9cd3bb06fac246597825170378666c329a19b3c3c12a780c2c7b3","bf15878ce9684360eb975af4e9afb11adfff9cb4a277c3d3ffde411c8f19f28e","3a9c4cce046d1e18d7b122dd94c806362dcd98e1eb1936e0ae0ebfa4ce749d35","ea23e84b0ce77cc6faba057ac46641a7a44ab1233d2db2f2fcd7e3f2d943e1e9","ae4781906b4fa70636385e2ad086004662e642baf71922c6cf27735956227035","f24d22d75dead3b783afbbaa205ebca85996671a85631c4b4777829c1d3dd462","4c0f29ef4eb1ac8fd905a7e52eec1c07c67f05f69e2c0fabb5e28118a227e57c","548f6e7b24c9fad145e083e966fa1a9f9b80de8e4d9af6c2ba84516e485c7422","8cdd9bc61a4222847373b1c1b1237a52422fdb19d192852fef78b3a93faa538b","00ef793d582a47cf2433296669f499230a74c9cf7c69ff95b52ffaf49f53ed4e","7c92de1dc4a84df81e00b0b8a0649c162b57a629456a210e8ca152f749d595e3","2be8d795a12db359690b2dc3c82dd8597600c6b9f72bd31e71edb7d88e40316a","71c76bb8d2d35bfb7c861977b67747ed4169351afc84a7d4d660546c664b872a","da9968cbc80bb5e14ac480ea463c6a32f3dfbf2a1c5c8f3e197259991ff80755","622facf395b8447345b3c7941f8dbd2feb3b591ab7bfb47595f11ca07034471f","9cf7865ec358308d7c1c4358823237bcd827f1c2764cf7aac6608afdcbe45e74","ac9298fbcd5c685fdb0c1d6a8f4e2dc4f9dd25f5a49927960ce1b3da020649cb","ce42ea4bd20009872e095841d112f02685dc3a2ec9a7d8ee3852d3c636b48b40","7906fa60ccd5d54a835489430300cbcfe4c6dc8b480111eb59fe30367f1a3173","1109f9f79ed60158f59efbf8061e77a893dcac148811b428b693b7429ddf1253","6ab63d480d0088ec082d78aea6b766eede15fe13a2a42ea554b71c07a9a82079","5ba0d2910913fe7bf1727e1aa7ceab592eadfdf083bfb5fd0a75648db0948c12","c717212cbe24d57fb69ab0d9cbae865ce3fca6797ca053d11f1c4c3669b6a75c","57c825bdf8908f011c2a987773e202998503f58bd50ccdcd7efab28bf05991ec","f36beb6e82d9060933095925445553b852be16466775a5f28d5ff74b86cecdd1","4a760378c0ddbf0d8c4d238a3b4499b967cc36e0bc8cd603f7b587f4df505153","79666ebaef431e9c9a1630b12597c6e1c66207c7ff8fe0c5ab066495f191a6da","7e17558132584fefb5484181048eec410bfed708bab3a1fe3cb65a33a4987afc","22eed478092cc398eef40ffb1248cad58e4d4a57ac7a1126054390700c588e68","da61d8da633e034ae2c0e709f396113820c837fc1797e626de48713781ec4736","2473616d03c83543ef703673b16e0d935331d238f1a6837e34529dd49f69761b","cacdff916f457f359c0dbb3d58a999dc3d6164c3145f270ae241401a11a833bc","02e4c0bb0fb47eeb49cc65a803768453330f6709a894048a09a56c7d928e29d5","3abf44a4ffe5a7395243951ff2ed743e31c88516afc2ea63c47c09a3ed7a2052","7679da9ca811a25d0b060042ef0ab1cd115bec608e8ee1017ddf1222a5ff3480","27703a7b99626e2a06c8be42e80b1094bb6296c7802643b173b14901a03ec0fd","3d79bfab975ad18a8e628b1648acbe98fb83ee809fdfb4d501a65a5599d3657a","84fa88eb834d4d2812c6f0a25fd861bf2cfd8da1ed69e66dcc22917d9dfdb68a","6c7aeb32f02ac6da35462e0558b6c23e16c07fab47500638b6d0f5a80c63edca","67f0321d7ac00a9257f8ba163129575b5fcbbc605e40263b34856d3cfc6a65a6","01a32ff2946438f911dd6f757f7210d087f3fa65be26c1f984cf9c21f3d93ef6","53ca80f4054ce510193b375d7ca90c787f6feb4496d46bcfd75cf7af8f47635c","391330b59d66f3ff0663638cd5622bd5a8fbb83df68b7d6438833962f4bde8bd","86d92c999ef9f56b86409c12fd25ed442da12aceb0facebc7d77887bbb9de3e5","f002c2815f8e7ac25eff52ad2cec316cb393c51a5af10161b13692d1bf4e8aa9","feaf7841e5744b6e0142bf7a3730be2835eeed5c56c755ae5a4850cc025122bd","fe9776a3c43db162bb218486401f8afc2944a9f398369f4c579db2e19737932c","df5e7767a6e1e1a879657c17be58084a3856798a8ff8d995fb9617416ffa557e","c20652421ba872cea79d2dc80965b0c513ca6933721aa84cd55725047a3b5ed1","5e74fe6281d917a99fa0b5cc0240030c578c547b1612824668bdf545d1db98cf","2efd07d892a53a47f21b7f136ea258fa26dc7cc4f6b181fd16c41ad9f20a618d","1f48459bc62a05d8bd6319a446e14d7dd44622c9ea4a902e118cff2b0704f594","4dde2f84179d7a77d18eb567827abe927670788a4f3d22512c3bcc33ed925b35","c81fc89b8a92cb908ac74c00526a54d0cb17b2b03696a108ea2cfd65c60a304e","b0e6fcca4078176ae0bfbca8e8c34f4d8d4727b33aa75570e2bc53d36c0ce0bb","6f42d7fd2d3285dffeec2def1bb09051f03c36ca42b914568dda40461e3e28a1","7c7a7236bf969f76ebcd103656414ae415721fb44a93d972686b93b6d99cfc7e","159be6beee9e2c5d9040d5784e0fdabded99cd38b87ed298d6e9bd85a11f7671","7745f4b8f27ce29f530630573323aba3468ccae42da837582e88e0050441718e","636202e4679de4cad1ed722a288772431fab5444fed61ce4113c466975b8b5df","2fbe607b998fa96eaf6a3d8e21ef6d42c577b20eaff3b80eec4a61bf088b962d","855603dee2ec97ef498b955bd53f159736f05c0e6391e951c77022aa92df91f6","be0b427417bd3bc8f90e2debd1b72de74470f6245b98eeaba40111e0625aede1","ca2810dd9493872f11f1c1e1453f75d235de6f7d9dd2e5b1489ad014ececb416","cd370a911b27652884959bbaca18bc25e646ee15d72be84720f9ddd6d8fd07f5","9550fa03c870aceb096b644e40260954dc340a34c805a1a09dd573c83a3ed4c6","b05d437c00d86f9b3c55c16dc941e4b12021cd7b31f17a1749b62f6986ab6c50","b49da593d8f5ed37b3b45e7dd97c3af3b5aefbb4bd8ae365c8941dae3397c447","e40eec4ad2d551efcb13e12043f311230cd7f9b43493585973f0cec360537d32","276f569e67248a6af6783f3ebbff8a1844fc8ff0ece119f373aa867e1b477bfe","cb7360f1fbd221c5180a019cfd72af8e23d612cc027ce521c2f8b43f581fda59","98b513ba726ca0b354c2b6ce45e5f1ecf00af2e948b74e172feeeae8fb6ef1ce","a17a80829f5ad0a8aa8884c3d76175fac061c7e40354436b4556a52e3be4558a","702e10ec4fdfbb8ae5e1e2bb54bdfd41ebf175f68f4379c67a056b43fb9e2882","a3b5f6f5bab3e5aab41a36c7a412adacdabd2fb5bb3856bffdcc3840a7cc2784","a8fc5bb8b978d1d433d17ff345ff21fda14b566860975efdccbb23d68f79e885","9e909fb4f458295cc6f9a40829fffeab9f11bfe27b04ab229e97403f3f7c67a7","73a56405e4b62d91f4fd74497c9dfa475230a94ae06eceba45254cf456e4189f","eb99c56a02f28f988ad34338956a3582c8f1c1032a12a50d4599bd8c64cabea2","963c22076193138a41a0a792e43cc854940215642d19765295e44ae95a430c11","34c3e885fa6e66096bb374f46ec785ed0c4f11aaabab4e4b8af8d5e9c5e23fef","901853000a847dcb5e6540b92f8b8edc7c7e6fb5f5016fe0e791f9adcaca81d7","d489fb83c33b81846a94a39036443b441ee1ab029437452e855f86e73ac30fdf","c487aadf844ecdb55337ca5678b686216659e4a0577616ca725128b8c128e7ae","9ee4d09e8ceecd1865f66f4115be6dd0ec7712a768fd52dd07d9c36af4c95e07","71220ebbaa53f5723e7942ddaa357424773b089db7ed13fc66a61cc0581c77b7","a28fc4cd82bc239bddba246818c5fcb9754816c1b2698763d2909cae6b8bc84d","285080532df9d9822fcd7b515ce0018a28502fcdcb66520e74be20a6008019dd","13c752395743c3a5b84a018ef1a48b07cae4d6aee33c1e1ab1cdff865fd600d9","8e1751a413d4907e33f9299021a90267a8226facc2901acd6d49188fde8b4632","105cf358f0ace5300ea1153ffaf6f20bb566a75d80b75056a390e1520a7107ec","4eb117534bf32dd2d1f66a671345c7e08e3fd71e96c76cf924b52920f8dfdfb0","9c6c95a431d9b87f4920589fb06b6553efee4dfa19535cb0a611a6940be72a8e","f4338b8ceec512b600c6f511ecc72f1ac7feef9c4c624f977f459b0298761ca0","25c7fba0f4b8b42b6379d2966c1715e6980332f1f834721e86ec1f8ba7467607","c9eced66df27b76d50fc35ed8f90bfe1b8b5b15ee667160e96edf2cbadce164f","36dcc71fc0ab3b78899eb4b978340a658286c952685b0b89cec3ec34b6b5a187","859d627dbc80c95ad5e0e3a40dc5ae66db334ef89d9793a849386e352080fe86","eed4f859da1efdf4b486cc2b0f3109641cdc63221a890f9a27e479354af301b1","44a6e0bcb119a5f619b9e7dc5bd8a89b81ede30be43309ac5551ad52af64a3c4","b8a6b5c2085824ebb4ff1993f52757c050d02894d2349b3363ce2e320b9f80bc","39fc8348f3446776f82b16b96f194b78b708d427bf9663c88b32444440b2e571","5993ef576a8685ab77b28b4908d26789df93e0acad6265b90291971a60819c9b","5548d35a38cdc399c3bc40ff03c6ea1ec5d4daa1d166a1eaf51aa2ff3ebc463d","a8cb7770d26381a74e588e45982a4da2dcfd065369e3af2c9d295f4810875706","6961cfaf0fc0c02fe1f88be565cd91c8da585c6e6ed40c88bcce2cd499bb7186","55058dfc944b47c146a6b90b6678e81c2e7e0c9d0ea50fd98d26a3cbb17916ed","640566d7e283cfd86709c606e9e8bfab3b9b88bd578128d5a5eb38cf574e3e08","c04b664cdeb34b7be81b22498e9a0c35edf7273ef288d1400f268d7fc099124d","8987dd73239b760ead4a469765c6d8ca9e684e3b55259ad4ffb42dd305363855","393375acc46f482ad982361296443d09cd8074915d9ee6a2c2e50769aa020e8a","7af8ae2108b82a2ac8ec6ba533db6d530d2169e55f3e9a80ede1f16e40262a42","7061bc15c832f827899b409876221847425582fbd251c819f00c6bc72cabac39","34382bfcec9f26d375b15264dcab1cc858b2c4dcba7176f4fc1d7f1e2d41e9a7","b548bc328b4a5a95582b41332a9d4f227e061437383d2c7ed593f2e89ae390a3","071ce034ca79c001375032083c3618f4e6a4ddd9cfe29dbc29943fe4d629268b","9805f45bc4702b44693a18ff879d28e67d3c7e1e30f73e297840940fa65852b9","1081806beca0c6e33e9093b6e8fbbaf797113596df98e2eb850416a1a4198c39","54a4b8f45cfdf3ebb61e327d481b3f5765e95f9218d5c989103abe2ddb3906c7","f874f5bc92a89a722f5c91e4bb0c8f611aefdfde1c2a2cca833ca65a473d0d67","51d5b764a6ede80bb362eac4960cc05de1de2749696d9269ef0f1cc00ab5738f","c9a98095070494976e0a8c9306d03e0cbe99830729eea0de50f2e2afa4f1d739","a54597e48527fb217f2f8b0989792d7d5443f99a6c830b8a8e1180876fffc814","f0e64e61ad67a4a521685d84c119cef4a6f9dd72de8da4f471c68a26b112229f","455e1fabddcc49add6d41a156baf265e7b8727c7ee5a256961e6b3a8895cf8c7","93f419234220392e04033086d5a510d920ea2f53b36d11d4fd98b4fb92b851ee","d20360323a36c0d996e63c04db429aa9b87a3b0aa9fa8ef0b1c6420790a314fc","cd4c900bcc9f434d2c60de2898de6d57c58251888c36833facec1e1fe54c6e78","1abf89e95c1e997d49bab8cab8aef900ddde7caaa185baddd483af01221d85c5","e698a4f414ec29c3332acb84104f2d1a6388ed272f368e9ad09d285350d7aacb","764c69e79e9d1b39f26f1a68940a83410ce437ffb4a793b84c7bb20fef166909","15bb91198da7c594d55499b6eadc3a5a6f71c3dbf4f9f7281c4db5c77f407133","df06dcbebbf278b3b6b2f84328e7b54f5795dffec32fed8a8aebcd99cbabd11f","5c6554efe1147870c9f398097c3117c3c14556ef4ad9945a647257fd7f901e5c","781eb173c3ddf75eabae4191e7d1d6afef6b2ada5917f0e5e8b5d89a67b4dd90","5e090861f764e66f4d3de56ca3c04c277f22c426d77997701ff20f3b9ce6aee1","d8d85f4fe0f2f25a3716a69aa038a6ae5a53a3676816f82bddd43a2f92ec3755","f4dfad2da9910b0475f4fff5e877b2a3e116616f61cfda02c8847d0dfb2ed4e2","51663c7f35b443517fa566b1ee0ab64b3d0dc51770527c6ba1445aa849d963cb","b45f5e5b80083c74c31b730d13c5e8ae574f55059d044c5a21fe03b3f7079a04","5c2a977d9a9ea07fdfd79946026321394355dc4533493f2bc63a8b08e4739c7e","c9b6c86ba68006a36d8a2a070f2cd2617b53ba5e16dcb9e8b243bfa484e93f48","f50eacd2cfcc9ea9e1214ca02f76f58b2758e6388116072b3bd8785afd370e2c","aad9ee9b3a14e1b2f01f0fdbbc9b35e35ef7a1bd292dd4c80637cbeb0fc180ca","a019e1f16395931cfe670df7a7271246378a1734c6bacc76c4ebbd4f759d7e0a","b8dc642adcc5a556af3327401211c93b85bda28117053ca0d50a53da485c7abf","43894e7350ecbd06e1bb35eaf591c817e89b9873bc35550b91085a001a73ba4e","239614185ce891a033cdcfffffb4e6871e7edfb6640f2f0a43b039caeaff6dbb","2a8ffbcfd6461066d10c67434e4c6bd3daac7f97a256df8bbdb0425936c9ba15","0abab6c92cd792f7da1aa44b35012423adce66e061cc2a3ab8528fa51fb0ad1b","fb045ffc9f5ac91c335e45045b497cea6e51482a465d05fa61eb650f9b548595","5c63ff902cdd06c571085184a905854d0c855e9b6d792e1db407dfef72731edf","a1375d8f8cd3005fb4b910b3a8d25886cd0525a74187c0f3926b823a3ea777a8","5fb5581191543ded413a3c54c055ccdc4a0914f1d9fa7c179f969b90bea098e7","2b553f6b54a6289cc77c7a3a35731612bd36238d780692b38db8a349f0c68dc6","2f625a8d490e9e42cd1c4997803eb353fd4cd761cc8d55da77310e34c4c78858","87b553906a5bf0911cd5d8bf8d7e25ba947911f2873e44fa1ed9368e0b59c4f2","895ec40d535f5229d4ae93800cecbc0fc8a628bedbf8d53dc19b53cbf3a98d56","23979b4abe4c0e14b829c3047480f473dcac518a53d39d311a8cccf01fc9da67","ca60f94471cb557272499f53f2b3324c63af30269da2d6974f5f34c99603fdf6","ba39df3154ee702d37941f9229c69a9f940914fc06c4c61fd5ca6931e3df8db7","4a408f1dd25c6c6c36af3e9b45a5513ebec61974175c53a80a9597afdb9ba02f","e12fa4f410bc7612a36038426cedc04c99c838d1ad39c7467dbaa59a1facf505","223821fe49ff4a835f6458de8cb09636578e1029f760c9cd126d26469999f043","17f887a7f40b4fc7f66dbb00bd2c749b5a65a2bb2df3cd492d37816624d4ea9a","3f8ac6e5b00de80e90a3f76224d4ff67915154421f9875f6dd58e6a1355d6337","b63c00572eb1a1e4ffb4dd5460006766375a789ae5e803699e71dc09d3188bf0","87c7a1f66f5e4d749e102e65975d1f3ec4780a3163777897fb22c226d3560076","8de2ba122271372175e9a548613e433a2eb0bfa6547f41d435c4d9d6a8b90b86","4d510cdded26d52e5e22c77e6870a9463bfcf06d9354b4850626fbb56be111f1","d3450aae7aefa0ec0b2056f026cb82059827d539773c9c74739e27dd82499f70","12a7bec1947013bf0e3cdf07db28e40cd261efa9e6544ca92d077f1b2b92adbe","2ecd0987e1e02a948a5acc7c40da1d1354beeb0d4fd004933c909fc0fdd8c2b9","0c9f877adb72ee3f798428054ea69d0df5ad347861633ad5dfe63eb9885f9c02","5fa204a6f3ef4e25a35e92bcabeff48730155613937c84d4be0221177745192d","a9a31b9b031172ae422f4a5763592e05e06ad342a9b58367596e05e1a11dafcd","9cd97792220a8110aebd1aaedbb0db90025de9d816bbe01d02df1004698ebbd0","8f78010f1abc47ab6d3ee1336bee5e8359b5c0fcc32ede90ae58fe10c9917b65","c669487131d99e32ef37632c1f5b8ad079f55b8792b58b2ce3ff1e7ba66ae49d","258a2cb1f1b18d1fdeadae077ebfa8c998167584b8fb3b064085426fb8b40d77","6d38f5b0d76a69231bac821217cb2401baee2e39b4b7e637f0dc9af0f86bebe7","87d4cf4995851c64fe0829ee2efa89450359625a00217aef010833bd43af1fe2","542d06adf5325b4a82c5c48cf8627b427801fbe4292c580f70bef6bc8f0a39d0","7146dd37ae66f4e1e1cf84bff6bdd4b641bebdc229a40fc05286694994df43e1","1658efb67ee8b2df6f8b0958d719b7abd793492bbf9e63e819d515d83889eee1","25d8ef876b592ed8e149a46ec742a2611245812a208056d8645eb2c3c934c515","823eefeb35609919726d5e90942f4173ef4e76584942dc3e35470e006e5f8258","ed935b64f92db737ad3318fba65266cccbc0c4bbfcc286a89699151ed39ab801","c86395e5a3181fe8a684f32f6ec0fa2ef6e5f84f1742bb881eae4903167d7b7d","184b168b38bbaac64e13b90965ac1e7cc278e59d9123da22839a05914476b55c","cffac00f533df4e22fc098893baec24dfaacc91d320be597c74ba259d80cb499","40e44005b4d819c4fddcb2a963e87d115655a8551280dbfd8dab35ca3065fd0a","ea38de2213c676eae55f17e52342eafaa1b1aca85fdbd8bba8b93954e636b768","29c953c056b7f4df1764fff059324bd8eccdd518fba05f81eedbb3214b0134b7","2a5852916657133ec197cd6d37035bc7b9f47656f1b42e0f398c9cf9ac5306cd","3d7ec806f4a88d245151dfcdac6d3119c4a9f5d068643205ac1414cbcbe05c47","67b3712879b2dd7e48628a46c9410dcc0679a06912a7b4ac811d63a9793f2909","f46572646f5fe7345841c3e075ea6486f19c8c1a5f344ce5f8d73a41bb42d052","a32aaf41070340a3ffd67735057a3e9fba6cc80f0de9c257244337b4bbeb8e68","21c1b4a4b04f4b91a9afb9c59351c50eb35359cabb25c200f2c67e748288f8fb","afaf44842e9fb84a6f1010ddd12d5ec53cd676b17a85a2c32b0c2a33e9cb8d78","e35d39a4f19bcc2fb90c5f8b2eede4a047215926d5b920a9be37506ad6c3add9","ddaa97b17a870e6a860b7c81913e4dd8449a3587cbe4d1fb8e900950c664142f","2ac39aaa3216c52f31066c08274488879e42d57348d264fb332443af4e967cf6","3e1c8e6b7f2d2ac53d760c8015f4dc8ff33d0e2900ad874ea7b17572049dfb04","e273f2f52f44472bfad9b1385037c57b9a2f020d4be8c9b6fe96267aae75481f","62e876aef695521d85012fb35cdaa4aa27d1e63aa7c989a24380b694b49000af","1b5bb9b4a9592028bc4138b5ee43a456f5239d8bafca754c763bb0a801c0a951","cdfe1313ceb6f36a293ab6a93a7e96e57a2eb1e455e29ddb60b06fce4772c6c0","874712b991b796977b6e9cc2ecc228c2ed0bfd142c9511340f7d4f7b2c5fe176","847c4688a1125a638f21bdf4e304aca267bec09569d4a83cf7365ee7eb0867af","37cf29ff168e121532de66969bcf1e21ccbb05669ceb2a63af83490c1a032a06","f50f119cd1cfb1ae109fe4e21a70534e52cc2d60c5578197bc68a3d89a3cbc9d","fb7d175a13c35fdb3d6c69be90ada85430f8bc3476882cf7ced0da63985dd05a","66bb9ff4e9614ba3f93b8604f69d23e47e61c00de1b1aeaeb4536ae6c2707f5d","5df913069acf6a02f9f5f19beee497718800aeae46b79ffd696ab8e76b4711f8","ac481b0600c2d8fc0618d6e91ff33b3126155aec1bceb976936e0b7bf294e997","e6f215436254120f79ca5ef8de606f1060ac813724f1c3c644163d2ddfd68431","7b8dbd6dccf5e459309a4d3894f99cfe920981eb2b8534e26ee7c8fdd988c8c5","534566952affaea9311670c0a11aa55ab3e579c297bad83e5436cfc4c7e1115f","3cbde37acbcf40d955ce7a0e26bca79ce955e8a38f4d9303eec1c769b1df135f","9345c5700afc6fdc57b9526fee72b5c64ba4321b2a923a6ee34d23c0ffcdca42","b8639a27ba102e284cb481c209d8d32ff5e9ca966ac81b222fd0cc51e3ba6bf1","d72c9182dede39c9d212687ffabc53a02f5e688f90a378141ac4102bf0883184","7a394975c528be0810175a3f39f2e7200974ddac4c446b3516cf562fca91219b","e45fb1bbe349cf48bc848d09490383bd58aeb5388697e50fb554498cd0f7b6a8","0f6d6b4e246a52d90ad66d1976220d7e4d60c176ab58a704c41559fdb8d28803","cbf8b168ceee082a4a09708277ae90b2d359b17843246d72c97c56f349ebdd0e","a43205beaf0c7d55a296d900a088df0239c6c3e0bc84159bc3c2618cd6bdab33","5cdbbe84eedb84da810ddbcbe5e71c08c86d20693b242d209dbeffccc13f4726","8fd4b9c24fd4f584b30927680c9989a82a4cd4b29cac499f779883d71426afd5","c18b872a5d6ee6ee5e8a5807282860aa4537cc757ed8bb9cab19f5c38ceb5a72","9d93407d70ea9411984dd49c9e6f3805e5230af1e43ed9d571dea7db11775f3b","c433ade5c3aef52f6361da226d719e3d31887f44ebba3f9ddc50ce56c9e4fc6e","9d9394652dcb3ceb384d919d6319ccc42d579ff935e64ec51751df6106338b98","b56a37cb46633823a4d946f4ba90ed3b9bd5c058efd137a2b30eff4623b5d073","de984368fa5776d2de5eb8dbd9067ff0b94a4e2b7f3effa93c22863eeed08436","d461a5119c50e8b1bd6d3ee42662daaba02ac12cf0c0076db2869f9fba1b311b","cde600e8b8ce6dad0e567709242927738dd635e69595ad85871c480dc98d7ff2","23935558e6e9a61a2e2fe0abe22146395d75c07a64bf5b815c9bf0a3a00c9fd9","d91b5098596139b4a1ab6d752c9fd1b505f53b77b2f05767a52c2768104812c9","07106d9ef76a53e598ce8ac8044bc4168d36916ad3100d9e4566db3069504ef7","afd596c328f7dd5ba19380e1ff511d0fd38993337df6e526b620ff06895e78cc","17e8fda61886a778e79248ed8e8b3143347c597779d9a95e24ac8554263488bd","ff8d72a0ea96098dd2c78b69a4bc9ce19c4249a5a66010292451f186434c0b24","d7ffb26aedad80824559b7def265a0f81fade4cd4f40f4598138c4fd96888674","b3de43a8e26bb49dc3200abf5ecccd5158e607d9235bb10c7a1056c389f758f0","f519c2ffc74361561c2f9e57d87ff1a52c75d8f3cc5b5f830c142be3adcf33b3","b39d249343a70f0d9be7799d84abc2f45fe26aa8f2ec38b05e5ecfe4abfd0905","de0dbb690078a2db64a8e8da8fa97a65898499f7af0d2f4f37d38c816bddba37","5d47163873469c0ce584a37add35c192d2d1a984ddbfac019565c3476793f06f","47f6f8369745fecba6b1e05c76873c3c036dec4f1d92598a7fda336399cccbb1","da24cc94285e38926e27344cd7595e21b9b62f8736e8afe50cb724a313728420","baa276acc99089f37a54a27877977d065a5d8dfcc9d68c4152bfcf95490f270a","1b4cbaf40d3e7f4711cd8e8de873212dc08f47957ef6078d5d07d2be7773fddd","3df651179cc317f92f5410736a79bc758e54775a4142b66b66e47d897e8d6c52","ecf83365358b56e1af0eed756b1724c105eee064c32f13c7facaf5515d39ad1e","d8b3d9d823cf7c5964790d7cbf1b8d942da30b0db962f5ed67ba37341df0d584","adcc0ca7730408a10d0ed5ab9b390709fc07963a2f96fd7ff1f407a40e88ec4d","888be78050eb825a1a9cd9adb482c50fffea880588c6ea80a9703d5159829555","22599502ad828b7e5eb311f9760bb1069a98430a2a06604d1f702919478d3b23","d848958e6fc7758615daff6ac608d980da1a581b526424edcda1d861099ab996","c11b5563d6143d7cf02570224f70ed80895032cede236bb26d93d81113230265","140f5e7fc41ca7932ce53336501b30e9bc5ef18eda3f5273bdd6815bb03b0675","7d91dd23c8aed05aa0053a7c584e48be9c7e3083e7a2f1ce74e69614a38f1b86","3f3ef63490c9b74ee9f03021b61418336c360db65ab6d82b9b9d0f2bd089f57b","6697defea2d53b23feb19289adf2c61db318f6c1e2bf63e7293dd8f889bc40e4","b283ef17a1d452ebc2aa3d48b490b4508a78ff232c9b497da71b35fefd38bd94","81f4e265385c139cde7856386fd9bea7bc0e1717522c13ebc35f13cf6f6195e4","c39f312996d0faf4a7f5a3bd63c24e576c31a7e8848813367c917781db4a7755","538f78d37c3be01ae3f7a39876b9ce242d025b8921ecc183b6b12b2d99dfd06b","baea29c78790ed3d712aebff9edd58db8a10654f1e062ea85ae94dec54cda16b","581a9533fca298dcec308bb60405e956e423a9cf53ca522deb94dec9da9abc6b","f01b901f3358c5c31719cb763f0d4ed95f33224646d85448ecd3041470b053d3","a70d31e55c8a18b7dcc7dddf74db74772c08314e8bc674ebb024beca720da284","e6d9c15e8372bf6d4896e6e25f93db814e2b80a4bffeef4a047e65315686b227","1eca83e534242e9ecb661ebb03b2367c88c81d8b75110f7884c265169a69711a","e6154f5c677254292b6ad774f80341880039a585e68ca10de59ecfee2e6e80be","2a00edb69bca5a884ef30046f646b02f6ee7486ea9339ec4ad779b4c6f2e5a79","5c8f21b8b169983686c3000486ea0a8fac4d048a00d2ef4a5e08760a07a73e90","2a7b0b4abc6991b2d40d2a422fa26bbfffc36aaba1701a3b8f9251028d524fe1","45a8ae70428a21368d7335e2df069fba6e69d02f6cf4745310cbe900e1725e35","7da84a765f039c51dee383ed30c54be49407708fdc4d90329c15fd615c21b160","e298f751cfb9fb3acc9380cb41934347366cf86dd6f513768e3b1beff79a1baf","fbb846002359dfcabd31a566885dcbe7f0efcf19d4d38c382c52e1092e1cb7dd","db0072e7cd5158af77dd462bdbf4217779eeb8d5a48280960edfc9b5e4715fbc","49e029309bf8abd869e38c7e08af726416f32ee1950371d12c35b84325998507","c44e5cbb97a3923aef08c6fc38fa008bfefe616beda1d98ed037bb2549b96cc8","38bbdd06a63974ed4e9040cc3a134a6b5ee3786dc1d911a0a345bfa793d672d1","ac0ff9d693fec6b9d765037eceb80f9c66a264220530c6ad605f805d2e61f307","84ceaf6eae36a588874a55fb3f944ee2a53504a9401766ee4b027ec2373ea1f4","95febab46ca53df074ef2636ab06c33ae671ee4be9c684019c4c43d6ada2e1f8","e70bf5e341684436ed259311af59eca8df3961c538e0221250cba44ae3184b23","0f958a960a8e88091b69b01bce33b5dea3d49a6c4a4b24ff80266dc86ced6a7a","0d2afc078c2b05d39298aecd2374ddc70edb64ec5ef726c7b7cab0e28af41647","da9e96b3718815a3e334bbdbb8bc6d6a9d191e04a129a6911ef78e8b9fe33b59","f3f1b6c803bc160a57bf2a8300389d80f1d547de31233ed6c54f7af74f107e81","d9441122d0f6d617587a1c0590cc250fe106f4318c0e738c4d296c24720633a7","d0e8f4f0e1ef249db6adc69a3f6b722e0c322c5c9da5099527a8c179cbb4ac17","063864e8942531a39f0a5f3ee5ae95ca603a0788cde25e618078743feeec7287","06da4339654a42b79715d8f8755456381c49093ffaef4381e561d7f542665f4c","33500e0f7baf948b0b3c9f112dc8a200ec5eb273e5d51192f2b2c053dfdd9cd1","e4d1bc440baea236a427448b30ba0644e52f47ee53f3e25fa9d051be11531368","06784cab8c14ef212a5f9fc5afacd49c622cb49375f6b47497e7ff1cb8f94560","470b41c45d5b8146644333415a7667e50984ece88735f02c6ba3343a9a936be1","427db5322606a542eb71a86210d2e50691ba4a9027dbc9775b3fe55fc0cae42e","8ef2f7a731fd8e5685d5643ebfc2bc20df73ae5f49042d3281cb28a17946e19d","93ed3a397b930fbb69d1429b7b71fa1ca655d2b165021f121deac353fe876a6a","4cc6327c18fb35e97cc9655481e95daec01ff88a56b84ae452048409a57e7828","e9106f903dc39cef7cea0cb66628b4078c236c254da9c99337ce2c041dc25126","85f719bc26233332b1c41bf8efeea5c3d5627693149b66c3deffcb0cfa6630f2","bbdde1c1dabd5bbed9af3dd86fb1227375fbd9b52d33efb129f359f06e8e03e2","94757381ea4a7ef66ec47bcbcdfa34de9d93bfb6d5f7815e9cb3c12a30b03279","42cf6c6673e6e515ca3fc38f6c487a74d5f576a0bbf03640ac92f0e6cb186f14","11ab15e336fa186e03523a65282357772808ca5a18d70b9edbcb440d9c161fb0","ca3a5d88a63f10d73e2fdcc412c2a587f95853357eb31f732c60cb627aa565d0","a5b6ffa60bfb1bd4d45a0e841b090dfdffb562909ab3c28f3386d4f007c83423","2ec4aea2b4beeacebfa148b16862cb5cfb1648be7ae60c0cf7024ec085e497ed","17ba29de48012a82518335b5b8a15388c87a715b5925222f1257ed734e564071","ff225de0721eb0c6164a20679188ef01814b3796c34b895ec2ac90da78f27dba","7c85772b4153780dd0563aa611c3485ba1a66395f6e90a67ce1bfb84693fe5b7","809762b71bb6cf30742ccb120478b11ea6e0baccbaaba3a4d8d199d24d28e9d5","65252766fdb661facbe16f278de80b5cb9d1f269a571cab40a6085bfb0516240","7920180aa740a542665487cc1a762c1cfdfa5826afef0e4e3bc5d24e9c2d5e00","7eabfb5d0449878cb5eca3c2878c318131f3311505edb0cd8835e095a6450547","1483b31820fcbf76e3d68c2bc3bd8aba9e1474bd5b271ac6c3fcadf2920d2dbd","e8fde2e6d5aa79cd308ee0e0624df4816659ca34f320259fb6e62bab5a5bf2a9","dab6936389a4c5cb6aae3dd4c3d2f7d44661be9933bf918987c881b658ac7720","6190505f63698f33e132a3501d81e4a59ac85f6d7d73b41413f0378e4844c08f","9145fc83f48bcb9b895a775dc0e75d54bf1758101b24c7e28c9a6b84aa4afd14","bc42e1a58c3e22cad9529bfc846aa763fb54fe908f4fdfd50d9f66e03d8deb0d","a997a1579e51e5a755ae1fa170932f6c4b7a275523cf512e47f811d1d8c7e5f0","9716357628f18e355349e59afa5824f8e63b7145e7c63831d5d5959467b1e0cd","8b437cabadf701baf56457a63e3d541dea57d306fdf965cf6e4a6bd31defe439","5f2bbe05603b61f518e2393fbf63b83ed079cdafbd61fae15f0ed0834dac446c","7d3c45a713e940a8945a21bb13ff340b90da7e1f556eb928c83c415c19efda1e","911d55df17ca99ee4fae8e83f8d7919e4acdd9c1197d43e23899aeaa93549541","71c8e0f01569ff98d272880cb7972c004cee7c4ed01becf004811a792098575e","0f154d22f0a76c69a5a85466912a4a891b63942f9638cf78144c22e011ffb4c8","c55e438a4e30f6231798ee496e72bf73f669e3274fe52fb1cdadee771c190944","4201a1bf5c2742dbb8c119902b1dd04d8f42c689c5b5ad7d8603647284217905","3dce10b7c245189aa19909c53b83af17a936b27c89997e086163a61d32870c94","0713c0e663ed31206a155aec352a97a444a1e518ac1ee91f1970ca89dc450eba","0ff5fe7cce2bdd415255a584a6a300b1627bdb8ec6ce819a9d50cb0bdf8f591d","e5b7ff7e835fb907d382c3c3e2f03ae09f62de2750c0ccacb439d0487a136b0d","3984b11eb70cdfd0d528d6b7545c8c67877dc38fd2c261a5c4724c329bf6992a","26fd54c5f6234931411965945327bbeae56e9c6eeeb5caf904284cecee597635","48592afeb7a9379819ac19d06c388455bf49f40ebd954e36c9fa996a090595cf","0786f895cc3f91cf3878d92b26887c98d7b22661c74126393f2cc321ffccd74d","202db48ef8166b66a62d7f9bebd8473b5e051e000a09053e61627bf6098b907d","006bcfaac7a7edc51c1c9f3bae22fc57e62d776955d3a61be2342ac8cff789c7","b84efe2463e4de76ce0b3c06f88b4ff88c31313c0f24b224e303a56f493e6c1a","4eaf2d7a9407cc08938bc6a2697ef8896a4b272febe05bacc30ba19db0c9d54b","3fd8e15a0f98ada2b6f4f881aad3add7a52ccc331f5d74007a0b4c957c427942","c3b233a60005009113c7535523f29886d92b9719b89991c16ac7db48fdfda488","afa3299f09b9e1186b25a32b6baf2a2676a5956eb0a8e224e11316397152bee7","57f0b107552abaabd787f8779e0f118683da9d225e07d5212f5a94e4b418a427","9bdadf9da75324f68ebd1308d9c145c1f806e9de3f732053196bde5b16cc161e","bc371b931b6748fa14bcb1730f1298adfdafe8a5fd924ce2f53d704ccbd5cc62","581c45d286c8a4a7c724637894655fbb15830edd2497797dfe291479f635045f","d40e23cc546d039ae361841e60aeef39344dc1a2ade678ff6739f448dd097a20","b90ce0ee03b1ede4d5e1887ba4e9dde010fff41e492d5f1a848a44b580155663","f804efe1814cfdc92f37b84f4858665a3ffae71471a46336bc5417e6a6b41a30","99d249bb47c0d3551eae08d833b7f364e762f98dfa5006297dc9b3acc7782e1a","987e2e70abb4d0044e383a35ddf9841bcfed55bc67d416c588098496d40a53bf","eb0a75f2c8d1f0fc6ce15215a0410933d33f2b2b8255002c380a19682cd8207a","5ba9696c8693571d73ab69a08ee8c887f9e21fd011e702edf05798cc42c95498","9fc09e92f449b3697d14dd6c0d0f8fb4e73c232df665baa81b034fcee764eb3e","3fbc7c6776945c4ff3e8cb9754dac8d9433c10d2e79979039e70a7d76162eef4","75222a80b74b0be00bd1562465afce721070ac6ca304395ed3b32981f91857b2","c022f346c497975d855521c399564b9a99a3e32f36964bb2bf875f5a293cb845","119e7c266d9785d50f17e4baab78f588acb7653522163636361e253423cbb299","2d203b284dbb18785016c5e8af98ff26966a8698560681d79b675a9aaabd1c28","0a460a6173cb7ab31058938b1eef5b684dcb96b762fcffb565b9783093cf82e9","f5fc7d2435ff19febec2c06177fc1057534c1e1510f244f02bcd25c75c2d60a8","32186424a5f47a46d8901b8e156f41a3f56c01ab454aaef4044d542d5bd6c7e7","fd17c9c198ee7eb1a7fcbdfa2ac9efdabc430c71487a14bb8cf16293a58c1f12","85d6dd46485bba4f7d6da9de70359b22e10d4386cc0210274015527cbf2a5fb7","f44750088a2242cee646affb9154185ba33b99a95f09e386658acca26faaa3ac","2d94663bb0c4dba99b1bc696be86d680d31189ca9a77e7681147f32692438168","e34939f20a250c2cf367720fec487d560b827fc3089294063c67deaaede7471f","9b478915e8e6e862d2678597df5641bb6e8cedbd07b3e39872bfaa6587cd61e7","6dd5f2a68a31ab36169cf90023e9af7ba89f10891aa1d0996760c5fdbb0ca5c6","7ddf616641c952749930aa8d9ddc2ec78bfcb4b8f46da1f0bcbfda32661b00c9","d306c99735f0cab450921e3520fb8ba24b3ca76c0a9190cf2f4309dde2ef3bb1","3ab4addf01c91d61cd3bc770220dbb780ac9dc293b0f6b05f00a56ca9a742909","fd2d9faa69ac950b1a5377ed5ff43267f548560757fe865fc6fedcaeffc3ccb3","2abb26ee6929d3c7a4f4ddc2db6f58b62516e52df632b6aed7baa4d3b5e4a587","d0f4288196075716246ee6163564285eb9854e41de9792150bdab86b2eedce9f","2868a4b94b7819c582172f53be5645fcbee3ec414d0f472f2b2ba277d4f75049","0459d903e021659df29e73fe3210870e13cb7ec6415c4106273c09392b637aef","7ef65e827be29ee6cfab94da9e5ff5c8a8abe8ea4887bd84c2966438b6be7860","13687a2832f2435b6690b4dd4d680ea4e569ad4c93b654dff5f506787b60d9d0","588b601a333cd6c7bf0298cc680e02f9f7d8502ad7f1574ef6b9af99f4ef4671","ffb5c980547d71ee7153a24b694768274d800791f4c4c15ea00c4f6741ff8659","c9d5db35644a7d271248314b33501888040fdbcb3a34445b9b3e736a4fe0b40a","a0bc327d16afeeb49c2b5d0fa359cbad32411505aa7b3f1cae30b0affae3be2e","129c73653c3f948b9bdf63211998000b2499a06b736b6e73528a2350f3eabb85","2fbed97f6791e9e152f6023cd558d501fe4e7ee6102e5866e7e1400408396b8b","9216fd5715caf8620c92d27d130f689e77d72075485802474ad65ee7559e6b59","ac5acabd839bfcf0ce3e19f7eba10cfd5b0ff476ef6da8011e2eb3d1e2f18eaa","1c566773f4429245b0f40947b635b1e8d0bc50f56e4c23a140e00f0657dce08a","e824045c4df2cf4ab0a048147ec125f786aa74f8dc93da824ef856aac7e5bf2f","3920ec72b625bded1b04139ef355912c0fbc4d911a167d712267eb61431c5932","d7c43dc42fef6b70960b66af794ce992cc315bae15617a6c5d9226a33329e866","463a1626e26ad1057c52bafde08fdb2812bdb96f30d28b347fcdb94244fee7d6","cd41b305fbc1ba3354b78c4579c96293f752283516b8c8270a45a6c761984f61","46bc98f224d3e735f5c9cc679754303c3164c2e5892a85e0cd1b3b286bd8a406","aac16ed27fd43de16d0f22769bc9b0a970bb1f9f713ea3b68e56c431bb1fe1bc","b4f8b3637db26d351703f1a311ea080f24f3d0c54e346d3c2fd2bea3a68d4dc7","985940406e04a9e5e116d96cd74ea0044c4dd59316bf68fc513e2ee17c0c60a6","f3cb79a94c93e2cdeaa87d4b1e43043ac69813a61c0a7996bf85b859d91a5c39","a82e7d800f90e1727b1ad1e5048c7309de19f692dbca97bb48fbb383d69a3991","5de77cecf0c4664a125572bc95bf7028eed2224854e7013f8cbba586966969c8","a3db13c6b72515e482b9470974b44f3e9fa904bf439da0f11f9a1041b2a9cc85","f8542db7ad908e1015e585d8b3fecde232a8a91f69fed4f88b1fd725c6e79f4b","e97332234cd3eaf0251e7da2f107eb58c8c7ef7f9d6e4b937427262c2226d1fd","41be3e7aa5ab9a77f87f1d8e0ff0e41a56a8260eb1e184e59376cb079604bb07","24af1e4c355210195ab9bd130a5957f77ede0f336955380d3298f935761eef47","c5c6ed530d7d99404f77d429795bef1d287d5350c91d5310e1997b619686fe95","1039857767bec3e92ab2f9676cb7d5529e2032f8db8def62575faaa38f05714f","7b8eb8569bb004aaa4631f784e2ecf550c7ea60538036e9c90ec53bd1f14dd17","a7af7ecb9060c2655214128ab96e86f9ca550b4f984278d8caa4e53aa917d49f","5830aef0c02ce12c67da06b6957fd0cbe0497adf0d93b2eaf5f5b8a689d36062","f11f35adeb8dfb383d350cec6dae434e23db0d4560022843c7f35707e65eadf2","17f431a5d8e257c9d0a70b9242a9c14618cc4f1c7ed80bd1a62bfd09e5237974","e05dc84ab30963206e0a69fa1c4fd033af28a67133d31bfd53858e9462e58177","e03b86a9bbf847593e124da52be0835f7f3f8e46efbe54a84891f09d7e5f5c20","9c1911119db9addbef0ebe1999a1cf19c930253dce158c4a323788914e6357af","2bfc9654533717ea23df15b12bd4625ff67e5ffe1289483bae84d87838ed6d29","cf57a302d54760638832bfd4c60ee053e46a9ada7a807b40a4149ec5343e1005","41d396a926d2d6acc3d4d3ba79b0333669f54474ab950d48c5aaad5b03009019","e72fdbf75f4a16057698fa75e969c471607d5b9a41e7d881662143a92c8cdf87","31f5c3320d576d7a53ef4723db90705421cfab5bf3510638dd3235718b04e4ca","fbe08aa5cfee866b144b44dbeca0cf1a12649c1cb683f721ab22ca50c25b8d3b","f85daa726b57efff52b6de5fd81f5be904dafbbc1b4989a155e9313aac79c04e","b92bd19777651b5e4f08133a3c30397587edaed90363978690bb727c2786b46c","22121d28a96a061f693a908b91ea77b8a28c42ecd410f85c6724b94ef539d8ca","86bb984f8d11a0c582f779b524669e6a7b971b799f865e602a68d9ba23ca3432","8e5d82135cbd57b67193ca0a679fc039b84b081b17d1831ea52005cb3a072e32","d959bdd5d98ae9ce69812a21494c78f45930d024e6a124d3e8120de22bb09e2a","45c55602c3cd3739d3ee6c72ae1a5835b2728d9987acd25a6935e7148413f698","313d1c71f0f1b8c5f5b5de0a22f9f682b829ca0af1cde5a3b42e3dc464eef6cc","aa6d6ad0161d543a8138aecfcfb1177471d797e58de3fa6e6447c7f2d2004ae0","e4bca52443c695d8b7b81520bf8bd53ef0f3044741a5b308103e60d6ffa1b6af","51218c99a02337072ebf05b0985618245e36ebd341a08fe3ce45d7ab4762fe86","7a7995a49188d7e6f8f8669744d15f7e780304617184119fc46629f86c83e093","3582af4df6d6d9f3ca696a869dc3e1315598f942bab6c671a0aa56734a390295","bf21c077e48385332e1a18bc059196fbfcc36e56611fb59cde512ea8d1a4829b","168c6eae163dc88861a7922c9174ffec1cdd94a9b47a71f1d17ca79086170878","3507b913a53e501b20fcf6d3dff60e8c8fd1e9bdbed04f78c95a72de800e8034","48c2b15b8a6b4b9d5f7132f620b68f5a2a475ce931376579251feeb2436cf14a","e1586a45b2769c455cc59f1e2b8bc920fa4ede917b84e07e4048ceb244a5cdfe","4f49352fee4453986f08691229482c6ee7d63e3774945462874b1d63ef32ff95","6aa8bb6dc313bf6128b16f8aebd1100035e4080c985084510effa2c847824038","3d4084d668125dff4c8f85a4957a1a95b547e163cf4b72df8f8aac4e1ab13d33","1f3ea1764b7a4dea387f19de5587cf002db313564607caac73fb47d07ff2c949","8b32002e4cb26ef698c668247b5701afeefae8c574145460fde2d88567d16ea7","e1867ed00d63f80a864eb9427eb399f3f464474ebaf6efd17c41d2b47197d2d2","37d86ea002c9dc6a59d452028f4e6d3b83a6a9be45a141cdb485f22e8ebda5f7","61e90324fec05d1472985e9792bb39ceedd65666ca4191fc7f016cb49647ccac","6e9a992b941eaf874f2e64ff70768a7d19033b8e6b06f54828b32571080964b7","601db0d46e46fa66e3220d481bddbde93e53fd4eef91eed1e685ddbc53be090e","97b7a7390caec4d25cf4e6d7b765a93e3fd350035eabe16ace17342e14c301ef","9e8fd196dbab1e62a3074a3293ee1ca174369b0de60f3250de7ac84133563e4b","d42abe4ee2b3de4dc3bfa2ec69b7547a221482b211628ce53fb23febcdb345ef","e9b6bcabe86f9b48588e27611c7f3607e8485efc355d8a0af788a417f6f486d8","eab9c2c5682ec7e9060fe01cff663c5703d3b423a55ce98820a33bb9de166c6e","29cd946cf18579eaf5129c76315f538f4ef595e7131795844159032da46cca1f","80383f061c82a46c1ebab2ca5eab53b1af04d8ff1241bcc34e72f3722c26a05d","cba33673e5bc30403e5176a598c1a6802d87308bc55d9d3e2ba54428ae654866","86b5ca6908f4de6b3077db2839617590e27a81d7d7671fe270747455666e9d8f","6c6b69eecc4eea000e24df810eb8e703bc3c5ea420f29a54a328952b50dd31d9","f4f19cd61216e4cee019aa720147d73baf2959f0e233f35a6d130971cd22c7cd","09a571d06f531e40ceeb0359640307f410342867a6d510429b66802e7ba89fed","c1974822f96355d656e6d41cb540b62a811c7b0c55c3602d15f31a87554ad5f6","6f064d0e84e306192c97086075805686e345701f645941d8a7cbc4c4b1e0400d","430ed9b38f5d345423d3bf83c153bea67de277fd99e8fe617593b5a94836295e","4fa8a035fee014257b2432545567100de113b62249c852684fc0e6f5eb3575e7","010be253ec6834b8d749ecd76dca89e7dd976b2350409261de7ef648c5b5fab9","3a42cf78c539151195ee9ddb6156a3a0fc141c09822debddfd2cba806efd1a0e","b361bc1a6bf82193e9be5469e39ff782b53fe8e2aa095a120b7b3efa27e6d4c1","ec55c7a5c8da333547cbc8b7546c41a83f565980b88abfd9314f9070809c6f5f","995f03a81daaeaddc1dbeefacaedb8c810ea1fc22adbe4a55439085c86efd603","9b478915e8e6e862d2678597df5641bb6e8cedbd07b3e39872bfaa6587cd61e7","3517dd9b49de50cd9bff1e518c605a991b54dfd0dd92f9c2d9a3d73a18c2da15","e3b6108489afadaece74602b8f8531c447bd50ee0aa76e8a5f5b627256339f8b","1d8840d685b1c94bba0106cc77caf98987763771ae363e65cf32fb5a850deafe","9091e18788881e83b2b3a3e7bb3fc065cf5e875dccbe8751e6a280f94bac867c","a915bc5c62b3a3d215b2d8dd7f17e83fe3f3ef1fe1d106d798c3369e8cdf7176","e316a3e0861c703a8f5bf36ee491786952fd9fee957e5db9ff36d2d92563c150","6964e74b7b480a4552eab8b8e7156bf1443f3442d35464a9003edc383d1c98fe","47608e1013ca29ffe3007c6a82cc6364c323800ddd614414c31ee9f35a2a65de","7146c6b447deb43806b5e3b4b969443ed8ff2327ff5404409eeb02fec43497a6","9b478915e8e6e862d2678597df5641bb6e8cedbd07b3e39872bfaa6587cd61e7","7ae221f2ac29a269c32baa485f4bfbd13b97d63159c6bb0471b0789104858642","8c753482ec5a058405940efcb7ec8126c7da2271b744c03d61be397350936ca7","d58038b4117d1b5e4a9f1710931880e9898d88f8d5e330cca984881cb10da131","f9776738ff675d9b747596f12499653f4487fc44d970871c3ca18d5dee152efa","3a1825b8091e3be0d154a14ee9460b314a1e690d41324650dc53d8a542682209","6866159f380c2eae355af5f540ce4ecf74682b0a4e748141037df936765e6365","7a8628f54edf8a576d24cd0b9c75934a3217e67d82a43b71add1aace1fcd2eb0","a1c0806b8b47ff8e6ba4e29a3f3eb3957c4b612ff77fa4408e944a47787d4c62","d295ada7ccd87ca49f16b3f5b0b62d85b2d8de5002f11eea3da0e229ba9466d1","2f07f1ad7c13fad6fcb1eb92017ff04b53460557f931883b5c5bcb2437170225","88984796ec6dc59ada659c57872806caee37a357d7597cf95c362d91c7d53882","9b478915e8e6e862d2678597df5641bb6e8cedbd07b3e39872bfaa6587cd61e7","605665157dec13d0727f701bea3239d1756170b529cd11b2e63023a949d73cdb","dceacf0c641b63772f704738f4ef5b4e56bd551bd3ad32e7a6df63d86b0ecc3e","b239dd0d1a9aa07b155e3e2f7998eb4a22dce23bdb34d1496aeb5b621674b0d2","40e36a5ec0c65a9fa30d93132b0cb96911861aea54fa9adaea70a05d85652c6b","5afbb235500357a850c7dbb600a4e81ca14024376b26cf0631fa1ff69fadaa57",{"version":"212ff53f419062088290e63681731d665017f9e0923df99e226403ea0b9037a4","affectsGlobalScope":true},"b6f0923aa6025ec60329bddc281cc4a66b6ff483835bb1fcaba11626e8d4efd2","9676327329b1fbf6504b9de0598dc2d578deb4dabb844de787b1a7336d770172","568be2917493b9ddc3a96751995b597aa7c122ee30fe9daded2ce4f2d2aae0b6","04630bf94e79614f0960fb2c582cbcc420be89e12068618fca69d0dbf82a6495","ddcd8b366f993d3d0ba86270d9fc3057d7100328ab380b68c8912efb7ed53bf2","8ec6ac812b62d72f37536bdae5e525d1ff44061776d3435b36586e5df7413f96","75c2a336cee5a12c0376a0a65e7f6c808430480622bc80856fa4fd6388423109","486d725003242899a027de4c89f2368c080cfaf03aea2cd6f3fc4f22ffd959d8","105bb40d00d46216c466cc01bbe8fc97bcf1bb05255a979c3eb83b0d62263470","226e88a67a8f2742f4ba75314e17094a89e793b61050558ded376d9de829eda6","61024a88442e1c4017705fc131c8f435b19063e95d12c79d3860b4d9958713f4","c974c73788b6d554bbe5c577dd3c8ed37ef18703626c7b074755e38674b07516","d3a0046d8cf04a46f0f0e6835f459840a5ee26872f252753c2af2d99c0d38664","559cc8c906d280ae3850ae8711f39095f08958e1ebbeb6557ce7308a8d35516f","a05704eb1bdab4ad78c7047c90b1df564199c2728acd943ce956f9cb550c7d2e","5bfe943c2836fe9944affe0c92fa24f1309a9f2adaadc2399377706a4de87e18","c49108dc623400da9dea9e9e469f2109894b15219a44cd976502d659557bc8a7","10abcfb3afa751b11d61f71d8dcf58c4e02266b8ea53b978ad4e6450f1f1df3e","456ef98d66eb6fa2dd3c73f2fa1df882869e2a11ac75db99f76e968d97d365e4","ec4ed828fc4441dbd03c0a0588fef1b1e311bd4e9fd78ef62374252ae8f93b10","250f4d57c26d8d7045a6c6799d034d72986aa172bea470374f729b5c7642a4eb","43503a8fe436e21801de5ced1a4b29ca0d6d9dd297179be8b5db07ce501de5b3","9ea25caf19e1f8c2d870ae9cdfc62fd034d7d363a82a599b13607c0194f267d2","878835647b2b60a857c3826a1cec0d59e844a3cf73e22794d0e492cd04a5d5a0","5018a681966ed86bb0bee87fdf4efed20599908cf30da8ce2a7b8560601698fc",{"version":"b84d913158bae6edb57f22829352c97b2c8354075acc0768f6120106f0ba09b3","affectsGlobalScope":true},"6b350542caf62b4b10dc3309c1185e63ee291d27aafd1d184c7bd46e09234517","4eed2c5462dd2de49ed4f4aceadeca9b12508633777bb5a6d1fcaa4c80e7984a","e8180f2a904d25508a8bb0398ad05293505694fe4b3f36ec52735d8cd8101741","7acda9186e088aa99a3cf29aa162adcdbd3b9c328e51c780eee92f4609ebc19d","ec13d6902f27ed963281dc1bc46eec40d3813d77fed9aa19754f3387a2378f9b","50e01b8e8a7f7b01c4af5a40b313e050a3e9cc687bcf44fa6ea06d011c5309b0","0673743114f02aa74ec96eefbf23fcc32582b8f5762fe234bc62aa1793f365ba","2d093d15449b99cb58b5a66938d8627a3991f54f07ca1050fe5b6c90db2ee75d","9a9b611f63752df3658810c1abf15fb95f8bfe9a8afcf8f514c88450360ce182","155d623c25fb0c64f149b95a4869b4edbcbb7ec549153440f8fa583fa59499ef","a5e42dc30d417f07768a574ae9ca989afeaf848997c0c167e47a75151746a91f","5d5b776b69b741adccb00f4bded2f9245d7d98fc8254e949e9d54e8adabd73d3","c78d715b4fbfae17b38fcb3a4e1f20c9544cd5eb396a1492abf0fbf36470d9ef","1b8847539937178b54e90f9ac8d641e060825373169c71bc5b5d2f78e0a30f7a","e81de346ccf80b64a62d9f7c286b3e0f08f597414b71c974c95289b68e91c86e","64797c4995309058b0a7e4fe30562629caf7d5b1461e5e4effcab3a5b9b4e211","b3aceb389593d3eea58a9c72f3015651707bbac9cb635ffbc16a65897c4c17ce","8f127de2108acd5a448a7f446ae1a729e9a6582af2d0ffdcfe13d902caf19d15","3eac70fb945540a4a6caedca7b907ab750f7900b3776bbd914ec7c72516642cc","3f9a275272685c6e7ebfc42dd05121c7d95f4e3ec2fcf0920ad791f757afc21f","dae45b2223ba61deca9a2899053cbfed36c96e67e5c3702aabcc747d2414ee27","51e038b82f6b5c4d8f0a8f847ab4aab9e6c5e5aba6ecb01a5b591faf2e7c49c3","a430c562b2fd7d63e5cde2ae94d8e5c53eaf9733fbb78b5f9b9d8240a7925e47","7c5ce1fb47f05417a2a10d078a12bca9c2b4b09ab29d2d9f89fa3271db46f8c7","79da4077d00bb9eea1c7ba826b436a1afb07d6be85c78484243c2f6d43d7ff3a","a6adb9a0feba9567449a337a9e79f96583e2f0dbc0cf7e0f2258f40d426e3cea","ce6c297272534cf1d5c90dd41ff0dd0e247b1d8560cea723f27b212423993ad1","fad0b0c7471d5dca7dacbb434db7f280da8a2851e5bef4ade7299f26f2270395","787c91fb2cf6c0dffba4b3e09d7c3ce6e926c127188e891e3e86f2f20e251ab2","58c3bcff9578a4ca77be824c5211d2502a5fb9412657b8a9e8e8fe905e2f08a2","aea1a298c74853770a02154b701915d33904b559148868cf156a528da0f17070","49b9349890267c3aea2bed7715fa9b0c77aff4373ccde272995f121bf5521331","b4cf21f582087d406b708f97ae5e9a9f456cb43cc3236d477080f250220afa97","3ca5bd9768928a192e68b7d990256ea5b764bb9904b7857db3091d5b2e783027","e2def574d33cc656c1ef8e52b2249957779128ef6e4ef2f126888d37a5e22788","1d7f8bb30f909e4a6d14577c9ace009f04a5422422781d99d0e54219e9a2f1b6","96653ef62ace9ff115b92350526af7f5ebad26b1068698fc0919568e94146d35","d4ed6b0c78444a38bfb1953cdab8178204bfd4b6607222b9fdb299d7c013e88f","fe900866ece87fb0f6e69857116c71460fd705769e9bd4572bf6cce5313b26d9","de88e156236bf12ae1c877b6def631a3771200e8f934db8cae63625518bfee9d","d9a95c2230fd92b262da1bd3c4918ecf75be02af9aa17846880f74fd5696f7bd","0fad7df6b07ea24ce6b23ea62c9ed67a5c27220da7272dc7fedf7fd20f7eab20","9131b4ce64502ffef0c198cddf7ab42e37347c4c8247c3fee031d02f2e107a3c","1406c093d028fe33358ce72d59404d1fbc3b678667c44e7ff8b933a5ff0c9d75","a6c8660366fcf8d51c5566571c9aaf5d23db9dcabab9030023d024fa88fab0c1","b1dcb07eb82efc7a23478ebb377f8e4828e7fe7a31a3142fdd4b078b906882b8","0f8af1fd763fe111aae313dab37b0e3ace8ab24acd707f3b8b92ecfa90fea290","f42376cb431aee25838f9ff61a2504a43994eb04b7977abd6ae2b16a3c4c9c1e","8235f0f0bb178557cbe67ec83259afd635f8d920a638a1824cabe5ddb15a232c","4b1b4cfc48e813d26a3297c89899be28a336cabe3a4233a733c3f780fa3e4e49","e45fdddd3d0dc8d22d082d8da68b144296459f944b47088ec27a513134f56830","89c994c62ca699b89b2722fcef4dbde6ca80e0ebf30353125122ed619f7e974c","0731fe989df3443831b649b509d181a32a805e8e35891d56cccadee676a376d8","cd138d32747c987302589864708a416edd6e2358a385acd1dd5ba88ba276676a","7c7b2c52c60dde2973299d94b38ebf7e1e60ecbcfccc2d2834bbfcd8752a8e1a","a206659b8acaf1137c717133d009914c2d26e226d4b48cba6cdf86545095347d","8486e29848905da1dbe9c4eb6fc83b569b8abef07741a5f3b6a33d6478374f31","512b8989db27b6539d57bb7a24ae43a71866fa60f7a4d07b40fc5175563724bb","8fb277c208ddbe357c4b61061fdc7ee62338d4d95505fb91c308feca3a67a43b","45f10ad0e3163da369b8dbd7e4401c754eccaba267920c916d7f6f359ad38375","1f0d48a376b6b4c4b0c3f6427eaee1c8cf30fab17c3c0ac7a8d720637196fc49","bc7dcb45c677ba09135ad90d0bb1716f4576670e4f3b8f523511f0f80c2526c8","bfacbd6aa63b33ba6db0d7905cdc188dc32526c0dfba548ed628163e69da56d6","694c411139b32baf6e8cc03046b19928f6c704bd2c5a5b6624337b8bd1937053","9a7c690dc6e7788bb26c74748a22fa95847dd168cb35965639af78a300dbd837","d88f9ef63de413517c3f1866ec2e86b7d13cfe47c52b35be21dbbfcbd0b7a7c2","8866dc0317f32c960f1a454b1d687ba6d5100cdf9948b22a9a90e5eed4a4664b","1463d27455e7d1cbaad5be47e6822041a059e00fcf7e85c26de25e6720948cfd","afe6742cd392729927ccd47728d2a0f095693c8bf6c8ea4f5d44aa9614ae398f","10dd4b9dc9991df395f7a6dc3e85fda071993077018694f3e5bf3c5fa3c84b01","e80cf4cfa7161f0b32084b5dd80dae3a06db4dea9872b1e65f74c35bd96f3c54","2ea19d60066a723970b4d940970330da04f17f47ba6be3458ccdc38135afa87c","bfc000bacfd440541a90317dcc3a747789332958952c9f46cc6ba0edf40615ef","5bb8bbcba5cd8cd0855eed121636f00368c0464b9b87dbd2256db96bc96c7906","121004bb44d816787fb920e90d132e250e1bb691c034e2692931c71ddbc0d573","609fa6755e30c80d000cb1172dcd1e1a8c0d64fe66f0cb257a0bc7e80241d04f","b04111478c4f5e4e1136f1dc395a90cc4fe687476549a9f2f9aa9a64f73747f9","6669d8d45de68740e05f849c90adaf5f9cd6ac9b16106ca1a76f3e3ac16a657b","3f2fd9dd1e5691c5d7fbf36144389e4e632159f8a3480564dae503ec7d9796d5","b6de8b4cf4057a290c493d0de2f84320362d2e50cf80cacce655628ac6f9b726","be7e03da940fda5c8416b9e62afaeef87c5b9a2204d43d72221814839e19ec40","c4d2e01e00330aad23833e9cd42f14137732b6ebc6f0143fe1edd4fc64264680","aa2893a166d595f2a2ec6b1a90a7915385925eafc6c682204e944fd2dfe8e8c4","10f405a7d82aa6a924ab02911aead99f75b9192a8864576456bc70295c7f2c21","5da83f7db7e0f98925cb550b409aa88f94cc21cd2bfa24244d40ea02927ae5f5","8875c887471f5ec34f54976900d26e9bd31e16c068e71b276dfe93b15a649e68","b51058748434fa6ee84d39861e2b5c79a4f34cba7a6287356838760803fd4f04","284123ea961aa507cbe2d71bd2eda1a1d141241864e5b19940ea58b133144380","3b75862c263cf9abbe3224313acfb588634649e76053aac28a22d8ef5d813964","3237b2e2ed73aa97f1c277cfb7553b4390c8c2e392892eacd3e8c9f7d65a3de9","825841a8299a7bc9c728de6b200ae86f4371f8994f874562f7d8331126d4735e","a3d96e9e94084a84d416538dd54d81514414ec5df9e7d0f697ec46d4b0c72daf","053ae3c6355ff07d54f9bbb5554c519db2cf20ea0b50c39717fa85c11cead136","2d10d51991b78dc09e1045bf013d949c654a825d9511599b3b91288e899001dd","6bfef69dfe4deb234e5504d2a478a9da82f4144c19649420a34a55c867245941","0388a505c5dbe370c8def7c9b01193a04c83a90f6ea01c334aad409be6bad9c1","7af15ff08e749c3ac90a177051053519b2ddb54db514f90b0ab3af8362068d91","406a1a750468e546b9bb5a932211e7c69c1b57f69382ad31f19d4d9fcbcfe188","3ab3ed386c25d7336ff7ab48c9b8aec5ff12eadff5a048925e6c8789f95f60aa","1c4d19115b3b99ab870d59c8fd41f4244773c2520c0edfcda1226228d98ec8a4","e75736a4ec23cb3dc97466b8c3cc71227d51ee56c776b6fd3ddea96410eff7ee","7a04b057c29d28f5412520926697802c9f82bf90ee675d29afbdc6cb6264962b","14a4c78112a70bf451e5f66f28a2fdd30419a232b261de40f20f14abbca1d70f","8d800a05b024f1e80f899d163b6ccc83de2f2d37e4057b5266553edb0ddc88ed","acf9fd800759c41b1d5527a80e5ea9a8a5fb8b2e3eb7755c3c795b40aa451092","39c4f9c008703b1fdd7dc8488d1544956bbff5d7db16f7dcb8e219391ace5850","ca78bd4a2b7ca58be9ce4d5a801cd8adba6e21b6c7e05c23c276e5d1ff7b8d64","1dee25a1db9781b59d51c234822633ed1f71f3f9b4f3950d1607c5a87fa3248e","e471315d213385fe7eb3741e183c84122effd11f455e0b97aee3d5704c448381","01b5f990e8ee08821116405ebf7fa26fc81c3bf33b93769bbe635d948ae087b8","03b532245e10920ae7e4eae57dc289c312e226fe8ad0f4960af291104d65842a","363c5959737e2baa7800c63fadcddb813c0caf5ae63226d899e926cf76087254","2e97f8bccf6f8dab554fe95e95f722ebdad1095628394637272e4bd36f1fe084","fac58be4aeaafa6aef8fd920534d6e6f7cda70f47d46b25c46f992271b09e497","40bd1689787a4cbeb3e4d8db6b2932e875100fde6f0ccc10a9e113c03bce56d6","e129659dfad6fddb0741967ed2727881842a09d2317ef73b8132ceba764cb034","d88c97b2fd2dc1af18da08fde271226cac807d77aa249f05b214306cbf34a0dd","c63fe7b38887fa01912090e255a737a6aa35eff2d8238f29ad78f1a4302e6baa","b7a78e2c372e29cc2b5d0d63d93a763ca4a1dbba16264978b8a87934f119bb90","584f1d73bee0e345b7a5927e04b78786ec25259a266a750bb98997aca77f1a50","fdc5da129c09bf9987c45b1c7cb0cc56cb1cf9fed4a3c0bdc4333b8fceede012","004d11fbd8cb5b88c9f220c002a57ed2f485aba5716bd9cbd35c6d204ba08c8f","2dd502c55d295b64130a4255b4eac33a5bf3abda8ae5b8de6438ad0c9d5d8b2d","2649598177b24989141eb9f125de1821a81f5ebfed26e258ea8fc2b1360e3c85","bce4c5bf74e85c837e0dd3922cc599775b9fdade9c748eccb724d6f061fac274","c13999269155b9630ef8c7d4cc7d104f1f008a080252d5486daad5fd41b84e3b","618614e31de3956e29138045d8a1777385c0d68c169b2fb1224d393b13b21e91","b5368a9cf94f2fa8db9eeeac4d6cadbcf9cdc2ee46d85ac1be9e6a329db39163","9a756d7bbcb0e435b2324f5417eefea2c0d348167ae362a0bc6414856134e63e","b9bdac6ca120deaa5a86e50903a9b7ebab03d91f12d5a38e30854f08c052ed10","ede18a02bf94863fd168cf2313edbc8261ac3c12eced5d6f2099daa2361b1a51","c9e0304ad42418bf4b8380427b07605c0b76f70697ae496e8c5e125a9a27964e","35c9590a765000b1dfd9c37ae8336ad05f65c7634d9bab52cf990753332d5608","33dae6dd23b4af571dcedaae81cc726bfcecaea6071fa7ca0ed07a5f0b1871a2","fa18a24a4b7709a31d5f3d2507cdefaaceb4ea8aae69698b2b792b0bfc82d591","d2632256f1e28a5b6379d669b68ba7fef14202ae5613d2fd81fba3993bddb9ce","27564601ef16ccf485f86f8614ce01660cc28cd94dcff78718f2b54428cd9ae7","5d52d9c947325273f1ddc473e6909b36a5509674b23d49b60919df04a25a673e","97a9a666237c856414a5e728d6319ddafa5004c3e551ab6188499d37326addcb","a8aa39794fafe452870fad67667a073125440adc0ea0aad2fd202fd497f730f8","fce432d00a71525d181c6c1eb725f046bef7c78668786f01d13d82dc2e0a5e47","41e41d4fe5e659f7218f15d9f75007e1df8f36de511bb72b99a8cb9a5dfbad31","4a236954cfbbbf3dde54486a7eda36f96bf5ad81343c02149c39a04c94c9d43e","037e575e01dcc7f26d258d1448769c8eaf47f119565b92de15a384aa246abe04","a0c2fb63a42a82e39b2569c31a8f0c5b69eb553943afbcf1b9bb3799539d0f95","1c26936f4719a346373aeefcb3dbe7d90ba017b09d9a902b165401714386b008","ce58bf464264ee31ab2522d413bc0d10c3057ba32787aad69fe86be604dbadeb","3b2835de1785df599d1e4eb51e96d46d2c30e434eee1a9371ed298214dc33cae","3075ac918511546e246760e3679db3f96cd70a4ab9a4b85285c67c56191273c1","3337cad0b089afe1d45f546ca4cbe31806bc17b15e913a7e24ea891b8ddecdb0","7b854ef11a337017e51286308f7a4901c8b0a5d6b10a33ec6bda913de155dac9","d25bc39f488527de6bdae6e6639854c2851a3f9406ff7b3ec379f146ee5e7277","27400e79345799063a16900a29dda9263a95671211fd916eb251dbfeab07fd2a","24799450cb2b49f8bb1c5bc12670e54a2c7cc73d13d4ec7b20bf025a6cddfb93","ecaf87eec18cf03b8af1663ad90b2be7df8aad1c5df340b054fc14af9ac07aa2","06a9baf9af7f763090c3b7455e7b17c786c76b7fd22878f03d41b20d1deb4d4b","fce9d799332c0409fd8a25d80d940c6439d76da4508b2b7c867dcce117b4c1d3","8c37ab1b3809d81f48cfe77562d8829b24fb2d80d7e8cbe95fdee6355e0b5835","015a57238786d7d5164f8ce567b0662f59b9209768ae081ead25599a5e87db99","babaebbef8e545081c8da8544de5f4afd806a1e364dd0bf99d0bfa1e8524b00e","fc8e73964f4ecd6b29c5185c71fb6eb73287c412ccb14c31557e76dbca90a6cd","3add4e93a819b59b04763360ede293bea86835040046225ac406c1ceb237be17","0f72114f8603c52ef50d5e471df9b1673fb4282410573d3271e75cdebe38c157","9e1b4e682a8a90d8b7efc51f6dc284665a87c6a2809fe5c78fc1183589007e95","f9e898fd19c336a8d91276494ed25598679b67738d6d3cbbc46d80161f8ba8e1","9e42c8355fede33cb794e5f1281ab009921720484b79f103301dcf85a35cefe5","e4a8ab0189ef9300651eb8f7dd1ee84763e6c63c758a0492112cf63326b8ce26","c861095d57c9a001d96e2ec0926d361fe905f22f1ae106c7d8f7fb9ae15d700a","1830f7a5d159e92be7d09043fb01eb28b260e22dc5464494681c664b82d9bd5d","18ee68d9da996ce16721f7844b290a4689765a235f3d16c57d883e37f3e7f32e","f08b8cf15799c926510745a3c32ed3756d6a79f97155d99b375b43fcafbc7c7c","6e39a6becbff5148a2433aa6dab52868927a73b88572192e0bfde8ba44e969c7","746f5cb15ace8fe16656f57ed595e31453d57044918f21bb3a415122455e2bb8","f4e8a51b19f197a98aaf71065d3c5b533c7a45c932bc7c618002bf14c99499e2","9de4c5e9eadeef635ffb61c258d9a7e9792030c397ee767ab843e1ec3f1b4990","c4c8b8712eea622bf0eb43148444453fe11ec2edc28d785d5cce34e92e1c45d9","d0e886314af4753a2b7e45b1be55e6b74202bf2c157c6f2230ab4f8f04d6a89d","27b4420f7396a0c86e277a434bfc366c12a51b8eeeae1c8c92ed795e645d6b56","77f30641ea20eda153d25e8c7b6cce0de67ac309cf4f10cb4b5879d5754b6a3b","eb890a5b54be572c126f42b5691f34f8ac1ea83a24ee9015d0472b929132f6ee","67273be9f8d7ec77598e792ec27aa9c8d00af9a80c04cd1df07430c149f88b59","71af6c933f457d0368546f365b7c185547c9c5c6600df10a970e355e38ff6e12","ec83ac574377f5936927ad1850d1b5cd0c7fd2f4320f5c75f4ee39dd249723d1","81ed7217d00900896a666f69fe10850e6cda9cf27e43ac43c714860bba1b8748","95b8d4415701ca66cca39c8c82f747869f3fe99cf6c3d229b17ef177301e5c86","3328b75026085c9eb01ea22ee1572a2865fe687498a9aa6891d17966f7c84bd5","c8779dd7f61e77094f18a8028e66be38f5463abd72d108d759746ee99b599e2b","b5fe45914894358cba390c9647916ff561a68ea84d343d260644d7e41011e824","15c042cdbccdd3a9e45b801f2473c2baee3819aefabb05901d30afa3eb5545a1","6931b918b37a87728d4c2f5da16339d8a674e2f4a11ec1149b50330aa59b3b9f","49dc50b37c218c6ed71c6b3794c52987f13147401a407e6acccafd6313b8f984","acc8ef98845fc4fef875e9f5977dacc591cb2ae330d56c953e1786fafc300fc2","4d071b16a751068ad65966a237292133831c57e04ac49790ad64d4f1502c1af1","2fa10624a8a8a87bc57b2fcfecbc227201779bbb133b382eb21e1275aaa91b26","8bc398ec3033d039c198cbf49b3054f9b6ed011543e17cf60042ba6cafb7c1f3","d267fc7187371f4f7d21b59211d0f39a4be4141ec3200220dd4c1445404e82aa","a390b83fc6602f035935e0191a5933924a31887156a83290d1ae40753342bfd1","7a650ef8848b9cc9cc7a3c4a06f476f19273ea41d3331e69efbdee66f9000ddc","1a926a3f6f7afdb9f4bd25d075d54b8b9a418904a5c088759cd23d922b5bf8ec","6412872db2fef8e4190c1aaa3560d0901a417acdd232c20e1c5caf3a9980c4be","8751b1b2bf3957708805c52f6bc974c5f47f54d27cb57ad729944284b631c5a3","1e23f19e4e842420ebc75f80e67a081d98d89d38296008dfeefe1e9bd7f76540","35d16c2de1174b939952a8681ae3e55f05fd22520cb56ef5fbba49e2f9221228","1d8e2b84e6d0dbb32b10a6e10197313556c5f3193b8dfe77de195150e57c0a55","147839a7ad1e563460ed450e43cf200cea5da0fd1aec30ad834d6c2c80872892","e6ca1918fef1679aca07c71db434b9e629ef94e571cdf8e511d4d52c9a8e5a80","2e4c2e387fa3ee898ba80e784b2ae03f0554568126926182a2a1b2106df3fcd5","997aabed33e9c708d756f992846bb07d0d57a03d44b4454adf831f7dfe0edf60","9dce3b79cf9bfb34dd4921eaa103682aa01dc1468c6de1aa381ef459f33cd985","a95f7b776be07d5d5304a8b75aad6358a1a3a250f0d6f85a384ecf471d655bc5","9e3aabed0a77536bb5b6b485f1898169c7af89da2f83dc65db04fa06d38b19f7","7855b66091a3291762a11dc5d5a1f1e24776ea0a958a284890f7f5f426bb808f","1e3efdb2bd917314192d4e4cbbbf26901ce7f18ba3e7755be3e8c60ec4d1a5d2","e47d69e894f4f22862f20537944882a8bfdc9530d22adb74a2b791a545c846da","cf8cac13b2e2b731835ccf2c2f375ed85241bfb6379e3e7656171acbab680734","5f5a2f756a5481a2c464d1684b91ef756bdd9d75013dbe3aad567666e84694cc","07d7d38cb2783be8b62c5c3d5e7138ca9b1149dfd9b0401b571a9b524ecf903a","d0ec088320c8fb7285b5fd1afcbacb1a7634ad3a2384e69502ff0e4fb920d63f","bb4fec4714349862e930b4525f1ffc99996a5bc0f174b2afc5e482cc299086ae","1cc93671ffc1e1a12446fdbc5f7a252d7f17899865d00dbc5253fbbd9b3c3ffd","1af75ad0e918cd779f501b708e44eeca77f85f9cab46013133acdd8cc96f318e","537d5c8c741fc025b017188e4bc7231952eacc2926601dc61c7b0ce1e1bdfa2f","1a148e8611b0a84acd42fbdc227f05baa44b7b99403dd760c5a256099aa3ff92","7b7fffb885eb411ba857eb4e0efef4e0037d59692b861c6b2425597feb881829","4d2d7d75f8ccbb45ead1f422854269ea1fdf0276b17b760ef9477820985565b4","659b28304a659dfd11a3d393215a7c7ecedcea22c177919c5d0da0dc8bc5dd39","787e0c6075e7ee06c7b73b74cf891eb3ef9f12321df265a0a1471b5aee857e17","472bc53822335b1aa12449fd0edc09d36ccad2e640fa1959e76953142af2176a","47a76e954b790108e669f17d9c3468080269c4839042f56cfcb881dcde416a1e","8b8902d0a0bbb752d925fe6facefc9a45339e70b0c446f65385b50b93e1b2d5c","1522d7a3d19b02501c6b5f5db977bfd9063120d51432e6287e7a0b1b4cb6e374","9a4f5a927cfb10575325164690d4ac615df37582d0d30265d6564932beb91c3a","0d93018f13ac15bafe2c7facf5d34cbc8938f0658974b151ee5a80eed89dad56","fddfbf073c0d293f573576d5eaf313326937d6b923fe9c17af7dc84a98482cce","d7d6eae0241e0b71206fd30c51efe6b5e98336d23c67ae7389fcca0ecbd80069","9b478915e8e6e862d2678597df5641bb6e8cedbd07b3e39872bfaa6587cd61e7","76e23d1b597c8f66126e04f93d28ce3c046637ed5a8cba365ebcc233fe9e9079","c7f5722362666e462a7c2b34f9dc7b1c37850e42b1b9a7ed6e3ce86aac417d5a","4fde991604a713e2b417fe57f230aef84f23f9c667633e4f3fa04da3f7826f4d","9e39719bfbf35346d5f83c3d962e92558e66fa6b6085cb5964a420c4462974fb","735e58c0f865fad40a8658fa85e90719818cc2dbc0a917765fa048cda2255b55","2a88031673b09426f3f4a4ff479bb1dddf6765fbe874ff6fb2749e3265651437","5dd35e4d0fda1a05bc358480bb914c71e7d1f68cec9d42e2e03bc9652ce50412","9f506bbcd7f486a1d9fa90bc433aab1cd42d2a6b2db4c2d4413dc1913b4ac2b2","4952c17f530cac5459bffec9fb0ad8a8af1bde78d6615d1caf5d1dbc495e36ee","573682c94842b44f134257afa0ced800c1febf8fd3fb93f2603b08d25b3985b4","95dece1fbd9d5a6b8dd2f18f6365210aab5c125f985ae3cbbd263436272c4253","64a509e71dd9b129651d0375318ac7aafb0e51b5f0dfdffd259ee1a43643eaaf","3e74c2a5271d655c235da35193d947946f53c9d568e44be51a866420033aa058","27456e326724efb6b6eef090daa073ef1040344cd7b9cee6e9ddaad76ff49ae8","67863534e7125022fa9c3d6e380828e110d3f33c53b07916ed3439a9a3503e97","e3010e0fe20530f71ac706d0cf0516b8554956b3fe3d0e0f335dc7b8aa803052","1b7bf35ccbf4df8e2376d9ac3b326c0787747ce72c9d20eaeb0c5f6031dfd58b","306ecd8f8a596d3ea7ae32132b58e418e30379b1ef715bb99b04f84c5ebf0954","56e60e109477664f94665733fa4f7e39a2483c06614b114cc141a7aad6f1a99f","9dcdfc1939e6fad71c093f379b8594a41cefe3a86bfc8616db6d9f80e9b3c6e1","64a3d63f058474c7ca7495402154cdeb9218af72878cdd9e92ca25311e81b1b6","43a5843ffe8253acf2939573c7d1ac661c21e7418f78546bcaece70ba998126c","1f40d0f105f8fe0ec90e12d4b17dc5dd1faf9795587f14f7e22014195486ef58","57e4ef9e0ea4d33ee4722ffc6514df61f98c393c76cd19dcfafcc71118e1765d","1ff01c03fff31a1351322b5e4f1b6206c7df10088bd552d313ec22832e9383ac","d516b6b492c9c411f136352ca77840fd401ece98318b5de4fc0195b98b1c8110","f112fb2f95075bfa705f4dc2ed3a1fff0d6e832e3b137e64479d2b7d98917a6f","386feafb6e1c6c95d080d0d3ed177e59971da4e78e0201169273e7a0a60481ca","1e41c1caa0962292b46333f3a96361840050813d084c5f50429dee152976d79a","2ab260736cdf4d0472af1be53d8430f9b4c2f15eae8cd3f76ff8285c67b6bcfb","63ef91bd11a212e07066ea87ef0f50eef63003602421cc2a0a2166373ee5df53","4bed8a95c461208a2bc0f962c6ddcbe14bc9f0912f60ff1d898a54e0aadc0958","37c618ffa764801a4a9d0d76ab2777840b8fbb2fc8bc2f7096af50f33ced632d","fd6a22802bdc29f8417c450d46d8f57b41c7cb0994db571f8b079d8b5ae618ad","2f324eecde3684a977dd38a906f7ec15d567b277123bfce8185efed5d34c11db","ddf8d2afa727624c2f16456a42666f35cf6e42c64dce398f8896ff809cac50c4","20567a6584ee146ff7742bf5db9e21836eb8c6036a7b7d752881f2ad7c11bfca","fe91167ee8160aeb039426852d7aa7adf214173f1948d6d2e7f8a8f971630aee","2a41775ac60aa194e217ce3d333e6389674b9822c8a4b13909d6b171b0edf092","5c44f1a3b54d25f867a17eca9ea1e36a0fefb5d711ccdecd868365483946cfa4","686b965c1f7b0092cc905235ab8ba1d3a7a11c971b60f049d5389372f31e7e2f","d04347d2e3e9595c0123b0176daca2dc2d73d72f91c30b3dd8858eb177b4d8c6","e3e444f46ed80bc375520df54650e7a13dc3989ca2ecb6593219ddcc0e33b219","5307f6f590e7e0ebf0018ade43e8f25c5cddbb62f96448d48931ac1c133e082a","43d9cde81af0f569d5d9502523c4b6ecc8c5640990eb02712d8a9cd6b6192a06","9ba930556460d928d908ecc999bb9eced945bc9c28323570642e4b31a923b1cf","4564d0e57c9565a68568f4729d1c5ab0bd50249cdf728e4edb7e3ac1ab60b4d4","91dc7c0bbeff4f69a44ec0f9e352e13c2ad20e19c21470898390895519f8a6a1","af731b8407e59d9c16efeee298db0b5a72f030861ca24ebceba7b00b3fa32597","8ac8c2277c819650e1789f033df7268e8054c65e5159c2ed951b47ef4ff3f379","93f79573703fd79ca5076484ef5871747a0f07aa00019b2013904b05762211ca","0b937b40b318277cd0f9c22de3464531166872053ea7ae66f0e4f0d5d6ac1c2e","8f61c786b0745e744c30db586062d03f5e5fa4e650ffbe55d3d568b26f16bf4f","1abeda4e9ec389226f56fda12ef207d837574ed6cf18c3538c8ec8e958482de9","721887eb4943e697443cb63206531dcbe3f69e6b314341aa1c0fcbc657b578c0","f6e84dbe420639b26c2aee3d4c445ba16a140826bf28683096aa1ecb7ee70980","eaa56b1b7af94dae03932e87f2da560c3b894dd23c3b7b6282d4e99f410ec15d","5c3d6e0121181ec37323dbcb72a9e798183145db033ccc7bff2aee7022605d2f","78bfae9abb923dcb63a4446dfc429839d6069f0328b7c7bf34c5c252bcd8838e","6e7b1c0317d01b0df653a3ec908812e313d4e7ab93bcc21767f8518bca48ea20","67a08ede441ef2db8500454140ede299a1b41bced0a875ad8ab2354cf27f384b","c53416d988c790a638a8dd92dd710f99e26681d7c5e9347270ec772218c90194","2d862ef12e0a31f82aeaddc68426dd0a7429369986099eb252d9c02e606a4022","517c97e9d6e0fb9d071dd3ba172e2ad83fdc05ae87945863a4f845f1472437e3","29c741abc83f4296136330c8920c7218a91835ed540eaa5db4ce12bf2754b2ac","779650540bdccb1bdda67934b05a99f2f182b5f9e5dd434714293b5e2011c923","c2b193c0286515835098a8266f752c189c4b3bc8e42f9dc3e31aee23d8853f3e","240809011b7d32c1e94f40eca4a1a5636ad1538810d9b0cae4e604f5543fbb95","7c91d93b75cb0382fdd00038440a01fb691536acef0179d1d6888ca99c6cf8ed","d2003c32805a6f976b696f591a75e1017e5d1289a5293e9239327b5b2157ad1b","cbc106ecd3c5404a70f4e20608e757da669a5ed2b4f2edb9639283154f7039aa","6bc6ab430e3d54566475341344fd759b7eea4475999d81c39cce4041f9de541f","8461e50427b3c318cde2d09da61f1e3dbee61a42ba2bc5165247dea88823cdef","5b04cecc342f518511b06b1f4ff4ca28022a73ef5a058c7093f7bfb06be1cd00","cd4d619e23e6369bae0ce5ce8b29d2b5821f0414a5ed3453556a7a019068b9fa","dc71fe17a0ca15f9351cbbeff9ae599806f466b71d3be3a3e0d151babbf09518","d64014a2d1adb62856b030f62364e98ff9b4e27507a9405886496220648e781f",{"version":"e9bcba9a954c49697d30bef798b1630ab538ed013f6aefa852327804393230d4","signature":"3bfa120478d31bfff54945333726b6c8e7ab223562c5e4a7f0f0c96b9b81f793"},{"version":"955caa1e771c7e6771496576ded93488ba178d8b2ce35eba7d49cad44b5a45a0","signature":"eb9291108a52c5c8fa8d803d8d4bddead2a09032ffe84fe6d7b1c14b849a6617"},{"version":"49b0aa67b59be15f13a4e2c9c681969f77070d87db16aa77e0aeb89ed4b159b2","signature":"2b8ef55e7a1981ca7f4c61bb443e82a858fd08856d4b8969d0134c682347257d"},"fe823adaba26a1e553d30db0a6af6707005879c737d87a229170a044cf970ec2","4859c62527695e3ce7bf37ee910e0dce2dcaea3274f0d2c93bdf7b851cc4963b","5e39593165ce8cc7f51135e9d782e1f774462fdef11b1d18cce51090fef03370","52ca4247eb8e578056cc5a913112d851401b50efb9cbb7bfb59a6f3a8743c998","904184123eeb25fc3b9b91331935dcc35c468f23aa069b512735158a04b03b4f","7a5908e3c63ff83e23c5b682a9b094c5fbfd4669d6efad48c0ff91edba3c67b1","293b10e4efcde9af1d2d77bb9ecca5485990debdfbea0795bf7cc67d7c661873","c7530d955ea3ad689e6f27c14e74009bc196585baacfd49445e9c7efe562149d","0b20f23c04617d07cb6b85d7b65c6b20c6656d976f12d89306b6893b32936afd","a9e6533a2f8f359fd5eeeb41bfdbaa8535616d764cf04d9f0699308e73db65b8","8925d28a54238aca2aede3cce282cf8488e1b09ba0c260d0ab676053cb3c1708","7e1c92ab5ae0cea73604cd36ea835c0d84e485ce67bc0f7c7dbcdda089bb863a","4e57d4a1ac3c783c0abaaed43fa77468ec71e0b7ba6d383bd66480d054abb3b7","e1b4f408247c2ea6d1df9c4058727f833a0a3a93835be9a4372891a802f46224","3113c5a768258a94dede2b59a172b41dfdcd6c625e1c71d74036d0cbf9ab64c0",{"version":"d5417550605565b5fd081c524989bc9f541152ace65183adc82a261678222458","signature":"dde1d1882c17be17d658f760e53cb427062493dbf65b40abc8f207075612dbb0"},{"version":"c993042517d24ea38afdb6eb9e8be3b1d86ea301a4ad5f0708d7d4c05b520149","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"e26651110c896057e8735d7dfaabcb02a45104f504d808a19ad92c9aaea582a0","33f780fadadad2ff485b495a5373ca5c461fd6fa633fdb9afec7f46886bac4fc","8da42f076ac46ae23427babb1477f54b917b9284ee546abbb5218065bc18bdcd","768ea895ef0c5b7ac8cd21bd739e95f790fbca376a606ec2c7d7d7cf7bdeeed2","f298ee4e72ed6e9231497a3e69f2e455db08f5a6b5242133988544caf8a94fb7","82bcfa4f3c0fdfd00c5b76525feb0164e633f94e953544e70457c77da66c162e","b02a4d9559e80bce1d1b23d052e88400015fddcef4e508e391ca1114af5f03aa",{"version":"9b0b1ed2f30336d6c5aa80be70cb85995881a7f0a825d1a9fe90e3c2dd1f9411","affectsGlobalScope":true},"627a93cc9fda77d6653426a474a7d1169fe6710a6b72e216dd8a7375beec31d0","60a9987be649b686b19e2a4ffb6d311873989bc33444f7effc868b7539d8cbdb","79fe90bc320fd9bc89c85e2cd5c52b534fc3c06cf4be634e646263785762f2b3","dcf0b72e9966a6fb74e3a937e9f8583d56f13abb7162685e966caca332070b43","81e99f6f015ca2e6ca6c3fcc4f8a4e2dd907dd0a4f2a7284d3b490c45db6a709","bda612e16c9300c210954b794969d41fca9b263c9f326a298ce905ca3a08aee4","43e2ab2d21223caa612fd88cc04e020e23dd29c482fb756e9e4f32f47206e56c","a82efe70d3e3c382e20a0a114b7fd75238959112d62508017bedfa65a5ceec7a","c15b59e7ac6598567eb2e1900d251e5d21c9e31b8ccbddb53907dc957cdea331","495a7006ca497a067c899b4a478f34340f500253fb0ff285993110085168807a","7d245751b1d7cda093d12789b4af4544c37c37c3ab549c85ad1b9d776f3261e0","6b96d5425a260ed32f5c966c7cd59e753fc41503053ecf367a8917d85d7c9ba8","b3081c2b809a60298cd4f9bf0868a5e6fb5494ea83f66133b9c4cf348e8d7286","ccb779a7746b0216ebbe8acbf118124d7eb791f9ddbd3cdc4b71dd535553d80f","0e1fe9db6c62524d3598d7e12123b9f178510b6b4b45041e60532b07a5491658","1815d7b1458eaceed4c0ab3d1e113a0b17854569a315e7cbfc152f813633f454",{"version":"928fe5599cd0b820b90e7c3543fd537b14984f12e1c51e12a370fb3d061d22c6","affectsGlobalScope":true},"e3176b2627e8515435e51eea8e0b55d03db355ed4cbb2267b658e71295c9d4ca","fb7a5a2944bcff9cab38f04c82a6befa542cd3092a299d83173f304476956416","6f34cf69a3ce9ad833cb87733f1d02e827f9572cdb654d2ce16867f807a5b3d8","1aa562c056677a41bcc6c96996527c10a5ae6b40dcc5aeb5ce6f7b2a9cf15dac","febcac7bd9aca3dcc9fdf57ce05a7fdbe7d879d8844736347d9cd1c8f73b5e68","d502e6d82df3f625aa114fcc5d670e251d00bd6316671deb33226f958fad0608","3a467f50568e3090cff861a75e3a4deb94c6299cc14c99329466437d12b466c5","23b38c743adcbf2ad7b4a18d55e9fb1648f52ce8011c80c96503503b794d6b03","c6eb2e05e8fe08da2ef1562aaf7853a2ea8eeacbc7b33853eabefa90a56c106b","91b2da4d80dc17b87645410877e09278f4c48ed9a2d30b347f37dc1d73fdde3c","ed8ee6773311ac9856da1adbab4cf3484f810e1c9aebac69a9fa4838711a6fd7","44771bfa651b2bb630beca723ec8c493da238522caa83f7f0caf30e47d83992c","9c8b5117fd8cdc0c65d0ac5699a02a1ca44fd474bb698c55f7bc449f780b85b0","fb3b47edb4abbdcd7068db772b82b0ab6b96cd3d2c93f52fe43e9c48108045ac","71c00ccfc95c265e467de84b0e0f1a444895fcb1e564daaab4352877902367b4","0954a31d606eb8453f0bc76c595e02ab84bd5f01f879cfaba73570ba48b8ace9","083ae5fed5a278751780e216f113ebf1361ce949ad64b453856a68997182da4e","6051ffc9e17a2ca213cb620d3025c7f230228a30a89c682e93b0c724ea52505e","62eb9508a560ca81ffe6e70fc82fa5c1e7f66fc98c55089730a8d99af8f8e34a","e17114ef652ff44d2f2e6aa49ae5eab9521d89a1e66ff3aba6a3a8892498870d","1fb3e249f008ccbaccd3e38dcf551945cf45c8bc4c883420171023e521ee94c4","3a6c7a4798d672cb5bec60f22ef17755c7b72de29ee870aaa6047c2fc873ed32","7c8fe1efc4113c0b668dca6931586f70259bdc9a91fcf1a6a6732ce08850e762","87545fda2f2d4140a6fe3b61d09b1f4f0ab35940356e9476f921c2a34e3afc8c","4fff6d8930fb8455ac1011118d4db42f3852f1cbd06616760af719632b6faf31","393b5c3fe45ffa459c1cb4149f85d43e4ca914adb83aba326a575653a4fac779","b7631eaa5fe68cd010cee4eeca26d128a8f404467249ad8024d6c0ada1a24f47","5cbdb9a70010cc4769af9450d26810e50ab67ae6378a9ce6ad5e9c9d208b1a24","85a197d45e5df06a0775601ee7a88ee545f0aaa1d7f7c58f6d9e082ecfa4e74d","2a978ad78d02ff5e9be897f80c777620110e1f21fe1b87eb6f83387ec2b7ac86","295faf345fdd123c8ee2f0fc40c204a8adf0a554492afb440e4145d45cc05572","a9acc12ec344956fb29dd0e530a1127820fee5a9321daf9f39763fbcee914fc5","9599b70641f49cf634c3f16f4db94fa65c10b4d2bcafcf4e740a7d9bc6bc50db","5308f0d2706a498de0bbcbdd8c6cf93b418880a5eeee334ede2bca1ad2f10deb","eb6f2977b23fe1bdafea4cc9a0164ccfcfa932aa34ced678a38dd0b0274daf92","4006dccb490f932bd6e375ad0f60fbe4948ac0cb354a0b10da91f0835b9129ae","6a29eb5dd8963004aa2a2d7593389dd20cd6c896f64c844b20c8f051aa5975a5","f1b23f5e68d00cc00f93a52bd89dfec323b07c50b945b02b1637b470cc7d31f2","c3ae68c548e78b26a09ce83a5ea74755831ee62ddebac4acfa61731823ec286b","889e1d064dcb96436ba7cbf124d10aafda9001c8606cd53aad97ae368fde54cb","848b8a5724922c8c7a53b0677edd40edda3f18a7c03d4cd19a4946f7bd00171a","fc700ec7c2822da8d57a8475603ddb35b13f423619fed4a13d0ca8c2ec85ab7c","8cf364036cff2b446d3330a14db8dc79d982d102dc7d7038039ac88e2777f19a","3d74158770289a45323916307399ba38adf8437482ba48d8a9373a8e8982ea09","ba1ac033e8037222c7028d41659f6df2f5173bb2ca6f2365e1e129c6e57837a9","86bcd751a8da6d043ae34a7eefb20dbb1467d8396fa02b2ce81f7d51dcd5a045","a65edde57bfe924b1ba1578050df61e7d0350ab90fa572389f190a36f3c12b05","0033c467244bbbdd6915203d244659725ec6c0967e9f4b424f10716409942afc","9dfc74e4985a522254cbd4e15bc529bccbae5d8010e5fe1a95c02fe50bf45769","9840e952b9dca8d050820ea492d411e98cabd192d714ddeec3a2413e3358c87d","e1b05bb0493228ca245d3c882aa5bf28e97109f28ad7c48be7bea2ee66ab61d6","b74629e35870fbb9d94e62b394f65fa3935f6ca00596d429b24b4997510eaa0a","a3057bb497ecef1a8bcc204d2f79e3a9f39e80972b30a9dc420d91324e9bbdfe","115a5a6f082de6db6ed86139e393305813d14903a891df6b50c30fad41919cd6","33e56079fffec7b10af0421ddee8d9e1278ccce89f1cd0ab35fa9163b6062740"],"root":[489,490,984,[994,997],1006,1017,[1039,1056],[1084,1094],1234,[1274,1370]],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"emitDecoratorMetadata":true,"experimentalDecorators":true,"module":1,"noFallthroughCasesInSwitch":false,"noImplicitAny":false,"outDir":"./","removeComments":true,"skipLibCheck":true,"sourceMap":true,"strictBindCallApply":false,"strictNullChecks":false,"target":8},"fileIdsList":[[1371],[1389],[393],[488],[56,394,395,396,397,398,399,400,401,402,403,404,405,406],[259,380],[266],[256,393,488],[411,412,413,414,415,416,417,418],[261],[393,488],[407,410,419],[408,409],[384],[261,262,263,264],[421],[279],[421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442],[449],[444,445],[355,374,446,448],[55,265,393,420,443,448,450,457,480,485,487],[61,259],[60],[61,251,252,913,918],[251,259],[60,250],[259,459],[253,461],[250,254],[60,393],[258,259],[271],[273,274,275,276,277],[265],[265,266,281,285],[279,280,286,287,375],[374],[57,58,59,60,61,251,252,253,254,255,256,257,258,259,260,266,271,272,278,285,376,377,378,380,388,389,390,391,392],[284],[267,268,269,270],[259,267,268],[259,265,266],[259,269],[259,384],[379,381,382,383,384,385,386,387],[57,259],[380],[57,259,379,383,385],[268],[381],[259,380,381,382],[283],[259,263,283,388],[281,282,284],[255,257,266,272,281,286,389,390,393],[61,255,257,260,389,390],[264],[250],[283,393,451,455],[455,456],[393,451],[393,451,452],[452,453],[452,453,454],[260],[472,473],[472],[473,474,475,476,477,478],[471],[463,473],[473,474,475,476,477],[260,472,473,476],[458,464,465,466,467,468,469,470,479],[260,393,464],[260,463],[260,463,488],[253,259,260,459,460,461,462,463],[250,393,459,460,481],[393,459],[483],[420,481],[481,482,484],[283,447],[379],[265,393],[486],[281,285,393,488],[882],[393,488,902,903],[884],[488,896,901,902],[906,907],[61,393,897,902,916],[488,883,909],[60,488,910,913],[393,897,902,904,915,917,921],[60,919,920],[910],[250,393,488,924],[393,488,897,902,904,916],[923,925,926],[393,902],[902],[393,488,924],[60,393,488],[393,488,896,897,902,922,924,927,930,935,936,949,950],[909,912,951],[936,948],[55,883,904,905,908,911,943,948,952,955,959,960,961,963,965,971,973],[393,488,890,898,901,902],[393,894],[393,488,884,893,894,895,896,901,902,904,974],[896,897,900,902,938,947],[393,488,889,901,902],[937],[488,897,902],[488,890,897,901,942],[393,488,884,889,901],[488,895,896,900,940,944,945,946],[488,890,897,898,899,901,902],[259,488],[393,884,897,900,902],[901],[886,887,888,897,901,902,941],[893,942,953,954],[488,884,902],[488,884],[885,886,887,888,891,893],[890],[892,893],[488,885,886,887,888,891,892],[928,929],[393,897,902,904,916],[939],[377],[271,393,956,957],[958],[393,904],[393,897,904],[284,393,488,890,897,898,899,901,902],[281,283,393,488,883,897,904,942,960],[284,285,488,882,962],[932,933,934],[488,931],[964],[354,374,488],[967,969,970],[966],[968],[488,896,901,967],[914],[393,488,884,897,901,902,904,939,940,942,943],[972],[998,1000,1001,1002,1003],[999],[374,488,998],[488,999],[374,998,1000],[1004],[985,987,988,989,990,991],[488,985,986],[992],[281,285,340,342,374,393,488,882,1018,1019,1020],[1021],[1022,1024,1035],[1018,1019,1023],[340,342,374,488,1011,1016,1018,1019,1020],[340,374],[1031,1033,1034],[488,1025],[1026,1027,1028,1029,1030],[393,1025],[1032],[488,1032],[881,975,976,977,978,979,980,981],[881,974],[881,974,975],[488,881,974,975],[982],[488,1237,1238],[1237,1238],[1237],[1251],[488,1237],[1235,1236,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1252,1253,1254,1255,1256,1257],[1237,1262],[55,1258,1262,1263,1264,1269,1271],[1237,1260,1261],[1237,1259],[488,1262],[1265,1266,1267,1268],[1270],[1272],[873,874],[488,871,872],[250,488,871,872],[875,877,878],[871],[876],[488,871],[488,871,872,876],[879],[1371,1372,1373,1374,1375],[1371,1373],[340,374,1014],[1379,1381],[1378,1379,1380],[337,340,374,1008,1009,1010],[1009,1011,1013,1015],[338,374],[1384],[1385],[1391,1394],[330,374],[355,1016],[288],[324],[325,330,358],[326,337,338,345,355,366],[326,327,337,345],[328,367],[329,330,338,346],[330,355,363],[331,333,337,345],[324,332],[333,334],[337],[335,337],[324,337],[337,338,339,355,366],[337,338,339,352,355,358],[322,325,371],[333,337,340,345,355,366],[337,338,340,341,345,355,363,366],[340,342,355,363,366],[288,289,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373],[337,343],[344,366,371],[333,337,345,355],[346],[347],[324,348],[349,365,371],[350],[351],[337,352,353],[352,354,367,369],[325,337,355,356,357,358],[325,355,357],[355,356],[358],[359],[324,355],[337,361,362],[361,362],[330,345,355,363],[364],[345,365],[325,340,351,366],[330,367],[355,368],[344,369],[370],[325,330,337,339,348,355,366,369,371],[355,372],[1397,1436],[1397,1421,1436],[1436],[1397],[1397,1422,1436],[1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435],[1422,1436],[338,355,374,1007],[340,374,1007,1012],[1443],[1377,1396,1438,1440,1444],[325,338,340,341,342,345,355,366,1396,1439,1440,1441,1442],[340,355,374],[325,338,1439,1440],[1439],[1444,1445,1446,1447],[1444,1445,1448],[1444,1445],[340,341,345,1396,1444],[1128,1129,1130,1131,1132,1133,1134,1135,1136],[1449],[1073],[1075,1076,1077,1078,1079,1080,1081],[1064],[1065,1073,1074,1082],[1066],[1060],[1057,1058,1059,1060,1061,1062,1063,1066,1067,1068,1069,1070,1071,1072],[1065,1067],[1068,1073],[1100],[1099,1100,1105],[1101,1102,1103,1104,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224],[1100,1137],[1100,1177],[1099],[1095,1096,1097,1098,1099,1100,1105,1225,1226,1227,1228,1232],[1105],[1097,1230,1231],[1099,1229],[1100,1105],[1095,1096],[1387,1393],[1391],[1388,1392],[1176],[1390],[62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,118,119,120,121,122,123,124,125,126,127,128,129,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,185,194,196,197,198,199,200,201,203,204,206,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249],[107],[63,66],[65],[65,66],[62,63,64,66],[63,65,66,223],[66],[62,65,107],[65,66,223],[65,231],[63,65,66],[75],[98],[119],[65,66,107],[66,114],[65,66,107,125],[65,66,125],[66,166],[66,107],[62,66,184],[62,66,185],[207],[191,193],[202],[191],[62,66,184,191,192],[184,185,193],[205],[62,66,191,192,193],[64,65,66],[62,66],[63,65,185,186,187,188],[107,185,186,187,188],[185,187],[65,186,187,189,190,194],[62,65],[66,209],[67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182],[195],[552,672],[497,871],[555],[660],[656,660],[656],[512,548,549,550,551,553,554,660],[497,498,507,512,549,553,556,560,591,608,609,611,613,617,618,619,620,656,657,658,659,665,672,691],[622,624,626,627,637,639,640,641,642,643,644,645,647,649,650,651,652,655],[501,503,504,534,773,774,775,776,777,778],[504],[501,504],[782,783,784],[791],[501,789],[819],[807],[548],[806],[502],[501,502,503],[540],[536],[501],[492,493,494],[533],[492],[501,502],[537,538],[495,497],[691],[662,663],[493],[826],[555,646],[363],[555,556,621],[493,494,501,507,509,511,525,526,527,530,531,555,556,558,559,665,671,672],[555,566],[509,511,529,556,558,565,566,580,593,597,601,608,660,669,671,672],[333,345,363,564,565],[555,556,623],[555,638],[555,556,625],[555,648],[556,653,654],[528],[628,629,630,631,632,633,634,635],[555,556,636],[497,498,507,566,568,572,573,574,575,576,603,605,606,607,609,611,612,613,615,616,618,660,672,691],[498,507,525,566,569,573,577,578,602,603,605,606,607,617,660,665],[617,660,672],[547],[501,502,534],[532,535,539,540,541,542,543,544,545,546,871],[491,492,493,494,498,536,537,538],[708],[665,708],[501,525,551,708],[498,708],[620,708],[708,709,710,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771],[514,708],[514,665,708],[708,712],[560,708],[563],[572],[561,568,569,570,571],[502,507,562],[566],[507,572,573,610,665,691],[563,566,567],[577],[507,572],[563,567],[507,563],[497,498,507,608,609,611,617,618,656,657,660,691,703,704],[55,495,497,498,501,502,504,507,508,509,510,511,512,532,533,535,536,538,539,540,547,548,549,550,551,554,556,557,558,560,561,562,563,566,567,568,569,570,571,572,573,574,575,576,579,580,581,582,583,584,585,586,587,588,589,591,594,597,598,601,604,605,606,607,608,609,610,611,617,618,619,620,656,660,665,668,669,670,671,672,682,683,684,685,687,688,689,690,691,704,705,706,707,772,779,780,781,785,786,787,788,790,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,820,821,822,823,824,825,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,858,859,860,861,862,863,864,865,866,868,870],[549,550,672],[549,672,852],[549,550,672,852],[672],[549],[504,505],[519],[498],[694],[500,506,515,516,520,522,595,599,661,664,666,692,693,694,695,696,697,698,699,700,701,702],[491,495,496,499],[540,541,871],[512,595,665],[501,502,506,507,514,524,660,665],[514,515,517,518,521,523,525,660,665,667],[507,519,520,524,665],[507,513,514,517,518,521,523,524,525,540,541,596,600,660,661,662,663,664,667,871],[512,599,665],[492,493,494,512,525,665],[512,524,525,665,666],[514,665,691,692],[507,514,516,665,691],[491,492,493,494,496,500,507,513,524,525,665],[525],[492,512,522,524,525,665],[619],[620,660,672],[512,671],[512,864],[511,671],[507,514,525,665,711],[514,525,712],[337,338,355],[665],[683],[498,507,607,660,672,682,683,690],[559],[498,507,525,603,605,614,690],[514,660,665,674,681],[682],[498,507,525,560,603,660,665,672,673,674,680,681,682,684,685,686,687,688,689,691],[507,514,525,540,559,660,665,673,674,675,676,677,678,679,680,690],[507],[514,665,681,691],[507,514,660,672,691],[507,690],[604],[507,604],[498,507,514,540,565,568,569,570,571,573,665,672,678,679,681,682,683,690],[498,507,540,606,660,672,682,683,690],[507,665],[507,540,603,606,660,672,682,683,690],[507,682],[507,509,511,529,556,558,565,580,593,597,601,604,613,617,660,669,671],[497,507,611,617,618,691],[498,566,568,572,573,574,575,576,603,605,606,607,615,616,618,691,857],[507,566,572,573,577,578,608,618,672,691],[498,507,566,568,572,573,574,575,576,603,605,606,607,615,616,617,672,691,871],[507,610,618,691],[559,614],[508,557,579,594,598,668],[508,525,529,530,660,665,672],[529],[509,558,560,580,597,601,665,669,670],[594,596],[508],[598,600],[513,557,560],[667,668],[523,579],[510,871],[507,514,525,591,592,665,672],[581,582,583,584,585,586,587,588,589,590],[507,617,660,665,672],[617,660,665,672],[585],[507,514,525,617,660,665,672],[509,511,525,528,548,558,563,567,580,597,601,608,657,665,669,671,682,684,685,686,687,688,689,691,712,857,858,859,867],[617,665,869],[299,303,366],[299,355,366],[294],[296,299,363,366],[345,363],[294,374],[296,299,345,366],[291,292,295,298,325,337,355,366],[291,297],[295,299,325,358,366,374],[325,374],[315,325,374],[293,294,374],[299],[293,294,295,296,297,298,299,300,301,303,304,305,306,307,308,309,310,311,312,313,314,316,317,318,319,320,321],[299,306,307],[297,299,307,308],[298],[291,294,299],[299,303,307,308],[303],[297,299,302,366],[291,296,297,299,303,306],[325,355],[294,299,315,325,371,374],[488,489],[347,488,489,490,871,880,983,995,996,1040,1045,1048,1049,1050,1051,1052,1053,1054,1055,1056,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1277,1282,1287,1292,1298,1303,1308,1313,1318,1322,1327,1332,1337,1342,1347,1353,1358,1363,1368],[488,1017,1046],[488,1005,1006,1016],[488,1005,1006,1040,1046,1047],[488,997,1005],[488,1328,1329,1330],[488,1330,1331],[488,1328,1329],[1273,1328],[871,1091],[1273,1278],[488,1278,1279,1280],[488,880,1092,1280,1281],[488,871,880,1092,1278,1279],[871,1094],[1273,1304],[871,1053,1055],[488,1304,1305,1306],[488,1306,1307],[488,1304,1305],[1273,1283],[871,1054,1094],[488,1283,1284,1285],[488,880,1055,1285,1286],[488,871,880,1055,1283,1284],[326,488,974,1273,1369],[1273,1338],[871,1050],[488,1338,1339,1340],[488,1340,1341],[488,1338,1339],[1233],[1273,1309],[871,1049,1051],[488,1309,1310,1311],[488,880,1049,1050,1051,1311,1312],[488,871,880,1049,1050,1051,1309,1310],[1273,1333],[871,1050,1052],[488,1333,1334,1335],[488,880,1050,1051,1335,1336],[488,871,880,1050,1051,1333,1334],[1273,1293],[871,1084,1091],[488,1293,1319,1320],[488,1320,1321],[488,1293,1319],[1083,1233],[1273,1299],[488,1299,1300,1301],[488,880,1087,1089,1091,1301,1302],[488,871,880,1087,1091,1299,1300],[1083,1233,1293],[1273,1294],[871,1085,1086,1087,1090,1094],[488,1294,1295,1296],[488,880,1084,1085,1087,1089,1091,1296,1297],[488,871,880,1084,1085,1087,1091,1294,1295],[871,1088,1090,1094],[488,1089,1288,1289,1290],[488,880,1089,1290,1291],[488,871,880,1089,1288,1289],[1273,1323],[871,1084],[488,1323,1324,1325],[488,880,1056,1084,1325,1326],[488,871,880,1056,1084,1323,1324],[488,1083,1233],[1273,1348],[871,1089,1091],[488,1090,1348,1349,1350,1351],[488,880,1050,1051,1056,1084,1089,1090,1091,1351,1352],[488,871,880,1050,1051,1056,1084,1089,1090,1091,1348,1349,1350],[1273,1314],[871,1056,1083,1085],[488,1314,1315,1316],[488,880,1056,1084,1316,1317],[488,871,880,1056,1084,1314,1315],[1273,1354],[488,1354,1355,1356],[488,880,1093,1356,1357],[488,871,880,1093,1354,1355],[1234,1273],[871,1055,1089,1091,1092,1093],[488,1094,1234,1274,1275],[488,880,1055,1089,1091,1092,1093,1094,1275,1276],[488,871,880,1055,1089,1091,1092,1093,1094,1234,1274],[1273,1364],[871,1051,1053],[488,1364,1365,1366],[488,1366,1367],[488,1364,1365],[1273,1359],[871,1052,1054],[488,1359,1360,1361],[488,880,1053,1361,1362],[488,871,880,1053,1359,1360],[993,1041],[871,996],[488,1017,1041,1042,1043],[488,880,995,1043,1044],[488,871,880,995,1041,1042],[1273,1343],[488,1343,1344,1345],[488,880,1051,1084,1088,1089,1345,1346],[488,871,880,1051,1084,1088,1343,1344],[984,993],[871,995],[347,488,984,994,997,1017,1036,1037,1038],[488,880,995,996,997,1039],[488,871,880,984,994,995,996],[1090,1348,1349,1350,1351],[871,1050,1051,1056,1084,1089,1090,1091,1348,1349,1350]],"referencedMap":[[1373,1],[1390,2],[394,3],[395,3],[397,4],[407,5],[399,6],[402,3],[403,3],[404,3],[406,7],[414,8],[419,9],[411,10],[412,11],[420,12],[410,13],[409,14],[265,15],[437,16],[422,16],[429,16],[426,16],[439,16],[430,16],[436,16],[421,17],[440,16],[443,18],[434,16],[424,16],[442,16],[427,16],[425,16],[435,16],[431,16],[441,16],[428,16],[438,16],[423,16],[433,16],[432,16],[450,19],[446,20],[449,21],[488,22],[913,23],[61,24],[919,25],[918,26],[251,27],[252,24],[460,28],[462,29],[255,30],[254,31],[257,30],[260,32],[272,33],[278,34],[280,35],[286,36],[376,37],[375,38],[393,39],[962,40],[271,41],[269,42],[267,43],[268,44],[385,45],[388,46],[381,47],[386,48],[384,49],[387,50],[382,51],[383,52],[284,53],[389,54],[285,55],[391,56],[392,57],[266,58],[390,59],[456,60],[457,61],[452,62],[453,63],[454,64],[455,65],[458,66],[474,67],[473,68],[479,69],[472,70],[475,67],[476,71],[478,72],[477,73],[480,74],[465,75],[466,76],[469,77],[468,77],[467,76],[470,76],[464,78],[482,79],[481,80],[484,81],[483,82],[485,83],[447,53],[448,84],[486,85],[463,86],[487,87],[882,88],[883,89],[904,90],[905,91],[907,92],[908,93],[917,94],[910,95],[914,96],[922,97],[920,4],[921,98],[911,99],[925,100],[926,101],[927,102],[916,103],[912,104],[936,105],[924,106],[951,107],[909,89],[952,108],[949,109],[950,4],[974,110],[899,111],[895,112],[897,113],[948,114],[890,115],[938,116],[898,117],[945,118],[902,119],[947,120],[900,121],[894,122],[901,123],[896,124],[942,125],[955,126],[953,4],[885,4],[941,127],[886,11],[887,91],[888,128],[892,129],[891,130],[954,131],[893,132],[930,133],[928,100],[929,134],[939,11],[940,135],[943,136],[958,137],[959,138],[956,139],[957,140],[960,141],[961,142],[963,143],[935,144],[932,145],[933,3],[934,134],[965,146],[964,147],[971,148],[903,4],[967,149],[966,4],[969,150],[970,151],[915,152],[944,153],[973,154],[972,4],[1004,155],[1000,156],[999,157],[1002,158],[1003,159],[1005,160],[992,161],[987,162],[985,4],[988,162],[989,162],[990,162],[991,4],[993,163],[1021,164],[1022,165],[1036,166],[1024,167],[1023,168],[1018,169],[1035,170],[1026,171],[1027,171],[1028,171],[1029,171],[1031,172],[1030,171],[1032,173],[1033,174],[1025,38],[1034,175],[982,176],[881,11],[975,177],[976,178],[977,178],[978,178],[980,179],[981,4],[983,180],[1239,181],[1245,182],[1248,183],[1249,181],[1252,184],[1253,181],[1254,185],[1255,183],[1258,186],[1263,187],[1272,188],[1262,189],[1251,185],[1260,190],[1264,191],[1269,192],[1265,4],[1266,4],[1267,4],[1268,4],[1271,193],[1273,194],[875,195],[873,196],[874,197],[879,198],[872,199],[877,200],[876,201],[878,202],[880,203],[1376,204],[1372,1],[1374,205],[1375,1],[1015,206],[1014,169],[1382,207],[1381,208],[1011,209],[1016,210],[1383,211],[1385,212],[1386,213],[1395,214],[998,215],[1037,216],[288,217],[289,217],[324,218],[325,219],[326,220],[327,221],[328,222],[329,223],[330,224],[331,225],[332,226],[333,227],[334,227],[336,228],[335,229],[337,230],[338,231],[339,232],[323,233],[340,234],[341,235],[342,236],[374,237],[343,238],[344,239],[345,240],[346,241],[347,242],[348,243],[349,244],[350,245],[351,246],[352,247],[353,247],[354,248],[355,249],[357,250],[356,251],[358,252],[359,253],[360,254],[361,255],[362,256],[363,257],[364,258],[365,259],[366,260],[367,261],[368,262],[369,263],[370,264],[371,265],[372,266],[1421,267],[1422,268],[1397,269],[1400,269],[1419,267],[1420,267],[1410,267],[1409,270],[1407,267],[1402,267],[1415,267],[1413,267],[1417,267],[1401,267],[1414,267],[1418,267],[1403,267],[1404,267],[1416,267],[1398,267],[1405,267],[1406,267],[1408,267],[1412,267],[1423,271],[1411,267],[1399,267],[1436,272],[1430,271],[1432,273],[1431,271],[1424,271],[1425,271],[1427,271],[1429,271],[1433,273],[1434,273],[1426,273],[1428,273],[1008,274],[1013,275],[1444,276],[1441,277],[1443,278],[1439,279],[1442,280],[1440,281],[1448,282],[1446,283],[1447,284],[1445,285],[1137,286],[1450,287],[1074,288],[1075,288],[1076,288],[1082,289],[1077,288],[1078,288],[1079,288],[1080,288],[1081,288],[1065,290],[1083,291],[1067,292],[1060,288],[1061,293],[1073,294],[1062,288],[1063,288],[1068,295],[1069,296],[1070,288],[1217,297],[1221,297],[1220,297],[1218,297],[1219,297],[1222,297],[1101,297],[1113,297],[1102,297],[1115,297],[1117,297],[1111,297],[1110,297],[1112,297],[1116,297],[1118,297],[1103,297],[1114,297],[1104,297],[1106,298],[1107,297],[1108,297],[1109,297],[1125,297],[1124,297],[1225,299],[1119,297],[1121,297],[1120,297],[1122,297],[1123,297],[1224,297],[1223,297],[1126,297],[1208,297],[1207,297],[1138,300],[1139,300],[1141,297],[1185,297],[1206,297],[1142,300],[1186,297],[1183,297],[1187,297],[1143,297],[1144,297],[1145,300],[1188,297],[1182,300],[1140,300],[1189,297],[1146,300],[1190,297],[1170,297],[1147,300],[1148,297],[1149,297],[1180,300],[1152,297],[1151,297],[1191,297],[1192,297],[1193,300],[1154,297],[1156,297],[1157,297],[1163,297],[1164,297],[1158,300],[1194,297],[1181,300],[1159,297],[1160,297],[1195,297],[1161,297],[1153,300],[1196,297],[1179,297],[1197,297],[1162,300],[1165,297],[1166,297],[1184,300],[1198,297],[1199,297],[1178,301],[1155,297],[1200,300],[1201,297],[1202,297],[1203,297],[1204,300],[1167,297],[1205,297],[1171,297],[1168,300],[1169,300],[1150,297],[1172,297],[1175,297],[1173,297],[1174,297],[1127,297],[1215,297],[1209,297],[1210,297],[1212,297],[1213,297],[1211,297],[1216,297],[1214,297],[1100,302],[1233,303],[1231,304],[1232,305],[1230,306],[1229,297],[1228,307],[1227,308],[1105,302],[1394,309],[1392,310],[1393,311],[1177,312],[1391,313],[250,314],[201,315],[199,315],[249,316],[214,317],[213,317],[114,318],[65,319],[221,318],[222,318],[224,320],[225,318],[226,321],[125,322],[227,318],[198,318],[228,318],[229,323],[230,318],[231,317],[232,324],[233,318],[234,318],[235,318],[236,318],[237,317],[238,318],[239,318],[240,318],[241,318],[242,325],[243,318],[244,318],[245,318],[246,318],[247,318],[64,316],[67,321],[68,321],[69,321],[70,321],[71,321],[72,321],[73,321],[74,318],[76,326],[77,321],[75,321],[78,321],[79,321],[80,321],[81,321],[82,321],[83,321],[84,318],[85,321],[86,321],[87,321],[88,321],[89,321],[90,318],[91,321],[92,321],[93,321],[94,321],[95,321],[96,321],[97,318],[99,327],[98,321],[100,321],[101,321],[102,321],[103,321],[104,325],[105,318],[106,318],[120,328],[108,329],[109,321],[110,321],[111,318],[112,321],[113,321],[115,330],[116,321],[117,321],[118,321],[119,321],[121,321],[122,321],[123,321],[124,321],[126,331],[127,321],[128,321],[129,321],[130,318],[131,321],[132,332],[133,332],[134,332],[135,318],[136,321],[137,321],[138,321],[143,321],[139,321],[140,318],[141,321],[142,318],[144,321],[145,321],[146,321],[147,321],[148,321],[149,321],[150,318],[151,321],[152,321],[153,321],[154,321],[155,321],[156,321],[157,321],[158,321],[159,321],[160,321],[161,321],[162,321],[163,321],[164,321],[165,321],[166,321],[167,333],[168,321],[169,321],[170,321],[171,321],[172,321],[173,321],[174,318],[175,318],[176,318],[177,318],[178,318],[179,321],[180,321],[181,321],[182,321],[200,334],[248,318],[185,335],[184,336],[208,337],[207,338],[203,339],[202,338],[204,340],[193,341],[191,342],[206,343],[205,340],[194,344],[107,345],[63,346],[62,321],[189,347],[190,348],[188,349],[186,321],[195,350],[66,351],[212,317],[210,352],[183,353],[196,354],[553,355],[498,356],[653,357],[862,358],[704,359],[861,360],[860,360],[555,361],[660,362],[656,363],[857,359],[779,364],[780,365],[781,365],[793,365],[786,366],[785,367],[787,365],[788,365],[792,368],[790,369],[820,370],[816,371],[818,365],[831,372],[825,373],[503,374],[504,375],[807,376],[537,377],[538,377],[784,378],[782,378],[495,379],[534,380],[826,381],[791,374],[819,199],[789,382],[808,377],[809,383],[810,384],[811,384],[812,384],[813,384],[814,385],[815,385],[824,386],[822,387],[827,388],[647,389],[650,357],[651,357],[652,357],[621,390],[622,391],[641,357],[560,392],[645,357],[640,393],[602,394],[566,395],[624,396],[644,357],[639,397],[625,390],[626,398],[643,357],[649,399],[655,400],[529,401],[627,357],[642,357],[636,402],[637,403],[527,378],[617,404],[608,405],[657,406],[548,407],[535,408],[866,372],[545,365],[547,409],[546,385],[539,410],[542,381],[710,411],[733,411],[714,411],[717,412],[719,411],[769,411],[745,411],[709,411],[737,411],[766,411],[716,411],[746,411],[731,411],[734,411],[722,411],[756,413],[751,411],[744,411],[726,414],[725,414],[742,412],[752,411],[771,415],[772,416],[757,417],[748,411],[729,411],[715,411],[718,411],[750,411],[735,412],[743,411],[740,418],[758,418],[741,412],[727,411],[753,411],[736,411],[770,411],[760,411],[747,411],[768,411],[749,411],[728,411],[764,411],[754,411],[730,411],[759,411],[767,411],[732,411],[755,414],[738,411],[763,419],[713,419],[724,411],[723,411],[721,420],[720,411],[765,418],[761,418],[739,418],[762,418],[567,421],[573,422],[572,423],[563,424],[571,425],[570,425],[569,425],[851,426],[568,427],[578,428],[577,429],[832,421],[834,421],[835,421],[836,421],[837,421],[838,421],[839,430],[844,421],[840,421],[841,421],[850,421],[842,421],[843,421],[845,421],[846,421],[847,421],[848,421],[833,421],[849,431],[705,432],[871,433],[852,434],[853,435],[855,436],[549,437],[550,438],[854,435],[506,439],[520,440],[699,441],[697,365],[695,442],[703,443],[692,385],[516,385],[500,444],[661,445],[664,386],[522,381],[596,446],[525,447],[524,448],[521,449],[665,450],[600,451],[513,452],[667,453],[518,454],[517,455],[514,456],[663,457],[499,441],[523,458],[620,459],[863,460],[619,437],[864,461],[865,462],[512,463],[712,464],[711,465],[565,466],[674,467],[682,468],[685,469],[614,470],[687,471],[675,472],[689,473],[690,474],[681,475],[603,476],[677,477],[676,477],[659,478],[658,478],[688,479],[607,480],[605,481],[606,481],[691,482],[686,483],[612,484],[684,485],[683,486],[672,487],[856,488],[858,489],[609,490],[618,491],[611,492],[615,493],[670,494],[510,199],[867,495],[530,496],[671,497],[597,498],[509,499],[601,500],[558,501],[669,502],[580,503],[511,504],[593,505],[591,506],[586,507],[587,508],[590,406],[589,509],[585,508],[588,509],[581,406],[582,406],[583,406],[584,510],[868,511],[870,512],[306,513],[313,514],[305,513],[320,515],[297,516],[296,517],[319,38],[314,518],[317,519],[299,520],[298,521],[294,522],[293,523],[316,524],[295,525],[300,526],[304,526],[322,527],[321,526],[308,528],[309,529],[311,530],[307,531],[310,532],[315,38],[302,533],[303,534],[312,535],[292,536],[318,537],[490,538],[1369,539],[489,4],[1047,540],[1017,541],[1048,542],[1046,543],[1331,544],[1332,545],[1330,546],[1329,547],[1086,548],[1279,549],[1281,550],[1282,551],[1280,552],[1092,553],[1305,554],[1054,555],[1307,556],[1308,557],[1306,558],[1284,559],[1055,560],[1286,561],[1287,562],[1285,563],[1370,564],[1339,565],[1049,566],[1341,567],[1342,568],[1340,569],[1309,570],[1310,571],[1050,572],[1312,573],[1313,574],[1311,575],[1334,576],[1051,577],[1336,578],[1337,579],[1335,580],[1293,570],[1319,581],[1085,582],[1321,583],[1322,584],[1320,585],[1299,586],[1300,587],[1087,548],[1302,588],[1303,589],[1301,590],[1294,591],[1295,592],[1091,593],[1297,594],[1298,595],[1296,596],[1289,570],[1288,570],[1089,597],[1291,598],[1292,599],[1290,600],[1323,586],[1324,601],[1056,602],[1326,603],[1327,604],[1325,605],[1348,606],[1350,570],[1349,607],[1090,608],[1352,609],[1353,610],[1351,611],[1314,570],[1315,612],[1084,613],[1317,614],[1318,615],[1316,616],[1354,570],[1355,617],[1093,553],[1357,618],[1358,619],[1356,620],[1234,570],[1274,621],[1094,622],[1276,623],[1277,624],[1275,625],[1365,626],[1052,627],[1367,628],[1368,629],[1366,630],[1360,631],[1053,632],[1362,633],[1363,634],[1361,635],[1042,636],[995,637],[1044,638],[1045,639],[1043,640],[1343,586],[1344,641],[1088,199],[1346,642],[1347,643],[1345,644],[994,645],[996,646],[1039,647],[1040,648],[997,649]],"exportedModulesMap":[[1373,1],[1390,2],[394,3],[395,3],[397,4],[407,5],[399,6],[402,3],[403,3],[404,3],[406,7],[414,8],[419,9],[411,10],[412,11],[420,12],[410,13],[409,14],[265,15],[437,16],[422,16],[429,16],[426,16],[439,16],[430,16],[436,16],[421,17],[440,16],[443,18],[434,16],[424,16],[442,16],[427,16],[425,16],[435,16],[431,16],[441,16],[428,16],[438,16],[423,16],[433,16],[432,16],[450,19],[446,20],[449,21],[488,22],[913,23],[61,24],[919,25],[918,26],[251,27],[252,24],[460,28],[462,29],[255,30],[254,31],[257,30],[260,32],[272,33],[278,34],[280,35],[286,36],[376,37],[375,38],[393,39],[962,40],[271,41],[269,42],[267,43],[268,44],[385,45],[388,46],[381,47],[386,48],[384,49],[387,50],[382,51],[383,52],[284,53],[389,54],[285,55],[391,56],[392,57],[266,58],[390,59],[456,60],[457,61],[452,62],[453,63],[454,64],[455,65],[458,66],[474,67],[473,68],[479,69],[472,70],[475,67],[476,71],[478,72],[477,73],[480,74],[465,75],[466,76],[469,77],[468,77],[467,76],[470,76],[464,78],[482,79],[481,80],[484,81],[483,82],[485,83],[447,53],[448,84],[486,85],[463,86],[487,87],[882,88],[883,89],[904,90],[905,91],[907,92],[908,93],[917,94],[910,95],[914,96],[922,97],[920,4],[921,98],[911,99],[925,100],[926,101],[927,102],[916,103],[912,104],[936,105],[924,106],[951,107],[909,89],[952,108],[949,109],[950,4],[974,110],[899,111],[895,112],[897,113],[948,114],[890,115],[938,116],[898,117],[945,118],[902,119],[947,120],[900,121],[894,122],[901,123],[896,124],[942,125],[955,126],[953,4],[885,4],[941,127],[886,11],[887,91],[888,128],[892,129],[891,130],[954,131],[893,132],[930,133],[928,100],[929,134],[939,11],[940,135],[943,136],[958,137],[959,138],[956,139],[957,140],[960,141],[961,142],[963,143],[935,144],[932,145],[933,3],[934,134],[965,146],[964,147],[971,148],[903,4],[967,149],[966,4],[969,150],[970,151],[915,152],[944,153],[973,154],[972,4],[1004,155],[1000,156],[999,157],[1002,158],[1003,159],[1005,160],[992,161],[987,162],[985,4],[988,162],[989,162],[990,162],[991,4],[993,163],[1021,164],[1022,165],[1036,166],[1024,167],[1023,168],[1018,169],[1035,170],[1026,171],[1027,171],[1028,171],[1029,171],[1031,172],[1030,171],[1032,173],[1033,174],[1025,38],[1034,175],[982,176],[881,11],[975,177],[976,178],[977,178],[978,178],[980,179],[981,4],[983,180],[1239,181],[1245,182],[1248,183],[1249,181],[1252,184],[1253,181],[1254,185],[1255,183],[1258,186],[1263,187],[1272,188],[1262,189],[1251,185],[1260,190],[1264,191],[1269,192],[1265,4],[1266,4],[1267,4],[1268,4],[1271,193],[1273,194],[875,195],[873,196],[874,197],[879,198],[872,199],[877,200],[876,201],[878,202],[880,203],[1376,204],[1372,1],[1374,205],[1375,1],[1015,206],[1014,169],[1382,207],[1381,208],[1011,209],[1016,210],[1383,211],[1385,212],[1386,213],[1395,214],[998,215],[1037,216],[288,217],[289,217],[324,218],[325,219],[326,220],[327,221],[328,222],[329,223],[330,224],[331,225],[332,226],[333,227],[334,227],[336,228],[335,229],[337,230],[338,231],[339,232],[323,233],[340,234],[341,235],[342,236],[374,237],[343,238],[344,239],[345,240],[346,241],[347,242],[348,243],[349,244],[350,245],[351,246],[352,247],[353,247],[354,248],[355,249],[357,250],[356,251],[358,252],[359,253],[360,254],[361,255],[362,256],[363,257],[364,258],[365,259],[366,260],[367,261],[368,262],[369,263],[370,264],[371,265],[372,266],[1421,267],[1422,268],[1397,269],[1400,269],[1419,267],[1420,267],[1410,267],[1409,270],[1407,267],[1402,267],[1415,267],[1413,267],[1417,267],[1401,267],[1414,267],[1418,267],[1403,267],[1404,267],[1416,267],[1398,267],[1405,267],[1406,267],[1408,267],[1412,267],[1423,271],[1411,267],[1399,267],[1436,272],[1430,271],[1432,273],[1431,271],[1424,271],[1425,271],[1427,271],[1429,271],[1433,273],[1434,273],[1426,273],[1428,273],[1008,274],[1013,275],[1444,276],[1441,277],[1443,278],[1439,279],[1442,280],[1440,281],[1448,282],[1446,283],[1447,284],[1445,285],[1137,286],[1450,287],[1074,288],[1075,288],[1076,288],[1082,289],[1077,288],[1078,288],[1079,288],[1080,288],[1081,288],[1065,290],[1083,291],[1067,292],[1060,288],[1061,293],[1073,294],[1062,288],[1063,288],[1068,295],[1069,296],[1070,288],[1217,297],[1221,297],[1220,297],[1218,297],[1219,297],[1222,297],[1101,297],[1113,297],[1102,297],[1115,297],[1117,297],[1111,297],[1110,297],[1112,297],[1116,297],[1118,297],[1103,297],[1114,297],[1104,297],[1106,298],[1107,297],[1108,297],[1109,297],[1125,297],[1124,297],[1225,299],[1119,297],[1121,297],[1120,297],[1122,297],[1123,297],[1224,297],[1223,297],[1126,297],[1208,297],[1207,297],[1138,300],[1139,300],[1141,297],[1185,297],[1206,297],[1142,300],[1186,297],[1183,297],[1187,297],[1143,297],[1144,297],[1145,300],[1188,297],[1182,300],[1140,300],[1189,297],[1146,300],[1190,297],[1170,297],[1147,300],[1148,297],[1149,297],[1180,300],[1152,297],[1151,297],[1191,297],[1192,297],[1193,300],[1154,297],[1156,297],[1157,297],[1163,297],[1164,297],[1158,300],[1194,297],[1181,300],[1159,297],[1160,297],[1195,297],[1161,297],[1153,300],[1196,297],[1179,297],[1197,297],[1162,300],[1165,297],[1166,297],[1184,300],[1198,297],[1199,297],[1178,301],[1155,297],[1200,300],[1201,297],[1202,297],[1203,297],[1204,300],[1167,297],[1205,297],[1171,297],[1168,300],[1169,300],[1150,297],[1172,297],[1175,297],[1173,297],[1174,297],[1127,297],[1215,297],[1209,297],[1210,297],[1212,297],[1213,297],[1211,297],[1216,297],[1214,297],[1100,302],[1233,303],[1231,304],[1232,305],[1230,306],[1229,297],[1228,307],[1227,308],[1105,302],[1394,309],[1392,310],[1393,311],[1177,312],[1391,313],[250,314],[201,315],[199,315],[249,316],[214,317],[213,317],[114,318],[65,319],[221,318],[222,318],[224,320],[225,318],[226,321],[125,322],[227,318],[198,318],[228,318],[229,323],[230,318],[231,317],[232,324],[233,318],[234,318],[235,318],[236,318],[237,317],[238,318],[239,318],[240,318],[241,318],[242,325],[243,318],[244,318],[245,318],[246,318],[247,318],[64,316],[67,321],[68,321],[69,321],[70,321],[71,321],[72,321],[73,321],[74,318],[76,326],[77,321],[75,321],[78,321],[79,321],[80,321],[81,321],[82,321],[83,321],[84,318],[85,321],[86,321],[87,321],[88,321],[89,321],[90,318],[91,321],[92,321],[93,321],[94,321],[95,321],[96,321],[97,318],[99,327],[98,321],[100,321],[101,321],[102,321],[103,321],[104,325],[105,318],[106,318],[120,328],[108,329],[109,321],[110,321],[111,318],[112,321],[113,321],[115,330],[116,321],[117,321],[118,321],[119,321],[121,321],[122,321],[123,321],[124,321],[126,331],[127,321],[128,321],[129,321],[130,318],[131,321],[132,332],[133,332],[134,332],[135,318],[136,321],[137,321],[138,321],[143,321],[139,321],[140,318],[141,321],[142,318],[144,321],[145,321],[146,321],[147,321],[148,321],[149,321],[150,318],[151,321],[152,321],[153,321],[154,321],[155,321],[156,321],[157,321],[158,321],[159,321],[160,321],[161,321],[162,321],[163,321],[164,321],[165,321],[166,321],[167,333],[168,321],[169,321],[170,321],[171,321],[172,321],[173,321],[174,318],[175,318],[176,318],[177,318],[178,318],[179,321],[180,321],[181,321],[182,321],[200,334],[248,318],[185,335],[184,336],[208,337],[207,338],[203,339],[202,338],[204,340],[193,341],[191,342],[206,343],[205,340],[194,344],[107,345],[63,346],[62,321],[189,347],[190,348],[188,349],[186,321],[195,350],[66,351],[212,317],[210,352],[183,353],[196,354],[553,355],[498,356],[653,357],[862,358],[704,359],[861,360],[860,360],[555,361],[660,362],[656,363],[857,359],[779,364],[780,365],[781,365],[793,365],[786,366],[785,367],[787,365],[788,365],[792,368],[790,369],[820,370],[816,371],[818,365],[831,372],[825,373],[503,374],[504,375],[807,376],[537,377],[538,377],[784,378],[782,378],[495,379],[534,380],[826,381],[791,374],[819,199],[789,382],[808,377],[809,383],[810,384],[811,384],[812,384],[813,384],[814,385],[815,385],[824,386],[822,387],[827,388],[647,389],[650,357],[651,357],[652,357],[621,390],[622,391],[641,357],[560,392],[645,357],[640,393],[602,394],[566,395],[624,396],[644,357],[639,397],[625,390],[626,398],[643,357],[649,399],[655,400],[529,401],[627,357],[642,357],[636,402],[637,403],[527,378],[617,404],[608,405],[657,406],[548,407],[535,408],[866,372],[545,365],[547,409],[546,385],[539,410],[542,381],[710,411],[733,411],[714,411],[717,412],[719,411],[769,411],[745,411],[709,411],[737,411],[766,411],[716,411],[746,411],[731,411],[734,411],[722,411],[756,413],[751,411],[744,411],[726,414],[725,414],[742,412],[752,411],[771,415],[772,416],[757,417],[748,411],[729,411],[715,411],[718,411],[750,411],[735,412],[743,411],[740,418],[758,418],[741,412],[727,411],[753,411],[736,411],[770,411],[760,411],[747,411],[768,411],[749,411],[728,411],[764,411],[754,411],[730,411],[759,411],[767,411],[732,411],[755,414],[738,411],[763,419],[713,419],[724,411],[723,411],[721,420],[720,411],[765,418],[761,418],[739,418],[762,418],[567,421],[573,422],[572,423],[563,424],[571,425],[570,425],[569,425],[851,426],[568,427],[578,428],[577,429],[832,421],[834,421],[835,421],[836,421],[837,421],[838,421],[839,430],[844,421],[840,421],[841,421],[850,421],[842,421],[843,421],[845,421],[846,421],[847,421],[848,421],[833,421],[849,431],[705,432],[871,433],[852,434],[853,435],[855,436],[549,437],[550,438],[854,435],[506,439],[520,440],[699,441],[697,365],[695,442],[703,443],[692,385],[516,385],[500,444],[661,445],[664,386],[522,381],[596,446],[525,447],[524,448],[521,449],[665,450],[600,451],[513,452],[667,453],[518,454],[517,455],[514,456],[663,457],[499,441],[523,458],[620,459],[863,460],[619,437],[864,461],[865,462],[512,463],[712,464],[711,465],[565,466],[674,467],[682,468],[685,469],[614,470],[687,471],[675,472],[689,473],[690,474],[681,475],[603,476],[677,477],[676,477],[659,478],[658,478],[688,479],[607,480],[605,481],[606,481],[691,482],[686,483],[612,484],[684,485],[683,486],[672,487],[856,488],[858,489],[609,490],[618,491],[611,492],[615,493],[670,494],[510,199],[867,495],[530,496],[671,497],[597,498],[509,499],[601,500],[558,501],[669,502],[580,503],[511,504],[593,505],[591,506],[586,507],[587,508],[590,406],[589,509],[585,508],[588,509],[581,406],[582,406],[583,406],[584,510],[868,511],[870,512],[306,513],[313,514],[305,513],[320,515],[297,516],[296,517],[319,38],[314,518],[317,519],[299,520],[298,521],[294,522],[293,523],[316,524],[295,525],[300,526],[304,526],[322,527],[321,526],[308,528],[309,529],[311,530],[307,531],[310,532],[315,38],[302,533],[303,534],[312,535],[292,536],[318,537],[490,538],[1369,199],[489,4],[1047,540],[1017,541],[1048,542],[1046,543],[1331,544],[1332,545],[1330,546],[1329,547],[1086,548],[1279,549],[1281,550],[1282,551],[1280,552],[1092,553],[1305,554],[1054,555],[1307,556],[1308,557],[1306,558],[1284,559],[1055,560],[1286,561],[1287,562],[1285,563],[1339,565],[1049,566],[1341,567],[1342,568],[1340,569],[1309,570],[1310,571],[1050,572],[1312,573],[1313,574],[1311,575],[1334,576],[1051,577],[1336,578],[1337,579],[1335,580],[1293,570],[1319,581],[1085,582],[1321,583],[1322,584],[1320,585],[1299,586],[1300,587],[1087,548],[1302,588],[1303,589],[1301,590],[1294,591],[1295,592],[1091,593],[1297,594],[1298,595],[1296,596],[1289,570],[1288,570],[1089,597],[1291,598],[1292,599],[1290,600],[1323,586],[1324,601],[1056,602],[1326,603],[1327,604],[1325,605],[1348,606],[1350,570],[1349,607],[1090,608],[1352,650],[1351,651],[1314,570],[1315,612],[1084,613],[1317,614],[1318,615],[1316,616],[1354,570],[1355,617],[1093,553],[1357,618],[1358,619],[1356,620],[1234,570],[1274,621],[1094,622],[1276,623],[1277,624],[1275,625],[1365,626],[1052,627],[1367,628],[1368,629],[1366,630],[1360,631],[1053,632],[1362,633],[1363,634],[1361,635],[1042,636],[995,637],[1044,638],[1045,639],[1043,640],[1343,586],[1344,641],[1088,199],[1346,642],[1347,643],[1345,644],[994,645],[996,646],[1039,647],[1040,648],[997,649]],"semanticDiagnosticsPerFile":[1373,1371,1387,1390,884,405,56,394,395,396,397,407,398,399,400,401,402,403,404,406,414,416,413,419,417,415,411,412,418,420,408,410,409,262,265,261,931,263,264,437,422,429,426,439,430,436,421,440,443,434,424,442,427,425,435,431,441,428,438,423,433,432,450,446,445,444,449,488,57,58,59,913,61,919,918,251,252,459,281,282,460,253,461,462,60,255,256,254,257,258,260,272,273,278,274,275,276,277,279,280,286,376,287,375,393,377,378,962,271,269,267,268,270,385,379,388,381,386,384,387,382,383,284,389,285,391,392,380,259,266,390,456,451,457,452,453,454,455,458,474,473,479,471,472,475,476,478,477,480,465,466,469,468,467,470,464,482,481,484,483,485,447,448,283,486,463,487,882,883,904,905,906,907,908,917,910,914,922,920,921,911,923,925,926,927,916,912,936,924,951,909,952,949,950,974,899,895,897,948,890,938,937,898,945,902,946,947,900,894,901,896,889,942,955,953,885,941,886,887,888,892,891,954,893,930,928,929,939,940,943,958,959,956,957,960,961,963,935,932,933,934,965,964,971,903,967,966,969,968,970,915,944,973,972,1004,1000,999,1001,1002,1003,1005,992,987,985,988,989,990,991,986,993,1021,1022,1036,1024,1023,1018,1019,1020,1035,1026,1027,1028,1029,1031,1030,1032,1033,1025,1034,982,881,975,976,977,978,979,980,981,983,1235,1236,1239,1240,1241,1243,1242,1257,1244,1245,1246,1247,1248,1249,1250,1252,1253,1254,1255,1256,1258,1263,1272,1262,1237,1251,1260,1261,1259,1264,1269,1265,1266,1267,1268,1238,1270,1271,1273,875,873,874,879,872,877,876,878,880,1389,1376,1372,1374,1375,1015,1014,1377,1382,1378,1381,1379,1011,1016,1383,1012,1384,1385,1386,1395,1380,998,1396,1007,1037,288,289,324,325,326,327,328,329,330,331,332,333,334,336,335,337,338,339,323,373,340,341,342,374,343,344,345,346,347,348,349,350,351,352,353,354,355,357,356,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,1009,1010,1421,1422,1397,1400,1419,1420,1410,1409,1407,1402,1415,1413,1417,1401,1414,1418,1403,1404,1416,1398,1405,1406,1408,1412,1423,1411,1399,1436,1435,1430,1432,1431,1424,1425,1427,1429,1433,1434,1426,1428,1008,1013,1437,1444,1438,1441,1443,1439,1442,1440,1448,1446,1447,1445,1038,1137,1128,1129,1130,1131,1132,1133,1134,1135,1136,1449,1450,290,1388,1074,1075,1076,1082,1077,1078,1079,1080,1081,1065,1064,1083,1071,1067,1058,1057,1059,1060,1061,1073,1062,1063,1068,1069,1070,1066,1072,1098,1217,1221,1220,1218,1219,1222,1101,1113,1102,1115,1117,1111,1110,1112,1116,1118,1103,1114,1104,1106,1107,1108,1109,1125,1124,1225,1119,1121,1120,1122,1123,1224,1223,1126,1208,1207,1138,1139,1141,1185,1206,1142,1186,1183,1187,1143,1144,1145,1188,1182,1140,1189,1146,1190,1170,1147,1148,1149,1180,1152,1151,1191,1192,1193,1154,1156,1157,1163,1164,1158,1194,1181,1159,1160,1195,1161,1153,1196,1179,1197,1162,1165,1166,1184,1198,1199,1178,1155,1200,1201,1202,1203,1204,1167,1205,1171,1168,1169,1150,1172,1175,1173,1174,1127,1215,1209,1210,1212,1213,1211,1216,1214,1100,1233,1231,1232,1230,1229,1228,1097,1099,1095,1226,1227,1105,1096,1394,1392,1393,1177,1176,1391,55,250,223,201,199,249,214,213,114,65,221,222,224,225,226,125,227,198,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,64,67,68,69,70,71,72,73,74,76,77,75,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,99,98,100,101,102,103,104,105,106,120,108,109,110,111,112,113,115,116,117,118,119,121,122,123,124,126,127,128,129,130,131,132,133,134,135,136,137,138,143,139,140,141,142,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,200,248,185,184,208,207,203,202,204,193,191,206,205,192,194,107,63,62,197,189,190,187,188,186,195,66,215,216,209,212,211,217,218,210,219,220,183,196,553,552,574,498,554,507,497,616,707,653,862,704,861,860,706,555,660,656,857,828,779,780,781,793,786,785,787,788,792,790,820,817,816,818,831,829,830,825,794,795,798,796,797,799,800,803,801,802,804,805,503,776,775,777,774,504,773,778,807,806,536,537,538,784,782,783,495,534,826,502,791,819,789,808,809,810,811,812,813,814,815,824,823,821,822,827,646,647,650,651,652,621,622,641,560,645,564,640,602,566,623,624,644,638,639,625,626,528,643,648,649,654,655,529,627,642,629,630,631,632,633,634,628,635,859,636,637,501,526,551,531,533,613,527,556,559,617,608,657,548,543,535,866,544,532,545,547,546,539,542,710,733,714,717,719,769,745,709,737,766,716,746,731,734,722,756,751,744,726,725,742,752,771,772,757,748,729,715,718,750,735,743,740,758,741,727,753,736,770,760,747,768,749,728,764,754,730,759,767,732,755,738,763,713,724,723,721,708,720,765,761,739,762,567,573,572,563,562,571,570,569,851,568,610,561,578,577,832,834,835,836,837,838,839,844,840,841,850,842,843,845,846,847,848,833,849,540,705,871,852,853,855,549,550,854,595,506,698,515,520,699,696,599,702,666,697,694,695,703,693,692,516,500,661,700,701,664,505,522,596,525,524,521,665,600,513,667,518,517,514,663,492,519,493,494,496,499,491,541,662,523,620,863,619,864,865,512,712,711,565,674,682,685,614,687,675,689,690,673,681,603,677,676,659,658,688,607,605,606,678,691,679,686,612,684,680,683,604,672,856,858,869,609,576,618,575,611,615,594,508,598,557,668,670,579,510,867,530,671,597,509,601,558,669,580,511,593,592,591,586,587,590,589,585,588,581,582,583,584,868,870,52,53,9,10,14,13,2,15,16,17,18,19,20,21,22,3,4,23,27,24,25,26,28,29,30,5,31,32,33,34,6,38,35,36,37,39,7,40,45,46,41,42,43,44,8,54,50,47,48,49,1,51,12,11,306,313,305,320,297,296,319,314,317,299,298,294,293,316,295,300,301,304,291,322,321,308,309,311,307,310,315,302,303,312,292,318,490,1369,489,1047,1017,1048,1046,1006,1331,1332,1330,1328,1329,1086,1278,1279,1281,1282,1280,1092,1304,1305,1054,1307,1308,1306,1283,1284,1055,1286,1287,1285,1370,1338,1339,1049,1341,1342,1340,1309,1310,1050,1312,1313,1311,1333,1334,1051,1336,1337,1335,1293,1319,1085,1321,1322,1320,1299,1300,1087,1302,1303,1301,1294,1295,1091,1297,1298,1296,1289,1288,1089,1291,1292,1290,1323,1324,1056,1326,1327,1325,1348,1350,1349,1090,1352,1353,1351,1314,1315,1084,1317,1318,1316,1354,1355,1093,1357,1358,1356,1234,1274,1094,1276,1277,1275,1364,1365,1052,1367,1368,1366,1359,1360,1053,1362,1363,1361,1041,1042,995,1044,1045,1043,1343,1344,1088,1346,1347,1345,984,994,996,1039,1040,997]},"version":"5.3.3"}
\ No newline at end of file
diff --git a/dist/users/dto/create-user.dto.d.ts b/dist/users/dto/create-user.dto.d.ts
deleted file mode 100644
index 35ae6e4165fd934aceb45627f3e3a05a3dcd385e..0000000000000000000000000000000000000000
--- a/dist/users/dto/create-user.dto.d.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-export declare class CreateUserDto {
-    email: string;
-    password: string;
-    name?: string;
-    image?: string;
-    roleId: number;
-}
diff --git a/dist/users/dto/create-user.dto.js b/dist/users/dto/create-user.dto.js
deleted file mode 100644
index e9f0704c9802b84fe08819163df8956387bc0715..0000000000000000000000000000000000000000
--- a/dist/users/dto/create-user.dto.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CreateUserDto = void 0;
-class CreateUserDto {
-}
-exports.CreateUserDto = CreateUserDto;
-//# sourceMappingURL=create-user.dto.js.map
\ No newline at end of file
diff --git a/dist/users/dto/create-user.dto.js.map b/dist/users/dto/create-user.dto.js.map
deleted file mode 100644
index 97212f36dc19b9e30ef5af0dcc0765e08dfcf3ce..0000000000000000000000000000000000000000
--- a/dist/users/dto/create-user.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"create-user.dto.js","sourceRoot":"","sources":["../../../src/users/dto/create-user.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,aAAa;CAMzB;AAND,sCAMC"}
\ No newline at end of file
diff --git a/dist/users/dto/update-user.dto.d.ts b/dist/users/dto/update-user.dto.d.ts
deleted file mode 100644
index 8c01d01b812f781e6c22fd5bbf78054a600ea734..0000000000000000000000000000000000000000
--- a/dist/users/dto/update-user.dto.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { CreateUserDto } from './create-user.dto';
-declare const UpdateUserDto_base: import("@nestjs/mapped-types").MappedType<Partial<CreateUserDto>>;
-export declare class UpdateUserDto extends UpdateUserDto_base {
-}
-export {};
diff --git a/dist/users/dto/update-user.dto.js b/dist/users/dto/update-user.dto.js
deleted file mode 100644
index d7e69e3bff6d778d96cdfe995c823256de9b3703..0000000000000000000000000000000000000000
--- a/dist/users/dto/update-user.dto.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UpdateUserDto = void 0;
-const mapped_types_1 = require("@nestjs/mapped-types");
-const create_user_dto_1 = require("./create-user.dto");
-class UpdateUserDto extends (0, mapped_types_1.PartialType)(create_user_dto_1.CreateUserDto) {
-}
-exports.UpdateUserDto = UpdateUserDto;
-//# sourceMappingURL=update-user.dto.js.map
\ No newline at end of file
diff --git a/dist/users/dto/update-user.dto.js.map b/dist/users/dto/update-user.dto.js.map
deleted file mode 100644
index 38874fa60a3be2736800f5412ed87c2da57e64e6..0000000000000000000000000000000000000000
--- a/dist/users/dto/update-user.dto.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"update-user.dto.js","sourceRoot":"","sources":["../../../src/users/dto/update-user.dto.ts"],"names":[],"mappings":";;;AAAA,uDAAmD;AACnD,uDAAkD;AAElD,MAAa,aAAc,SAAQ,IAAA,0BAAW,EAAC,+BAAa,CAAC;CAAG;AAAhE,sCAAgE"}
\ No newline at end of file
diff --git a/dist/users/entities/user.entity.d.ts b/dist/users/entities/user.entity.d.ts
deleted file mode 100644
index 416adbf0f94fa6dbbf5216e982a8cc85be15dec2..0000000000000000000000000000000000000000
--- a/dist/users/entities/user.entity.d.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { Role } from 'src/roles/entities/role.entity';
-export declare class User {
-    id: number;
-    email: string;
-    password: string;
-    name: string;
-    image: string;
-    created: Date;
-    updated: Date;
-    role: Role;
-}
diff --git a/dist/users/entities/user.entity.js b/dist/users/entities/user.entity.js
deleted file mode 100644
index 0a26b019d73ea69b3f5cbdf5b3827d4d64ff04f5..0000000000000000000000000000000000000000
--- a/dist/users/entities/user.entity.js
+++ /dev/null
@@ -1,53 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.User = void 0;
-const typeorm_1 = require("typeorm");
-const role_entity_1 = require("../../roles/entities/role.entity");
-let User = class User {
-};
-exports.User = User;
-__decorate([
-    (0, typeorm_1.PrimaryGeneratedColumn)(),
-    __metadata("design:type", Number)
-], User.prototype, "id", void 0);
-__decorate([
-    (0, typeorm_1.Column)(),
-    __metadata("design:type", String)
-], User.prototype, "email", void 0);
-__decorate([
-    (0, typeorm_1.Column)(),
-    __metadata("design:type", String)
-], User.prototype, "password", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ default: '' }),
-    __metadata("design:type", String)
-], User.prototype, "name", void 0);
-__decorate([
-    (0, typeorm_1.Column)({ default: 'noimage.jpg' }),
-    __metadata("design:type", String)
-], User.prototype, "image", void 0);
-__decorate([
-    (0, typeorm_1.CreateDateColumn)(),
-    __metadata("design:type", Date)
-], User.prototype, "created", void 0);
-__decorate([
-    (0, typeorm_1.UpdateDateColumn)(),
-    __metadata("design:type", Date)
-], User.prototype, "updated", void 0);
-__decorate([
-    (0, typeorm_1.ManyToOne)(() => role_entity_1.Role, (role) => role.users, { eager: true }),
-    __metadata("design:type", role_entity_1.Role)
-], User.prototype, "role", void 0);
-exports.User = User = __decorate([
-    (0, typeorm_1.Entity)('User')
-], User);
-//# sourceMappingURL=user.entity.js.map
\ No newline at end of file
diff --git a/dist/users/entities/user.entity.js.map b/dist/users/entities/user.entity.js.map
deleted file mode 100644
index 0cfd9538950abbe9cca6e404cbbfb425d94f8b7b..0000000000000000000000000000000000000000
--- a/dist/users/entities/user.entity.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"user.entity.js","sourceRoot":"","sources":["../../../src/users/entities/user.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAOiB;AACjB,kEAAsD;AAG/C,IAAM,IAAI,GAAV,MAAM,IAAI;CAwBhB,CAAA;AAxBY,oBAAI;AAEf;IADC,IAAA,gCAAsB,GAAE;;gCACd;AAGX;IADC,IAAA,gBAAM,GAAE;;mCACK;AAGd;IADC,IAAA,gBAAM,GAAE;;sCACQ;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;;kCACX;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,aAAa,EAAE,CAAC;;mCACrB;AAGd;IADC,IAAA,0BAAgB,GAAE;8BACV,IAAI;qCAAC;AAGd;IADC,IAAA,0BAAgB,GAAE;8BACV,IAAI;qCAAC;AAGd;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;8BACvD,kBAAI;kCAAC;eAvBA,IAAI;IADhB,IAAA,gBAAM,EAAC,MAAM,CAAC;GACF,IAAI,CAwBhB"}
\ No newline at end of file
diff --git a/dist/users/users.controller.d.ts b/dist/users/users.controller.d.ts
deleted file mode 100644
index bd7fc7494a82fdfe6dd43b9bddba1327b44b6ad5..0000000000000000000000000000000000000000
--- a/dist/users/users.controller.d.ts
+++ /dev/null
@@ -1,21 +0,0 @@
-/// <reference types="multer" />
-import { UsersService } from './users.service';
-import { CreateUserDto } from './dto/create-user.dto';
-import { UpdateUserDto } from './dto/update-user.dto';
-export declare class UsersController {
-    private readonly usersService;
-    constructor(usersService: UsersService);
-    create(createUserDto: CreateUserDto, file?: Express.Multer.File): Promise<import("./entities/user.entity").User>;
-    findAll(): Promise<import("./entities/user.entity").User[]>;
-    findOne(id: string): Promise<import("./entities/user.entity").User>;
-    findOneByEmail(email: string): Promise<import("./entities/user.entity").User>;
-    update(id: string, updateUserDto: UpdateUserDto, file?: Express.Multer.File): Promise<import("./entities/user.entity").User>;
-    remove(id: string): Promise<import("./entities/user.entity").User>;
-    uploadFile(user: {
-        name: string;
-        age: number;
-    }, file?: Express.Multer.File): Promise<{
-        filename: string;
-        path: string;
-    }>;
-}
diff --git a/dist/users/users.controller.js b/dist/users/users.controller.js
deleted file mode 100644
index 9b5c8a45267d31fd0591f6b689e7ddf189079e95..0000000000000000000000000000000000000000
--- a/dist/users/users.controller.js
+++ /dev/null
@@ -1,164 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UsersController = void 0;
-const common_1 = require("@nestjs/common");
-const users_service_1 = require("./users.service");
-const create_user_dto_1 = require("./dto/create-user.dto");
-const update_user_dto_1 = require("./dto/update-user.dto");
-const auth_guard_1 = require("../auth/auth.guard");
-const platform_express_1 = require("@nestjs/platform-express");
-const multer_1 = require("multer");
-const uuid_1 = require("uuid");
-const path_1 = require("path");
-let UsersController = class UsersController {
-    constructor(usersService) {
-        this.usersService = usersService;
-    }
-    async create(createUserDto, file) {
-        if (file && file.filename) {
-            createUserDto.image = file.filename;
-        }
-        return this.usersService.create(createUserDto);
-    }
-    async findAll() {
-        return this.usersService.findAll();
-    }
-    async findOne(id) {
-        const user = await this.usersService.findOne(+id);
-        if (!user) {
-            throw new common_1.NotFoundException(`User with ID ${id} not found`);
-        }
-        return user;
-    }
-    async findOneByEmail(email) {
-        const user = await this.usersService.findOneByEmail(email);
-        if (!user) {
-            throw new common_1.NotFoundException(`User with email ${email} not found`);
-        }
-        return user;
-    }
-    async update(id, updateUserDto, file) {
-        if (file && file.filename) {
-            updateUserDto.image = file.filename;
-        }
-        const user = await this.usersService.update(+id, updateUserDto);
-        if (!user) {
-            throw new common_1.NotFoundException(`User with ID ${id} not found`);
-        }
-        return user;
-    }
-    async remove(id) {
-        const user = await this.usersService.remove(+id);
-        if (!user) {
-            throw new common_1.NotFoundException(`User with ID ${id} not found`);
-        }
-        return user;
-    }
-    async uploadFile(user, file) {
-        if (!file) {
-            throw new common_1.NotFoundException('No file uploaded');
-        }
-        console.log(user);
-        console.log(file.filename);
-        console.log(file.path);
-        return { filename: file.filename, path: `/images/users/${file.filename}` };
-    }
-};
-exports.UsersController = UsersController;
-__decorate([
-    (0, common_1.Post)(),
-    (0, common_1.UseInterceptors)((0, platform_express_1.FileInterceptor)('file', {
-        storage: (0, multer_1.diskStorage)({
-            destination: './public/images/users',
-            filename: (req, file, cb) => {
-                const name = (0, uuid_1.v4)();
-                return cb(null, name + (0, path_1.extname)(file.originalname));
-            },
-        }),
-    })),
-    __param(0, (0, common_1.Body)()),
-    __param(1, (0, common_1.UploadedFile)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [create_user_dto_1.CreateUserDto, Object]),
-    __metadata("design:returntype", Promise)
-], UsersController.prototype, "create", null);
-__decorate([
-    (0, common_1.Get)(),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", []),
-    __metadata("design:returntype", Promise)
-], UsersController.prototype, "findAll", null);
-__decorate([
-    (0, common_1.Get)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", Promise)
-], UsersController.prototype, "findOne", null);
-__decorate([
-    (0, common_1.Get)('email/:email'),
-    __param(0, (0, common_1.Param)('email')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", Promise)
-], UsersController.prototype, "findOneByEmail", null);
-__decorate([
-    (0, common_1.Put)(':id'),
-    (0, common_1.UseInterceptors)((0, platform_express_1.FileInterceptor)('file', {
-        storage: (0, multer_1.diskStorage)({
-            destination: './public/images/users',
-            filename: (req, file, cb) => {
-                const name = (0, uuid_1.v4)();
-                return cb(null, name + (0, path_1.extname)(file.originalname));
-            },
-        }),
-    })),
-    __param(0, (0, common_1.Param)('id')),
-    __param(1, (0, common_1.Body)()),
-    __param(2, (0, common_1.UploadedFile)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String, update_user_dto_1.UpdateUserDto, Object]),
-    __metadata("design:returntype", Promise)
-], UsersController.prototype, "update", null);
-__decorate([
-    (0, common_1.Delete)(':id'),
-    __param(0, (0, common_1.Param)('id')),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [String]),
-    __metadata("design:returntype", Promise)
-], UsersController.prototype, "remove", null);
-__decorate([
-    (0, common_1.Post)('upload'),
-    (0, common_1.UseInterceptors)((0, platform_express_1.FileInterceptor)('file', {
-        storage: (0, multer_1.diskStorage)({
-            destination: './public/images/users',
-            filename: (req, file, cb) => {
-                const name = (0, uuid_1.v4)();
-                return cb(null, name + (0, path_1.extname)(file.originalname));
-            },
-        }),
-    })),
-    __param(0, (0, common_1.Body)()),
-    __param(1, (0, common_1.UploadedFile)()),
-    __metadata("design:type", Function),
-    __metadata("design:paramtypes", [Object, Object]),
-    __metadata("design:returntype", Promise)
-], UsersController.prototype, "uploadFile", null);
-exports.UsersController = UsersController = __decorate([
-    (0, common_1.UseGuards)(auth_guard_1.AuthGuard),
-    (0, common_1.Controller)('users'),
-    __metadata("design:paramtypes", [users_service_1.UsersService])
-], UsersController);
-//# sourceMappingURL=users.controller.js.map
\ No newline at end of file
diff --git a/dist/users/users.controller.js.map b/dist/users/users.controller.js.map
deleted file mode 100644
index 2defe6e75619ea36e763d175431cf4caf3510e99..0000000000000000000000000000000000000000
--- a/dist/users/users.controller.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"users.controller.js","sourceRoot":"","sources":["../../src/users/users.controller.ts"],"names":[],"mappings":"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"}
\ No newline at end of file
diff --git a/dist/users/users.module.d.ts b/dist/users/users.module.d.ts
deleted file mode 100644
index d1340f414c65eda5adb3173e433b7c501d5bdb34..0000000000000000000000000000000000000000
--- a/dist/users/users.module.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export declare class UsersModule {
-}
diff --git a/dist/users/users.module.js b/dist/users/users.module.js
deleted file mode 100644
index 6c7f25a7458ee9852ee74342198a607e89a4efde..0000000000000000000000000000000000000000
--- a/dist/users/users.module.js
+++ /dev/null
@@ -1,27 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UsersModule = void 0;
-const common_1 = require("@nestjs/common");
-const users_service_1 = require("./users.service");
-const users_controller_1 = require("./users.controller");
-const typeorm_1 = require("@nestjs/typeorm");
-const user_entity_1 = require("./entities/user.entity");
-const role_entity_1 = require("../roles/entities/role.entity");
-let UsersModule = class UsersModule {
-};
-exports.UsersModule = UsersModule;
-exports.UsersModule = UsersModule = __decorate([
-    (0, common_1.Module)({
-        imports: [typeorm_1.TypeOrmModule.forFeature([user_entity_1.User, role_entity_1.Role])],
-        controllers: [users_controller_1.UsersController],
-        providers: [users_service_1.UsersService],
-        exports: [users_service_1.UsersService],
-    })
-], UsersModule);
-//# sourceMappingURL=users.module.js.map
\ No newline at end of file
diff --git a/dist/users/users.module.js.map b/dist/users/users.module.js.map
deleted file mode 100644
index 8c8949ae76f6e8bc3908913cd58c13310396068a..0000000000000000000000000000000000000000
--- a/dist/users/users.module.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"users.module.js","sourceRoot":"","sources":["../../src/users/users.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,mDAA+C;AAC/C,yDAAqD;AACrD,6CAAgD;AAChD,wDAA8C;AAC9C,+DAAsD;AAQ/C,IAAM,WAAW,GAAjB,MAAM,WAAW;CAAG,CAAA;AAAd,kCAAW;sBAAX,WAAW;IANvB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,kBAAI,EAAE,kBAAI,CAAC,CAAC,CAAC;QACjD,WAAW,EAAE,CAAC,kCAAe,CAAC;QAC9B,SAAS,EAAE,CAAC,4BAAY,CAAC;QACzB,OAAO,EAAE,CAAC,4BAAY,CAAC;KACxB,CAAC;GACW,WAAW,CAAG"}
\ No newline at end of file
diff --git a/dist/users/users.service.d.ts b/dist/users/users.service.d.ts
deleted file mode 100644
index ddeaec37c2aa2a5f9c683ff6227e37292ceff1ba..0000000000000000000000000000000000000000
--- a/dist/users/users.service.d.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-import { CreateUserDto } from './dto/create-user.dto';
-import { UpdateUserDto } from './dto/update-user.dto';
-import { Repository } from 'typeorm';
-import { User } from './entities/user.entity';
-import { Role } from 'src/roles/entities/role.entity';
-export declare class UsersService {
-    private usersRepository;
-    private rolesRepository;
-    constructor(usersRepository: Repository<User>, rolesRepository: Repository<Role>);
-    create(createUserDto: CreateUserDto): Promise<User>;
-    findAll(): Promise<User[]>;
-    findOne(id: number): Promise<User>;
-    findOneByEmail(email: string): Promise<User>;
-    update(id: number, updateUserDto: UpdateUserDto): Promise<User>;
-    remove(id: number): Promise<User>;
-}
diff --git a/dist/users/users.service.js b/dist/users/users.service.js
deleted file mode 100644
index bfdacecd2ec7be849ebce24ec5f2857593587834..0000000000000000000000000000000000000000
--- a/dist/users/users.service.js
+++ /dev/null
@@ -1,94 +0,0 @@
-"use strict";
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
-    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
-    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
-    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
-    return c > 3 && r && Object.defineProperty(target, key, r), r;
-};
-var __metadata = (this && this.__metadata) || function (k, v) {
-    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
-};
-var __param = (this && this.__param) || function (paramIndex, decorator) {
-    return function (target, key) { decorator(target, key, paramIndex); }
-};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.UsersService = void 0;
-const common_1 = require("@nestjs/common");
-const typeorm_1 = require("typeorm");
-const user_entity_1 = require("./entities/user.entity");
-const typeorm_2 = require("@nestjs/typeorm");
-const role_entity_1 = require("../roles/entities/role.entity");
-let UsersService = class UsersService {
-    constructor(usersRepository, rolesRepository) {
-        this.usersRepository = usersRepository;
-        this.rolesRepository = rolesRepository;
-    }
-    async create(createUserDto) {
-        const user = new user_entity_1.User();
-        user.email = createUserDto.email;
-        user.password = createUserDto.password;
-        user.name = createUserDto.name;
-        user.image = createUserDto.image || 'noimage.jpg';
-        if (createUserDto.roleId) {
-            const role = await this.rolesRepository.findOne({
-                where: { id: createUserDto.roleId },
-            });
-            if (!role) {
-                throw new common_1.NotFoundException(`Role with ID ${createUserDto.roleId} not found`);
-            }
-            user.role = role;
-        }
-        return await this.usersRepository.save(user);
-    }
-    async findAll() {
-        return await this.usersRepository.find();
-    }
-    async findOne(id) {
-        const user = await this.usersRepository.findOne({ where: { id } });
-        if (!user) {
-            throw new common_1.NotFoundException(`User with ID ${id} not found`);
-        }
-        return user;
-    }
-    async findOneByEmail(email) {
-        const user = await this.usersRepository.findOne({ where: { email } });
-        if (!user) {
-            throw new common_1.NotFoundException(`User with email ${email} not found`);
-        }
-        return user;
-    }
-    async update(id, updateUserDto) {
-        const user = await this.findOne(id);
-        Object.assign(user, {
-            email: updateUserDto.email,
-            password: updateUserDto.password,
-            name: updateUserDto.name,
-            image: updateUserDto.image || user.image,
-        });
-        if (updateUserDto.roleId) {
-            const role = await this.rolesRepository.findOne({
-                where: { id: updateUserDto.roleId },
-            });
-            if (!role) {
-                throw new common_1.NotFoundException(`Role with ID ${updateUserDto.roleId} not found`);
-            }
-            user.role = role;
-        }
-        await this.usersRepository.save(user);
-        return await this.findOne(id);
-    }
-    async remove(id) {
-        const user = await this.findOne(id);
-        await this.usersRepository.remove(user);
-        return user;
-    }
-};
-exports.UsersService = UsersService;
-exports.UsersService = UsersService = __decorate([
-    (0, common_1.Injectable)(),
-    __param(0, (0, typeorm_2.InjectRepository)(user_entity_1.User)),
-    __param(1, (0, typeorm_2.InjectRepository)(role_entity_1.Role)),
-    __metadata("design:paramtypes", [typeorm_1.Repository,
-        typeorm_1.Repository])
-], UsersService);
-//# sourceMappingURL=users.service.js.map
\ No newline at end of file
diff --git a/dist/users/users.service.js.map b/dist/users/users.service.js.map
deleted file mode 100644
index 9714a1ca5cd42c7305f1baccc10233348915113e..0000000000000000000000000000000000000000
--- a/dist/users/users.service.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"users.service.js","sourceRoot":"","sources":["../../src/users/users.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,2CAA+D;AAG/D,qCAAqC;AACrC,wDAA8C;AAC9C,6CAAmD;AACnD,+DAAsD;AAG/C,IAAM,YAAY,GAAlB,MAAM,YAAY;IACvB,YACkC,eAAiC,EACjC,eAAiC;QADjC,oBAAe,GAAf,eAAe,CAAkB;QACjC,oBAAe,GAAf,eAAe,CAAkB;IAChE,CAAC;IAEJ,KAAK,CAAC,MAAM,CAAC,aAA4B;QACvC,MAAM,IAAI,GAAG,IAAI,kBAAI,EAAE,CAAC;QACxB,IAAI,CAAC,KAAK,GAAG,aAAa,CAAC,KAAK,CAAC;QACjC,IAAI,CAAC,QAAQ,GAAG,aAAa,CAAC,QAAQ,CAAC;QACvC,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC,IAAI,CAAC;QAC/B,IAAI,CAAC,KAAK,GAAG,aAAa,CAAC,KAAK,IAAI,aAAa,CAAC;QAGlD,IAAI,aAAa,CAAC,MAAM,EAAE,CAAC;YACzB,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC;gBAC9C,KAAK,EAAE,EAAE,EAAE,EAAE,aAAa,CAAC,MAAM,EAAE;aACpC,CAAC,CAAC;YACH,IAAI,CAAC,IAAI,EAAE,CAAC;gBACV,MAAM,IAAI,0BAAiB,CACzB,gBAAgB,aAAa,CAAC,MAAM,YAAY,CACjD,CAAC;YACJ,CAAC;YACD,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACnB,CAAC;QAED,OAAO,MAAM,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC;IAED,KAAK,CAAC,OAAO;QACX,OAAO,MAAM,IAAI,CAAC,eAAe,CAAC,IAAI,EAAE,CAAC;IAC3C,CAAC;IAED,KAAK,CAAC,OAAO,CAAC,EAAU;QACtB,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;QACnE,IAAI,CAAC,IAAI,EAAE,CAAC;YACV,MAAM,IAAI,0BAAiB,CAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;QAC9D,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,KAAa;QAChC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC;QACtE,IAAI,CAAC,IAAI,EAAE,CAAC;YACV,MAAM,IAAI,0BAAiB,CAAC,mBAAmB,KAAK,YAAY,CAAC,CAAC;QACpE,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,EAAU,EAAE,aAA4B;QACnD,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QAEpC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE;YAClB,KAAK,EAAE,aAAa,CAAC,KAAK;YAC1B,QAAQ,EAAE,aAAa,CAAC,QAAQ;YAChC,IAAI,EAAE,aAAa,CAAC,IAAI;YACxB,KAAK,EAAE,aAAa,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK;SACzC,CAAC,CAAC;QAGH,IAAI,aAAa,CAAC,MAAM,EAAE,CAAC;YACzB,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC;gBAC9C,KAAK,EAAE,EAAE,EAAE,EAAE,aAAa,CAAC,MAAM,EAAE;aACpC,CAAC,CAAC;YACH,IAAI,CAAC,IAAI,EAAE,CAAC;gBACV,MAAM,IAAI,0BAAiB,CACzB,gBAAgB,aAAa,CAAC,MAAM,YAAY,CACjD,CAAC;YACJ,CAAC;YACD,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACnB,CAAC;QAED,MAAM,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACtC,OAAO,MAAM,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;IAChC,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,EAAU;QACrB,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QACpC,MAAM,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC;IACd,CAAC;CACF,CAAA;AAjFY,oCAAY;uBAAZ,YAAY;IADxB,IAAA,mBAAU,GAAE;IAGR,WAAA,IAAA,0BAAgB,EAAC,kBAAI,CAAC,CAAA;IACtB,WAAA,IAAA,0BAAgB,EAAC,kBAAI,CAAC,CAAA;qCAD0B,oBAAU;QACV,oBAAU;GAHlD,YAAY,CAiFxB"}
\ No newline at end of file