@reachu/database 1.0.139 → 1.0.141
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/entity/ChannelUser.d.ts +1 -0
- package/dist/entity/ChannelUser.js +4 -0
- package/dist/entity/ChannelUser.js.map +1 -1
- package/dist/entity/Collection.d.ts +1 -0
- package/dist/entity/Collection.js +4 -0
- package/dist/entity/Collection.js.map +1 -1
- package/dist/entity/Connection.d.ts +1 -0
- package/dist/entity/Connection.js +4 -0
- package/dist/entity/Connection.js.map +1 -1
- package/dist/entity/EnvType.d.ts +6 -0
- package/dist/entity/EnvType.js +35 -0
- package/dist/entity/EnvType.js.map +1 -0
- package/dist/entity/Order.d.ts +1 -0
- package/dist/entity/Order.js +4 -0
- package/dist/entity/Order.js.map +1 -1
- package/dist/entity/Product.entity.d.ts +2 -0
- package/dist/entity/Product.entity.js +8 -0
- package/dist/entity/Product.entity.js.map +1 -1
- package/dist/entity/UserSettings.d.ts +7 -0
- package/dist/entity/UserSettings.js +40 -0
- package/dist/entity/UserSettings.js.map +1 -1
- package/dist/entity/index.d.ts +2 -1
- package/dist/entity/index.js +3 -0
- package/dist/entity/index.js.map +1 -1
- package/dist/helpers/products/storage/search.d.ts +2 -0
- package/dist/migrations/1701807577519-test-step-1.d.ts +6 -0
- package/dist/migrations/1701807577519-test-step-1.js +43 -0
- package/dist/migrations/1701807577519-test-step-1.js.map +1 -0
- package/dist/migrations/1701868990386-test-v2.d.ts +6 -0
- package/dist/migrations/1701868990386-test-v2.js +81 -0
- package/dist/migrations/1701868990386-test-v2.js.map +1 -0
- package/dist/repositories/index.d.ts +3 -0
- package/dist/repositories/index.js +8 -1
- package/dist/repositories/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +107 -98
- package/package.json +3 -3
- package/src/entity/ChannelUser.ts +3 -0
- package/src/entity/Collection.ts +3 -0
- package/src/entity/Connection.ts +3 -0
- package/src/entity/EnvType.ts +14 -0
- package/src/entity/Order.ts +3 -0
- package/src/entity/Product.entity.ts +6 -0
- package/src/entity/UserSettings.ts +34 -0
- package/src/entity/index.ts +2 -0
- package/src/migrations/1701807577519-test-step-1.ts +28 -0
- package/src/migrations/1701868990386-test-v2.ts +66 -0
- package/src/repositories/index.ts +4 -0
|
@@ -10,7 +10,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.ChannelUserRepository = exports.ChannelGroupRepository = exports.CollectionSharedRepository = exports.CollectionItemRepository = exports.CollectionRepository = exports.PaymentMethodRepository = exports.UserSettingsRepository = exports.WooConnectionRepository = exports.WalletRepository = exports.VariantRepository = exports.UserRoleRepository = exports.UserRepository = exports.SubcategoryRepository = exports.ShopifyConnectionRepository = exports.ShippingPackageRepository = exports.RolePermissionRepository = exports.RoleRepository = exports.ExternalRequestRepository = exports.RequestRepository = exports.ProductRepository = exports.PermissionRepository = exports.PaymentShopifyRepository = exports.PaymentRepository = exports.OrderTrackingRepository = exports.OrderShippingRepository = exports.OrderItemRepository = exports.OrderRepository = exports.OptionRepository = exports.NotificationRepository = exports.MetricActiveUserRepository = exports.MagentoConnectionRepository = exports.ImportedProductRepository = exports.ImageRepository = exports.FlatRateCountryRepository = exports.FlatRateRepository = exports.CourierRepository = exports.CountryRepository = exports.CheckoutMetadataRepository = exports.ChannelRepository = exports.CategoryRepository = exports.CardRegistrationRepository = exports.BusinessRepository = exports.BankAccountRepository = exports.ApiCredentialRepository = exports.CustomProductImageRepository = exports.CustomProductRepository = exports.CustomVariantRepository = exports.AttributeRepository = exports.ProductAttributeRepository = exports.CategoryImagesRepository = void 0;
|
|
13
|
-
exports.UserCountPlanRepository = exports.SubscriptionRepository = exports.PlanRepository = exports.ShippingRepository = exports.ShippingCountryRepository = exports.ProductShippingRepository = exports.DiscountTypeRepository = exports.DiscountProductRepository = exports.DiscountCartRepository = exports.DiscountRepository = exports.UserTemplateEcommerceRepository = exports.TemplateEcommerceSchemeConfigVariantRepository = exports.TemplateEcommerceSchemeConfigVariantMappedRepository = exports.TemplateEcommerceSchemeConfigProductRepository = exports.TemplateEcommerceSchemeConfigProductMappedRepository = exports.TemplateEcommerceSchemeConfigOrderRepository = exports.TemplateEcommerceSchemeConfigOrderMappedRepository = exports.TemplateEcommerceRepository = exports.ReachuSchemeConfigVariantRepository = exports.ReachuSchemeConfigProductRepository = exports.ReachuSchemeConfigOrderRepository = exports.WebhookTemplateEcommerceRepository = exports.EndpointTemplateEcommerceRepository = exports.AuthMethodRepository = exports.AuthInfoRepository = exports.PriceDataRepository = exports.CheckoutShippingAddressRepository = exports.CheckoutRepository = exports.CheckoutBillingAddressRepository = exports.CartRepository = exports.CartItemRepository = exports.ProductDigitalRepository = exports.ProductCategoryRepository = exports.ConnectionRepository = exports.TranslateRepository = exports.EnvironmentConfigurationRepository = exports.ExchangeRateRepository = exports.CurrencyRepository = exports.UserChannelApiKeyRepository = exports.ChannelUserProductSyncRepository = void 0;
|
|
13
|
+
exports.UserCountPlanRepository = exports.SubscriptionRepository = exports.PlanRepository = exports.ShippingRepository = exports.ShippingCountryRepository = exports.ProductShippingRepository = exports.DiscountTypeRepository = exports.DiscountProductRepository = exports.DiscountCartRepository = exports.DiscountRepository = exports.UserTemplateEcommerceRepository = exports.TemplateEcommerceSchemeConfigVariantRepository = exports.TemplateEcommerceSchemeConfigVariantMappedRepository = exports.TemplateEcommerceSchemeConfigProductRepository = exports.TemplateEcommerceSchemeConfigProductMappedRepository = exports.TemplateEcommerceSchemeConfigOrderRepository = exports.TemplateEcommerceSchemeConfigOrderMappedRepository = exports.TemplateEcommerceRepository = exports.ReachuSchemeConfigVariantRepository = exports.ReachuSchemeConfigProductRepository = exports.ReachuSchemeConfigOrderRepository = exports.WebhookTemplateEcommerceRepository = exports.EndpointTemplateEcommerceRepository = exports.AuthMethodRepository = exports.AuthInfoRepository = exports.PriceDataRepository = exports.CheckoutShippingAddressRepository = exports.CheckoutRepository = exports.CheckoutBillingAddressRepository = exports.CartRepository = exports.CartItemRepository = exports.EnvTypeRepository = exports.ProductDigitalRepository = exports.ProductCategoryRepository = exports.ConnectionRepository = exports.TranslateRepository = exports.EnvironmentConfigurationRepository = exports.ExchangeRateRepository = exports.CurrencyRepository = exports.UserChannelApiKeyRepository = exports.ChannelUserProductSyncRepository = void 0;
|
|
14
14
|
const ApiCredential_1 = __importDefault(require("../entity/ApiCredential"));
|
|
15
15
|
const BankAccount_1 = __importDefault(require("../entity/BankAccount"));
|
|
16
16
|
const Business_1 = __importDefault(require("../entity/Business"));
|
|
@@ -70,6 +70,7 @@ const Translate_1 = __importDefault(require("../entity/Translate"));
|
|
|
70
70
|
const Connection_1 = __importDefault(require("../entity/Connection"));
|
|
71
71
|
const ProductCategory_1 = __importDefault(require("../entity/ProductCategory"));
|
|
72
72
|
const ProductDigital_1 = __importDefault(require("../entity/ProductDigital"));
|
|
73
|
+
const EnvType_1 = __importDefault(require("../entity/EnvType"));
|
|
73
74
|
const shopcart_1 = require("./shopcart");
|
|
74
75
|
Object.defineProperty(exports, "CartItemRepository", { enumerable: true, get: function () { return shopcart_1.CartItemRepository; } });
|
|
75
76
|
Object.defineProperty(exports, "CartRepository", { enumerable: true, get: function () { return shopcart_1.CartRepository; } });
|
|
@@ -461,4 +462,10 @@ ProductDigitalRepository = __decorate([
|
|
|
461
462
|
typeorm_1.EntityRepository(ProductDigital_1.default)
|
|
462
463
|
], ProductDigitalRepository);
|
|
463
464
|
exports.ProductDigitalRepository = ProductDigitalRepository;
|
|
465
|
+
let EnvTypeRepository = class EnvTypeRepository extends typeorm_1.Repository {
|
|
466
|
+
};
|
|
467
|
+
EnvTypeRepository = __decorate([
|
|
468
|
+
typeorm_1.EntityRepository(EnvType_1.default)
|
|
469
|
+
], EnvTypeRepository);
|
|
470
|
+
exports.EnvTypeRepository = EnvTypeRepository;
|
|
464
471
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/repositories/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,4EAAoD;AACpD,wEAAgD;AAChD,kEAA0C;AAC1C,kFAA0D;AAC1D,kEAA0C;AAC1C,gEAAwC;AACxC,kFAA0D;AAC1D,gEAAwC;AACxC,gEAAwC;AACxC,kEAA0C;AAC1C,gFAAwD;AACxD,4DAAoC;AACpC,gFAAwD;AACxD,iFAAuE;AACvE,kFAA0D;AAC1D,0EAAkD;AAClD,8DAAsC;AACtC,4DAAoC;AACpC,oEAA4C;AAC5C,4EAAoD;AACpD,4EAAoD;AACpD,gEAAwC;AACxC,8EAAsD;AACtD,sEAA8C;AAC9C,6DAAmD;AACnD,gEAAwC;AACxC,gFAAwD;AACxD,0DAAkC;AAClC,8EAAsD;AACtD,gFAAwD;AACxD,oFAA4D;AAC5D,wEAAgD;AAChD,0DAAkC;AAClC,kEAA0C;AAC1C,gEAAwC;AACxC,8DAAsC;AACtC,4EAAoD;AACpD,0EAAkD;AAClD,4EAAoD;AACpD,sEAA8C;AAC9C,8EAAsD;AACtD,kFAA0D;AAC1D,0EAAkD;AAClD,wEAAgD;AAChD,8FAAsE;AACtE,oFAA4D;AAC5D,kEAA0C;AAC1C,0EAAkD;AAElD,4EAAoD;AACpD,2DAAwD;AACxD,sFAA8D;AAE9D,oEAA4C;AAC5C,kFAA0D;AAC1D,8EAAsD;AAEtD,kGAA0E;AAE1E,oEAA4C;AAC5C,sEAA8C;AAC9C,gFAAwD;AACxD,8EAAsD;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/repositories/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -2236,59 +2236,44 @@
|
|
|
2236
2236
|
"signature": "744e6430bafc6f39f66c4fc1e6a0d8c9551260ffd1782aa7e3f5166ac6aa1f86",
|
|
2237
2237
|
"affectsGlobalScope": false
|
|
2238
2238
|
},
|
|
2239
|
-
"../node_modules/@types/
|
|
2240
|
-
"version": "
|
|
2241
|
-
"signature": "
|
|
2242
|
-
"affectsGlobalScope": false
|
|
2243
|
-
},
|
|
2244
|
-
"../node_modules/@types/send/index.d.ts": {
|
|
2245
|
-
"version": "b78cd10245a90e27e62d0558564f5d9a16576294eee724a59ae21b91f9269e4a",
|
|
2246
|
-
"signature": "b78cd10245a90e27e62d0558564f5d9a16576294eee724a59ae21b91f9269e4a",
|
|
2239
|
+
"../node_modules/@types/range-parser/index.d.ts": {
|
|
2240
|
+
"version": "16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",
|
|
2241
|
+
"signature": "16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",
|
|
2247
2242
|
"affectsGlobalScope": false
|
|
2248
2243
|
},
|
|
2249
2244
|
"../node_modules/@types/qs/index.d.ts": {
|
|
2250
|
-
"version": "
|
|
2251
|
-
"signature": "
|
|
2252
|
-
"affectsGlobalScope": false
|
|
2253
|
-
},
|
|
2254
|
-
"../node_modules/@types/range-parser/index.d.ts": {
|
|
2255
|
-
"version": "2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed",
|
|
2256
|
-
"signature": "2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed",
|
|
2245
|
+
"version": "ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",
|
|
2246
|
+
"signature": "ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",
|
|
2257
2247
|
"affectsGlobalScope": false
|
|
2258
2248
|
},
|
|
2259
2249
|
"../node_modules/@types/express-serve-static-core/index.d.ts": {
|
|
2260
|
-
"version": "
|
|
2261
|
-
"signature": "
|
|
2250
|
+
"version": "c5dd1fef4cd4aaffc78786047bed5ae6fc1200d19a1946cbc4e2d3ed4d62c8fa",
|
|
2251
|
+
"signature": "c5dd1fef4cd4aaffc78786047bed5ae6fc1200d19a1946cbc4e2d3ed4d62c8fa",
|
|
2262
2252
|
"affectsGlobalScope": true
|
|
2263
2253
|
},
|
|
2264
|
-
"../node_modules/@types/http-errors/index.d.ts": {
|
|
2265
|
-
"version": "b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b",
|
|
2266
|
-
"signature": "b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b",
|
|
2267
|
-
"affectsGlobalScope": false
|
|
2268
|
-
},
|
|
2269
2254
|
"../node_modules/@types/mime/mime.d.ts": {
|
|
2270
|
-
"version": "
|
|
2271
|
-
"signature": "
|
|
2255
|
+
"version": "5b9ecf7da4d71cf3832dbb8336150fa924631811f488ad4690c2dfec2b4fb1d7",
|
|
2256
|
+
"signature": "5b9ecf7da4d71cf3832dbb8336150fa924631811f488ad4690c2dfec2b4fb1d7",
|
|
2272
2257
|
"affectsGlobalScope": false
|
|
2273
2258
|
},
|
|
2274
2259
|
"../node_modules/@types/mime/index.d.ts": {
|
|
2275
|
-
"version": "
|
|
2276
|
-
"signature": "
|
|
2260
|
+
"version": "951c85f75aac041dddbedfedf565886a7b494e29ec1532e2a9b4a6180560b50e",
|
|
2261
|
+
"signature": "951c85f75aac041dddbedfedf565886a7b494e29ec1532e2a9b4a6180560b50e",
|
|
2277
2262
|
"affectsGlobalScope": false
|
|
2278
2263
|
},
|
|
2279
2264
|
"../node_modules/@types/serve-static/index.d.ts": {
|
|
2280
|
-
"version": "
|
|
2281
|
-
"signature": "
|
|
2265
|
+
"version": "e6f0cb9d8cb2e38bec66e032e73caa3e7c6671f21ed7196acb821aec462051f2",
|
|
2266
|
+
"signature": "e6f0cb9d8cb2e38bec66e032e73caa3e7c6671f21ed7196acb821aec462051f2",
|
|
2282
2267
|
"affectsGlobalScope": false
|
|
2283
2268
|
},
|
|
2284
2269
|
"../node_modules/@types/connect/index.d.ts": {
|
|
2285
|
-
"version": "
|
|
2286
|
-
"signature": "
|
|
2270
|
+
"version": "6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073",
|
|
2271
|
+
"signature": "6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073",
|
|
2287
2272
|
"affectsGlobalScope": false
|
|
2288
2273
|
},
|
|
2289
2274
|
"../node_modules/@types/body-parser/index.d.ts": {
|
|
2290
|
-
"version": "
|
|
2291
|
-
"signature": "
|
|
2275
|
+
"version": "afc559c1b93df37c25aef6b3dfa2d64325b0e112e887ee18bf7e6f4ec383fc90",
|
|
2276
|
+
"signature": "afc559c1b93df37c25aef6b3dfa2d64325b0e112e887ee18bf7e6f4ec383fc90",
|
|
2292
2277
|
"affectsGlobalScope": false
|
|
2293
2278
|
},
|
|
2294
2279
|
"../node_modules/@types/express/index.d.ts": {
|
|
@@ -2386,9 +2371,14 @@
|
|
|
2386
2371
|
"signature": "d9f3186560ee35918337703693bdd6bab67977a74425a039ce41e8e02c6f8f8e",
|
|
2387
2372
|
"affectsGlobalScope": false
|
|
2388
2373
|
},
|
|
2374
|
+
"../src/entity/envtype.ts": {
|
|
2375
|
+
"version": "fe13e939b365c9ceacf6a551b5e060a37050a3624717683e863eef74a12d7020",
|
|
2376
|
+
"signature": "8b62656314cafe184e280da902a3a381b07f89caa54acf8c3d07f30b83afefd1",
|
|
2377
|
+
"affectsGlobalScope": false
|
|
2378
|
+
},
|
|
2389
2379
|
"../src/entity/usersettings.ts": {
|
|
2390
|
-
"version": "
|
|
2391
|
-
"signature": "
|
|
2380
|
+
"version": "539414d494d2af27f8baff1601f42f32dde34872bea296a3f858dd9f47c1091b",
|
|
2381
|
+
"signature": "1af78b46a15d806382b366be6efa9543b67edf332c29dd9bb59fa31429289775",
|
|
2392
2382
|
"affectsGlobalScope": false
|
|
2393
2383
|
},
|
|
2394
2384
|
"../src/entity/modules/shopcart/pricedata.ts": {
|
|
@@ -2412,8 +2402,8 @@
|
|
|
2412
2402
|
"affectsGlobalScope": false
|
|
2413
2403
|
},
|
|
2414
2404
|
"../src/entity/collection.ts": {
|
|
2415
|
-
"version": "
|
|
2416
|
-
"signature": "
|
|
2405
|
+
"version": "3f376a6ce6cac43ed982697dbeb165f959fd31fa7db54bd0c67e24bb5a514014",
|
|
2406
|
+
"signature": "beb53f8e1851b4486b776d7b7694642dc268aba4d754dd062c0912a9e87e8e9f",
|
|
2417
2407
|
"affectsGlobalScope": false
|
|
2418
2408
|
},
|
|
2419
2409
|
"../src/entity/collectionshared.ts": {
|
|
@@ -2487,8 +2477,8 @@
|
|
|
2487
2477
|
"affectsGlobalScope": false
|
|
2488
2478
|
},
|
|
2489
2479
|
"../src/entity/channeluser.ts": {
|
|
2490
|
-
"version": "
|
|
2491
|
-
"signature": "
|
|
2480
|
+
"version": "0f0a3ddb35d9a2b23b837d2a80ef5f8ea4ba3edca6eee8f7ef259ba9badddfcd",
|
|
2481
|
+
"signature": "15bf7f2a0966a7c95d9bb01bc6cbf5f5f207b30f69bf3938bc519a207ca9211d",
|
|
2492
2482
|
"affectsGlobalScope": false
|
|
2493
2483
|
},
|
|
2494
2484
|
"../src/entity/channel.ts": {
|
|
@@ -2507,8 +2497,8 @@
|
|
|
2507
2497
|
"affectsGlobalScope": false
|
|
2508
2498
|
},
|
|
2509
2499
|
"../src/entity/product.entity.ts": {
|
|
2510
|
-
"version": "
|
|
2511
|
-
"signature": "
|
|
2500
|
+
"version": "9ca9b7b79503ff0ad690049f4acb0e09be0793f5ed5740a28bcdedb2ea4ef7b5",
|
|
2501
|
+
"signature": "07acb0950d6faf734b2b7440bdea013e6716ba7ab3a01d9e03602f46d8d1542d",
|
|
2512
2502
|
"affectsGlobalScope": false
|
|
2513
2503
|
},
|
|
2514
2504
|
"../src/entity/paymentshopify.ts": {
|
|
@@ -2537,8 +2527,8 @@
|
|
|
2537
2527
|
"affectsGlobalScope": false
|
|
2538
2528
|
},
|
|
2539
2529
|
"../src/entity/order.ts": {
|
|
2540
|
-
"version": "
|
|
2541
|
-
"signature": "
|
|
2530
|
+
"version": "4b2d4eca163f19e453f5b63bec12da334f48c1e31c9128184b03e716f0a8bf6a",
|
|
2531
|
+
"signature": "9f04fabe63e54b9448ea8c917c50df48cad1378ff5ec0147923e1dd196261e2b",
|
|
2542
2532
|
"affectsGlobalScope": false
|
|
2543
2533
|
},
|
|
2544
2534
|
"../src/entity/modules/shopcart/checkout.ts": {
|
|
@@ -2747,8 +2737,8 @@
|
|
|
2747
2737
|
"affectsGlobalScope": false
|
|
2748
2738
|
},
|
|
2749
2739
|
"../src/entity/connection.ts": {
|
|
2750
|
-
"version": "
|
|
2751
|
-
"signature": "
|
|
2740
|
+
"version": "b72e15b2c6582a3e7add20ab682fff334d212895932ecca9e9ecf70d48afd7ad",
|
|
2741
|
+
"signature": "ae5da87d5cf9a508de53175c47bc5caf4e24f495bd01db5afd525f1afbf535c8",
|
|
2752
2742
|
"affectsGlobalScope": false
|
|
2753
2743
|
},
|
|
2754
2744
|
"../src/entity/modules/discount/discounttype.ts": {
|
|
@@ -2772,8 +2762,8 @@
|
|
|
2772
2762
|
"affectsGlobalScope": false
|
|
2773
2763
|
},
|
|
2774
2764
|
"../src/entity/index.ts": {
|
|
2775
|
-
"version": "
|
|
2776
|
-
"signature": "
|
|
2765
|
+
"version": "f8db267a02c8616176ca0819f00cae680fd2f73a7c68a0d6166dde93c8e5a704",
|
|
2766
|
+
"signature": "976722658cd4cbaae4d359ed47c96c4041797ca8c2b1f22aa316a686d9354eba",
|
|
2777
2767
|
"affectsGlobalScope": false
|
|
2778
2768
|
},
|
|
2779
2769
|
"../src/staticdata/productorigin.ts": {
|
|
@@ -2857,8 +2847,8 @@
|
|
|
2857
2847
|
"affectsGlobalScope": false
|
|
2858
2848
|
},
|
|
2859
2849
|
"../src/repositories/index.ts": {
|
|
2860
|
-
"version": "
|
|
2861
|
-
"signature": "
|
|
2850
|
+
"version": "20117491914cac57bc67f9c7a341ddd902c61e2eb9969fa81b615df0e750e294",
|
|
2851
|
+
"signature": "ac25135a8e107c42d10a935be1d8298e88f66151a1c7912c75d97785e77a3372",
|
|
2862
2852
|
"affectsGlobalScope": false
|
|
2863
2853
|
},
|
|
2864
2854
|
"../src/subscribers/productsubscriber.ts": {
|
|
@@ -2988,7 +2978,7 @@
|
|
|
2988
2978
|
},
|
|
2989
2979
|
"../src/helpers/products/storage/search.ts": {
|
|
2990
2980
|
"version": "86559e9248f12404f40e1178ba1f06be96eb2092c10fad478dbef4196a0f6df3",
|
|
2991
|
-
"signature": "
|
|
2981
|
+
"signature": "32209e6acc141b7a69aa7466bbc5634a25880b919609484b0be5a60cf6c1f25f",
|
|
2992
2982
|
"affectsGlobalScope": false
|
|
2993
2983
|
},
|
|
2994
2984
|
"../src/helpers/products/storage/index.ts": {
|
|
@@ -3616,29 +3606,39 @@
|
|
|
3616
3606
|
"signature": "b4e6789a3c5e5c6b10023c71c017115219de911cd28ede2047dcc614a8e4fc41",
|
|
3617
3607
|
"affectsGlobalScope": false
|
|
3618
3608
|
},
|
|
3609
|
+
"../src/migrations/1701807577519-test-step-1.ts": {
|
|
3610
|
+
"version": "5e153c68885451c6f51c3e90fe6bc00e3e651aa49c7cf73d4852a986caa7c4b1",
|
|
3611
|
+
"signature": "ffe41eb5810c95fb986b1c6b9b91a7f829cfc9fa715877f9b5843220ac2b11b4",
|
|
3612
|
+
"affectsGlobalScope": false
|
|
3613
|
+
},
|
|
3614
|
+
"../src/migrations/1701868990386-test-v2.ts": {
|
|
3615
|
+
"version": "4d5cb60a86348cf63883c6b8926ef2fef9f184a141f0780a3b4884f4a5ebc632",
|
|
3616
|
+
"signature": "e07a917ce9c90a8baf2b67bd92cd5af43c94cbd048d591281152b286f6035507",
|
|
3617
|
+
"affectsGlobalScope": false
|
|
3618
|
+
},
|
|
3619
3619
|
"../src/migrations/execute/index.ts": {
|
|
3620
3620
|
"version": "8b5bf13d095aeb57afd593adf3d799681176a13c327e2f77e0028e178c4ee3b9",
|
|
3621
3621
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
|
|
3622
3622
|
"affectsGlobalScope": false
|
|
3623
3623
|
},
|
|
3624
3624
|
"../node_modules/@babel/types/lib/index.d.ts": {
|
|
3625
|
-
"version": "
|
|
3626
|
-
"signature": "
|
|
3625
|
+
"version": "3078727fed04c123165efdb42deeac5dceaa42ac62216ca13cb809dc7e13415f",
|
|
3626
|
+
"signature": "3078727fed04c123165efdb42deeac5dceaa42ac62216ca13cb809dc7e13415f",
|
|
3627
3627
|
"affectsGlobalScope": false
|
|
3628
3628
|
},
|
|
3629
3629
|
"../node_modules/@types/babel__generator/index.d.ts": {
|
|
3630
|
-
"version": "
|
|
3631
|
-
"signature": "
|
|
3630
|
+
"version": "cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb",
|
|
3631
|
+
"signature": "cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb",
|
|
3632
3632
|
"affectsGlobalScope": false
|
|
3633
3633
|
},
|
|
3634
3634
|
"../node_modules/@babel/parser/typings/babel-parser.d.ts": {
|
|
3635
|
-
"version": "
|
|
3636
|
-
"signature": "
|
|
3635
|
+
"version": "b4f76b34637d79cefad486127115fed843762c69512d7101b7096e1293699679",
|
|
3636
|
+
"signature": "b4f76b34637d79cefad486127115fed843762c69512d7101b7096e1293699679",
|
|
3637
3637
|
"affectsGlobalScope": false
|
|
3638
3638
|
},
|
|
3639
3639
|
"../node_modules/@types/babel__template/index.d.ts": {
|
|
3640
|
-
"version": "
|
|
3641
|
-
"signature": "
|
|
3640
|
+
"version": "93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9",
|
|
3641
|
+
"signature": "93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9",
|
|
3642
3642
|
"affectsGlobalScope": false
|
|
3643
3643
|
},
|
|
3644
3644
|
"../node_modules/@types/babel__traverse/index.d.ts": {
|
|
@@ -3647,28 +3647,28 @@
|
|
|
3647
3647
|
"affectsGlobalScope": false
|
|
3648
3648
|
},
|
|
3649
3649
|
"../node_modules/@types/babel__core/index.d.ts": {
|
|
3650
|
-
"version": "
|
|
3651
|
-
"signature": "
|
|
3650
|
+
"version": "b6ddf3a46ccfa4441d8be84d2e9bf3087573c48804196faedbd4a25b60631beb",
|
|
3651
|
+
"signature": "b6ddf3a46ccfa4441d8be84d2e9bf3087573c48804196faedbd4a25b60631beb",
|
|
3652
3652
|
"affectsGlobalScope": false
|
|
3653
3653
|
},
|
|
3654
3654
|
"../node_modules/@types/graceful-fs/index.d.ts": {
|
|
3655
|
-
"version": "
|
|
3656
|
-
"signature": "
|
|
3655
|
+
"version": "bf88ef4208a770ca39a844b182b3695df536326ea566893fdc5b8418702a331e",
|
|
3656
|
+
"signature": "bf88ef4208a770ca39a844b182b3695df536326ea566893fdc5b8418702a331e",
|
|
3657
3657
|
"affectsGlobalScope": false
|
|
3658
3658
|
},
|
|
3659
3659
|
"../node_modules/@types/istanbul-lib-coverage/index.d.ts": {
|
|
3660
|
-
"version": "
|
|
3661
|
-
"signature": "
|
|
3660
|
+
"version": "8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215",
|
|
3661
|
+
"signature": "8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215",
|
|
3662
3662
|
"affectsGlobalScope": false
|
|
3663
3663
|
},
|
|
3664
3664
|
"../node_modules/@types/istanbul-lib-report/index.d.ts": {
|
|
3665
|
-
"version": "
|
|
3666
|
-
"signature": "
|
|
3665
|
+
"version": "7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee",
|
|
3666
|
+
"signature": "7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee",
|
|
3667
3667
|
"affectsGlobalScope": false
|
|
3668
3668
|
},
|
|
3669
3669
|
"../node_modules/@types/istanbul-reports/index.d.ts": {
|
|
3670
|
-
"version": "
|
|
3671
|
-
"signature": "
|
|
3670
|
+
"version": "f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0",
|
|
3671
|
+
"signature": "f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0",
|
|
3672
3672
|
"affectsGlobalScope": false
|
|
3673
3673
|
},
|
|
3674
3674
|
"../node_modules/jest-diff/build/cleanupsemantic.d.ts": {
|
|
@@ -3712,28 +3712,28 @@
|
|
|
3712
3712
|
"affectsGlobalScope": true
|
|
3713
3713
|
},
|
|
3714
3714
|
"../node_modules/@types/json-schema/index.d.ts": {
|
|
3715
|
-
"version": "
|
|
3716
|
-
"signature": "
|
|
3715
|
+
"version": "f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6",
|
|
3716
|
+
"signature": "f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6",
|
|
3717
3717
|
"affectsGlobalScope": false
|
|
3718
3718
|
},
|
|
3719
3719
|
"../node_modules/@types/prettier/index.d.ts": {
|
|
3720
|
-
"version": "
|
|
3721
|
-
"signature": "
|
|
3720
|
+
"version": "bc88e4049153bc4dddb4503ed7e624eb141edfa9064b3659d6c86e900fe9e621",
|
|
3721
|
+
"signature": "bc88e4049153bc4dddb4503ed7e624eb141edfa9064b3659d6c86e900fe9e621",
|
|
3722
3722
|
"affectsGlobalScope": false
|
|
3723
3723
|
},
|
|
3724
3724
|
"../node_modules/@types/stack-utils/index.d.ts": {
|
|
3725
|
-
"version": "
|
|
3726
|
-
"signature": "
|
|
3725
|
+
"version": "b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298",
|
|
3726
|
+
"signature": "b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298",
|
|
3727
3727
|
"affectsGlobalScope": false
|
|
3728
3728
|
},
|
|
3729
3729
|
"../node_modules/@types/yargs-parser/index.d.ts": {
|
|
3730
|
-
"version": "
|
|
3731
|
-
"signature": "
|
|
3730
|
+
"version": "70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e",
|
|
3731
|
+
"signature": "70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e",
|
|
3732
3732
|
"affectsGlobalScope": false
|
|
3733
3733
|
},
|
|
3734
3734
|
"../node_modules/@types/yargs/index.d.ts": {
|
|
3735
|
-
"version": "
|
|
3736
|
-
"signature": "
|
|
3735
|
+
"version": "149ebd778196c03e9c75b630866543501e0e9e62a146c1a17ce91ade4cdfb0ba",
|
|
3736
|
+
"signature": "149ebd778196c03e9c75b630866543501e0e9e62a146c1a17ce91ade4cdfb0ba",
|
|
3737
3737
|
"affectsGlobalScope": false
|
|
3738
3738
|
},
|
|
3739
3739
|
"../node_modules/@types/zen-observable/index.d.ts": {
|
|
@@ -3844,8 +3844,7 @@
|
|
|
3844
3844
|
"../node_modules/@types/node/http.d.ts",
|
|
3845
3845
|
"../node_modules/@types/node/index.d.ts",
|
|
3846
3846
|
"../node_modules/@types/qs/index.d.ts",
|
|
3847
|
-
"../node_modules/@types/range-parser/index.d.ts"
|
|
3848
|
-
"../node_modules/@types/send/index.d.ts"
|
|
3847
|
+
"../node_modules/@types/range-parser/index.d.ts"
|
|
3849
3848
|
],
|
|
3850
3849
|
"../node_modules/@types/express/index.d.ts": [
|
|
3851
3850
|
"../node_modules/@types/body-parser/index.d.ts",
|
|
@@ -4043,14 +4042,7 @@
|
|
|
4043
4042
|
"../node_modules/@types/node/zlib.d.ts": [
|
|
4044
4043
|
"../node_modules/@types/node/stream.d.ts"
|
|
4045
4044
|
],
|
|
4046
|
-
"../node_modules/@types/send/index.d.ts": [
|
|
4047
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
4048
|
-
"../node_modules/@types/node/index.d.ts",
|
|
4049
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
4050
|
-
"../node_modules/@types/send/node_modules/@types/mime/index.d.ts"
|
|
4051
|
-
],
|
|
4052
4045
|
"../node_modules/@types/serve-static/index.d.ts": [
|
|
4053
|
-
"../node_modules/@types/http-errors/index.d.ts",
|
|
4054
4046
|
"../node_modules/@types/mime/index.d.ts",
|
|
4055
4047
|
"../node_modules/@types/node/http.d.ts",
|
|
4056
4048
|
"../node_modules/@types/node/index.d.ts"
|
|
@@ -5713,6 +5705,10 @@
|
|
|
5713
5705
|
"../node_modules/typeorm/index.d.ts",
|
|
5714
5706
|
"../src/entity/auditedmodel.ts"
|
|
5715
5707
|
],
|
|
5708
|
+
"../src/entity/envtype.ts": [
|
|
5709
|
+
"../node_modules/typeorm/index.d.ts",
|
|
5710
|
+
"../src/entity/auditedmodel.ts"
|
|
5711
|
+
],
|
|
5716
5712
|
"../src/entity/exchangerate.ts": [
|
|
5717
5713
|
"../node_modules/typeorm/index.d.ts",
|
|
5718
5714
|
"../src/entity/auditedmodel.ts"
|
|
@@ -5775,6 +5771,7 @@
|
|
|
5775
5771
|
"../src/entity/customproductimage.ts",
|
|
5776
5772
|
"../src/entity/customvariant.ts",
|
|
5777
5773
|
"../src/entity/environmentconfiguration.ts",
|
|
5774
|
+
"../src/entity/envtype.ts",
|
|
5778
5775
|
"../src/entity/exchangerate.ts",
|
|
5779
5776
|
"../src/entity/externalrequest.ts",
|
|
5780
5777
|
"../src/entity/flatrate.ts",
|
|
@@ -6223,6 +6220,7 @@
|
|
|
6223
6220
|
"../node_modules/typeorm/index.d.ts",
|
|
6224
6221
|
"../src/entity/auditedmodel.ts",
|
|
6225
6222
|
"../src/entity/currency.ts",
|
|
6223
|
+
"../src/entity/envtype.ts",
|
|
6226
6224
|
"../src/entity/user.ts"
|
|
6227
6225
|
],
|
|
6228
6226
|
"../src/entity/variant.ts": [
|
|
@@ -6683,6 +6681,12 @@
|
|
|
6683
6681
|
"../src/migrations/1701763272354-promote_to_prod_05_12_2023.ts": [
|
|
6684
6682
|
"../node_modules/typeorm/index.d.ts"
|
|
6685
6683
|
],
|
|
6684
|
+
"../src/migrations/1701807577519-test-step-1.ts": [
|
|
6685
|
+
"../node_modules/typeorm/index.d.ts"
|
|
6686
|
+
],
|
|
6687
|
+
"../src/migrations/1701868990386-test-v2.ts": [
|
|
6688
|
+
"../node_modules/typeorm/index.d.ts"
|
|
6689
|
+
],
|
|
6686
6690
|
"../src/migrations/execute/index.ts": [
|
|
6687
6691
|
"../src/config/connect.ts"
|
|
6688
6692
|
],
|
|
@@ -6730,6 +6734,7 @@
|
|
|
6730
6734
|
"../src/entity/customproductimage.ts",
|
|
6731
6735
|
"../src/entity/customvariant.ts",
|
|
6732
6736
|
"../src/entity/environmentconfiguration.ts",
|
|
6737
|
+
"../src/entity/envtype.ts",
|
|
6733
6738
|
"../src/entity/exchangerate.ts",
|
|
6734
6739
|
"../src/entity/externalrequest.ts",
|
|
6735
6740
|
"../src/entity/flatrate.ts",
|
|
@@ -6931,8 +6936,7 @@
|
|
|
6931
6936
|
"../node_modules/@types/node/http.d.ts",
|
|
6932
6937
|
"../node_modules/@types/node/index.d.ts",
|
|
6933
6938
|
"../node_modules/@types/qs/index.d.ts",
|
|
6934
|
-
"../node_modules/@types/range-parser/index.d.ts"
|
|
6935
|
-
"../node_modules/@types/send/index.d.ts"
|
|
6939
|
+
"../node_modules/@types/range-parser/index.d.ts"
|
|
6936
6940
|
],
|
|
6937
6941
|
"../node_modules/@types/express/index.d.ts": [
|
|
6938
6942
|
"../node_modules/@types/body-parser/index.d.ts",
|
|
@@ -7130,14 +7134,7 @@
|
|
|
7130
7134
|
"../node_modules/@types/node/zlib.d.ts": [
|
|
7131
7135
|
"../node_modules/@types/node/stream.d.ts"
|
|
7132
7136
|
],
|
|
7133
|
-
"../node_modules/@types/send/index.d.ts": [
|
|
7134
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
7135
|
-
"../node_modules/@types/node/index.d.ts",
|
|
7136
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
7137
|
-
"../node_modules/@types/send/node_modules/@types/mime/index.d.ts"
|
|
7138
|
-
],
|
|
7139
7137
|
"../node_modules/@types/serve-static/index.d.ts": [
|
|
7140
|
-
"../node_modules/@types/http-errors/index.d.ts",
|
|
7141
7138
|
"../node_modules/@types/mime/index.d.ts",
|
|
7142
7139
|
"../node_modules/@types/node/http.d.ts",
|
|
7143
7140
|
"../node_modules/@types/node/index.d.ts"
|
|
@@ -8746,6 +8743,9 @@
|
|
|
8746
8743
|
"../src/entity/environmentconfiguration.ts": [
|
|
8747
8744
|
"../src/entity/auditedmodel.ts"
|
|
8748
8745
|
],
|
|
8746
|
+
"../src/entity/envtype.ts": [
|
|
8747
|
+
"../src/entity/auditedmodel.ts"
|
|
8748
|
+
],
|
|
8749
8749
|
"../src/entity/exchangerate.ts": [
|
|
8750
8750
|
"../src/entity/auditedmodel.ts"
|
|
8751
8751
|
],
|
|
@@ -8799,6 +8799,7 @@
|
|
|
8799
8799
|
"../src/entity/customproductimage.ts",
|
|
8800
8800
|
"../src/entity/customvariant.ts",
|
|
8801
8801
|
"../src/entity/environmentconfiguration.ts",
|
|
8802
|
+
"../src/entity/envtype.ts",
|
|
8802
8803
|
"../src/entity/exchangerate.ts",
|
|
8803
8804
|
"../src/entity/externalrequest.ts",
|
|
8804
8805
|
"../src/entity/flatrate.ts",
|
|
@@ -9169,6 +9170,7 @@
|
|
|
9169
9170
|
"../src/entity/usersettings.ts": [
|
|
9170
9171
|
"../src/entity/auditedmodel.ts",
|
|
9171
9172
|
"../src/entity/currency.ts",
|
|
9173
|
+
"../src/entity/envtype.ts",
|
|
9172
9174
|
"../src/entity/user.ts"
|
|
9173
9175
|
],
|
|
9174
9176
|
"../src/entity/variant.ts": [
|
|
@@ -9605,6 +9607,12 @@
|
|
|
9605
9607
|
"../src/migrations/1701763272354-promote_to_prod_05_12_2023.ts": [
|
|
9606
9608
|
"../node_modules/typeorm/index.d.ts"
|
|
9607
9609
|
],
|
|
9610
|
+
"../src/migrations/1701807577519-test-step-1.ts": [
|
|
9611
|
+
"../node_modules/typeorm/index.d.ts"
|
|
9612
|
+
],
|
|
9613
|
+
"../src/migrations/1701868990386-test-v2.ts": [
|
|
9614
|
+
"../node_modules/typeorm/index.d.ts"
|
|
9615
|
+
],
|
|
9608
9616
|
"../src/migrations/index.ts": [
|
|
9609
9617
|
"../src/migrations/1628474597284-initialschema.ts",
|
|
9610
9618
|
"../src/migrations/1630077596132-removemangopay.ts",
|
|
@@ -9649,6 +9657,7 @@
|
|
|
9649
9657
|
"../src/entity/customproductimage.ts",
|
|
9650
9658
|
"../src/entity/customvariant.ts",
|
|
9651
9659
|
"../src/entity/environmentconfiguration.ts",
|
|
9660
|
+
"../src/entity/envtype.ts",
|
|
9652
9661
|
"../src/entity/exchangerate.ts",
|
|
9653
9662
|
"../src/entity/externalrequest.ts",
|
|
9654
9663
|
"../src/entity/flatrate.ts",
|
|
@@ -9793,7 +9802,6 @@
|
|
|
9793
9802
|
"../node_modules/@types/express-serve-static-core/index.d.ts",
|
|
9794
9803
|
"../node_modules/@types/express/index.d.ts",
|
|
9795
9804
|
"../node_modules/@types/graceful-fs/index.d.ts",
|
|
9796
|
-
"../node_modules/@types/http-errors/index.d.ts",
|
|
9797
9805
|
"../node_modules/@types/istanbul-lib-coverage/index.d.ts",
|
|
9798
9806
|
"../node_modules/@types/istanbul-lib-report/index.d.ts",
|
|
9799
9807
|
"../node_modules/@types/istanbul-reports/index.d.ts",
|
|
@@ -9851,8 +9859,6 @@
|
|
|
9851
9859
|
"../node_modules/@types/prettier/index.d.ts",
|
|
9852
9860
|
"../node_modules/@types/qs/index.d.ts",
|
|
9853
9861
|
"../node_modules/@types/range-parser/index.d.ts",
|
|
9854
|
-
"../node_modules/@types/send/index.d.ts",
|
|
9855
|
-
"../node_modules/@types/send/node_modules/@types/mime/index.d.ts",
|
|
9856
9862
|
"../node_modules/@types/serve-static/index.d.ts",
|
|
9857
9863
|
"../node_modules/@types/stack-utils/index.d.ts",
|
|
9858
9864
|
"../node_modules/@types/yargs-parser/index.d.ts",
|
|
@@ -10272,6 +10278,7 @@
|
|
|
10272
10278
|
"../src/entity/customproductimage.ts",
|
|
10273
10279
|
"../src/entity/customvariant.ts",
|
|
10274
10280
|
"../src/entity/environmentconfiguration.ts",
|
|
10281
|
+
"../src/entity/envtype.ts",
|
|
10275
10282
|
"../src/entity/exchangerate.ts",
|
|
10276
10283
|
"../src/entity/externalrequest.ts",
|
|
10277
10284
|
"../src/entity/flatrate.ts",
|
|
@@ -10485,6 +10492,8 @@
|
|
|
10485
10492
|
"../src/migrations/1701109844785-oda-and-wolt-deleted.ts",
|
|
10486
10493
|
"../src/migrations/1701763179365-promote_to_qa_05_12_2023.ts",
|
|
10487
10494
|
"../src/migrations/1701763272354-promote_to_prod_05_12_2023.ts",
|
|
10495
|
+
"../src/migrations/1701807577519-test-step-1.ts",
|
|
10496
|
+
"../src/migrations/1701868990386-test-v2.ts",
|
|
10488
10497
|
"../src/migrations/execute/index.ts",
|
|
10489
10498
|
"../src/migrations/index.ts",
|
|
10490
10499
|
"../src/repositories/discount/index.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reachu/database",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.141",
|
|
4
4
|
"description": "reachu-database",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"author": "reachu",
|
|
22
22
|
"license": "ISC",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@reachu/logger": "1.0.
|
|
25
|
-
"@reachu/utils": "1.0.
|
|
24
|
+
"@reachu/logger": "1.0.141",
|
|
25
|
+
"@reachu/utils": "1.0.141",
|
|
26
26
|
"dotenv": "8.0.0",
|
|
27
27
|
"express": "4.17.1",
|
|
28
28
|
"mysql2": "1.5.2",
|
package/src/entity/Collection.ts
CHANGED
package/src/entity/Connection.ts
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Entity, PrimaryGeneratedColumn, Column, DeleteDateColumn } from 'typeorm';
|
|
2
|
+
import AuditedModel from './AuditedModel';
|
|
3
|
+
|
|
4
|
+
@Entity()
|
|
5
|
+
export default class EnvType extends AuditedModel {
|
|
6
|
+
@PrimaryGeneratedColumn()
|
|
7
|
+
id: number;
|
|
8
|
+
|
|
9
|
+
@DeleteDateColumn()
|
|
10
|
+
deletedAt: Date;
|
|
11
|
+
|
|
12
|
+
@Column('varchar', { nullable: false })
|
|
13
|
+
type: string;
|
|
14
|
+
}
|