@reachu/database 1.0.136 → 1.0.138
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/ImportedProduct.d.ts +0 -1
- package/dist/entity/ImportedProduct.js +0 -4
- package/dist/entity/ImportedProduct.js.map +1 -1
- package/dist/entity/User.d.ts +0 -1
- package/dist/entity/User.js +0 -4
- package/dist/entity/User.js.map +1 -1
- package/dist/entity/index.d.ts +1 -2
- package/dist/entity/index.js +1 -4
- package/dist/entity/index.js.map +1 -1
- package/dist/migrations/1701109844785-oda-and-wolt-deleted.d.ts +6 -0
- package/dist/migrations/1701109844785-oda-and-wolt-deleted.js +31 -0
- package/dist/migrations/1701109844785-oda-and-wolt-deleted.js.map +1 -0
- package/dist/repositories/index.d.ts +0 -3
- package/dist/repositories/index.js +2 -9
- package/dist/repositories/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +67 -108
- package/package.json +3 -3
- package/src/entity/ImportedProduct.ts +0 -3
- package/src/entity/User.ts +0 -3
- package/src/entity/index.ts +0 -2
- package/src/migrations/1701109844785-oda-and-wolt-deleted.ts +16 -0
- package/src/repositories/index.ts +0 -4
- package/dist/entity/UserTokenWolt.d.ts +0 -8
- package/dist/entity/UserTokenWolt.js +0 -41
- package/dist/entity/UserTokenWolt.js.map +0 -1
- package/src/entity/UserTokenWolt.ts +0 -19
|
@@ -68,10 +68,6 @@ __decorate([
|
|
|
68
68
|
typeorm_1.Column('varchar', { nullable: true }),
|
|
69
69
|
__metadata("design:type", String)
|
|
70
70
|
], ImportedProduct.prototype, "profileWooId", void 0);
|
|
71
|
-
__decorate([
|
|
72
|
-
typeorm_1.Column('varchar', { nullable: true }),
|
|
73
|
-
__metadata("design:type", String)
|
|
74
|
-
], ImportedProduct.prototype, "woltId", void 0);
|
|
75
71
|
__decorate([
|
|
76
72
|
typeorm_1.ManyToOne(() => ChannelUser_1.default, { nullable: true }),
|
|
77
73
|
typeorm_1.JoinColumn(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImportedProduct.js","sourceRoot":"","sources":["../../src/entity/ImportedProduct.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qCAOiB;AACjB,qDAA2C;AAC3C,kDAA0B;AAC1B,gEAAwC;AAGxC,IAAqB,eAAe,GAApC,MAAqB,eAAe;
|
|
1
|
+
{"version":3,"file":"ImportedProduct.js","sourceRoot":"","sources":["../../src/entity/ImportedProduct.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qCAOiB;AACjB,qDAA2C;AAC3C,kDAA0B;AAC1B,gEAAwC;AAGxC,IAAqB,eAAe,GAApC,MAAqB,eAAe;CA0CnC,CAAA;AAxCC;IADC,gCAAsB,EAAE;;2CACd;AAGX;IADC,0BAAgB,EAAE;8BACR,IAAI;kDAAC;AAIhB;IAFC,mBAAS,CAAC,GAAG,EAAE,CAAC,cAAI,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IAC3D,oBAAU,EAAE;8BACP,cAAI;6CAAC;AAIX;IAFC,mBAAS,CAAC,GAAG,EAAE,CAAC,wBAAO,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IAC9D,oBAAU,EAAE;8BACJ,wBAAO;gDAAC;AAGjB;IADC,gBAAM,CAAC,QAAQ,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAClB;AAGnB;IADC,gBAAM,CAAC,SAAS,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACV;AAG5B;IADC,gBAAM,CAAC,SAAS,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDAClB;AAGpB;IADC,gBAAM,CAAC,SAAS,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACZ;AAG1B;IADC,gBAAM,CAAC,QAAQ,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CACtB;AAGf;IADC,gBAAM,CAAC,SAAS,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDACf;AAGvB;IADC,gBAAM,CAAC,SAAS,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACnB;AAGnB;IADC,gBAAM,CAAC,SAAS,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDAChB;AAItB;IAFC,mBAAS,CAAC,GAAG,EAAE,CAAC,qBAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAChD,oBAAU,EAAE;8BACA,qBAAW;oDAAC;AAzCN,eAAe;IADnC,gBAAM,EAAE;GACY,eAAe,CA0CnC;kBA1CoB,eAAe"}
|
package/dist/entity/User.d.ts
CHANGED
|
@@ -61,7 +61,6 @@ export default class User extends AuditedModel {
|
|
|
61
61
|
shopifyReseller: ShopifyConnection;
|
|
62
62
|
shopifySupplier: ShopifyConnection;
|
|
63
63
|
magento: MagentoConnection;
|
|
64
|
-
odaId?: string;
|
|
65
64
|
shippingPackage: ShippingPackage;
|
|
66
65
|
termsAndConditions: boolean;
|
|
67
66
|
privacyPolicy: boolean;
|
package/dist/entity/User.js
CHANGED
|
@@ -221,10 +221,6 @@ __decorate([
|
|
|
221
221
|
typeorm_1.JoinColumn(),
|
|
222
222
|
__metadata("design:type", MagentoConnection_entity_1.MagentoConnection)
|
|
223
223
|
], User.prototype, "magento", void 0);
|
|
224
|
-
__decorate([
|
|
225
|
-
typeorm_1.Column('varchar', { nullable: true }),
|
|
226
|
-
__metadata("design:type", String)
|
|
227
|
-
], User.prototype, "odaId", void 0);
|
|
228
224
|
__decorate([
|
|
229
225
|
typeorm_1.OneToOne(() => ShippingPackage_1.default, { eager: true }),
|
|
230
226
|
typeorm_1.JoinColumn(),
|
package/dist/entity/User.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"User.js","sourceRoot":"","sources":["../../src/entity/User.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qCAWiB;AACjB,kEAA0C;AAC1C,0DAAkC;AAClC,wDAAgC;AAChC,wDAAgC;AAChC,0DAAkC;AAClC,wEAAgD;AAChD,oDAA4B;AAC5B,oEAA4C;AAC5C,0DAAkC;AAClC,4EAAoD;AACpD,2CAAwC;AAExC,oEAA4C;AAC5C,yEAA+D;AAC/D,0DAAkC;AAClC,kEAA0C;AAC1C,2EAAmD;AACnD,wFAAgE;AAChE,0FAAkE;AAGlE,IAAqB,IAAI,GAAzB,MAAqB,IAAK,SAAQ,sBAAY;
|
|
1
|
+
{"version":3,"file":"User.js","sourceRoot":"","sources":["../../src/entity/User.ts"],"names":[],"mappings":"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"}
|
package/dist/entity/index.d.ts
CHANGED
|
@@ -45,7 +45,6 @@ import UserRole from './UserRole';
|
|
|
45
45
|
import Variant from './Variant';
|
|
46
46
|
import Wallet from './Wallet';
|
|
47
47
|
import WooConnection from './WooConnection';
|
|
48
|
-
import UserTokenWolt from './UserTokenWolt';
|
|
49
48
|
import UserSettings from './UserSettings';
|
|
50
49
|
import PaymentMethod from './PaymentMethod';
|
|
51
50
|
import Collection from './Collection';
|
|
@@ -99,4 +98,4 @@ import Discount from './modules/discount/Discount';
|
|
|
99
98
|
import DiscountCart from './modules/discount/DiscountCart';
|
|
100
99
|
import DiscountProduct from './modules/discount/DiscountProduct';
|
|
101
100
|
import DiscountType from './modules/discount/DiscountType';
|
|
102
|
-
export { CustomVariant, CustomProduct, CustomProductImage, Cart, CartItem, Checkout, CheckoutBillingAddress, CheckoutShippingAddress, PriceData, ProductShipping, Shipping, ShippingCountry, Address, ApiCredential, AuditedModel, BankAccount, Business, BusinessProducts, CardRegistration, Category, Channel, Check, CheckoutMetadata, Contact, Country, Courier, FlatRate, FlatRateCountry, Fulfillment, Image, ImportedProduct, MagentoConnection, MetricActiveUser, Notification, Option, Order, OrderCustomer, OrderItem, OrderShipping, OrderTracking, Payment, PaymentShopify, Permission, Price, Product, Request, ExternalRequest, Return, ReturnAddress, Role, RolePermission, ShippingPackage, ShopifyConnection, Subcategory, User, UserRole, Variant, Wallet, WooConnection,
|
|
101
|
+
export { CustomVariant, CustomProduct, CustomProductImage, Cart, CartItem, Checkout, CheckoutBillingAddress, CheckoutShippingAddress, PriceData, ProductShipping, Shipping, ShippingCountry, Address, ApiCredential, AuditedModel, BankAccount, Business, BusinessProducts, CardRegistration, Category, Channel, Check, CheckoutMetadata, Contact, Country, Courier, FlatRate, FlatRateCountry, Fulfillment, Image, ImportedProduct, MagentoConnection, MetricActiveUser, Notification, Option, Order, OrderCustomer, OrderItem, OrderShipping, OrderTracking, Payment, PaymentShopify, Permission, Price, Product, Request, ExternalRequest, Return, ReturnAddress, Role, RolePermission, ShippingPackage, ShopifyConnection, Subcategory, User, UserRole, Variant, Wallet, WooConnection, UserSettings, PaymentMethod, Collection, CollectionItem, CollectionShared, ChannelGroup, ChannelUser, ChannelUserProductSync, UserChannelApiKey, Currency, ExchangeRate, Attribute, ProductAttribute, CategoryImages, AuthInfo, AuthMethod, EndpointTemplateEcommerce, WebhookTemplateEcommerce, TemplateEcommerce, UserTemplateEcommerce, TemplateEcommerceSchemeConfigOrder, TemplateEcommerceSchemeConfigOrderMapped, ReachuSchemeConfigOrder, TemplateEcommerceSchemeConfigProduct, TemplateEcommerceSchemeConfigProductMapped, ReachuSchemeConfigProduct, TemplateEcommerceSchemeConfigVariant, TemplateEcommerceSchemeConfigVariantMapped, ReachuSchemeConfigVariant, Plan, Subscription, UserCountPlan, EnvironmentConfiguration, Translate, Connection, Discount, DiscountCart, DiscountProduct, DiscountType, ProductCategory, ProductDigital, };
|
package/dist/entity/index.js
CHANGED
|
@@ -4,8 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.Role = exports.ReturnAddress = exports.Return = exports.ExternalRequest = exports.Request = exports.Product = exports.Price = exports.Permission = exports.PaymentShopify = exports.Payment = exports.OrderTracking = exports.OrderShipping = exports.OrderItem = exports.OrderCustomer = exports.Order = exports.Option = exports.Notification = exports.MetricActiveUser = exports.MagentoConnection = exports.ImportedProduct = exports.Image = exports.Fulfillment = exports.FlatRateCountry = exports.FlatRate = exports.Courier = exports.Country = exports.Contact = exports.CheckoutMetadata = exports.Check = exports.Channel = exports.Category = exports.CardRegistration = exports.BusinessProducts = exports.Business = exports.BankAccount = exports.AuditedModel = exports.ApiCredential = exports.Address = exports.ShippingCountry = exports.Shipping = exports.ProductShipping = exports.PriceData = exports.CheckoutShippingAddress = exports.CheckoutBillingAddress = exports.Checkout = exports.CartItem = exports.Cart = exports.CustomProductImage = exports.CustomProduct = exports.CustomVariant = void 0;
|
|
7
|
-
exports.ProductCategory = exports.DiscountType = exports.DiscountProduct = exports.DiscountCart = exports.Discount = exports.Connection = exports.Translate = exports.EnvironmentConfiguration = exports.UserCountPlan = exports.Subscription = exports.Plan = exports.ReachuSchemeConfigVariant = exports.TemplateEcommerceSchemeConfigVariantMapped = exports.TemplateEcommerceSchemeConfigVariant = exports.ReachuSchemeConfigProduct = exports.TemplateEcommerceSchemeConfigProductMapped = exports.TemplateEcommerceSchemeConfigProduct = exports.ReachuSchemeConfigOrder = exports.TemplateEcommerceSchemeConfigOrderMapped = exports.TemplateEcommerceSchemeConfigOrder = exports.UserTemplateEcommerce = exports.TemplateEcommerce = exports.WebhookTemplateEcommerce = exports.EndpointTemplateEcommerce = exports.AuthMethod = exports.AuthInfo = exports.CategoryImages = exports.ProductAttribute = exports.Attribute = exports.ExchangeRate = exports.Currency = exports.UserChannelApiKey = exports.ChannelUserProductSync = exports.ChannelUser = exports.ChannelGroup = exports.CollectionShared = exports.CollectionItem = exports.Collection = exports.PaymentMethod = exports.UserSettings = exports.
|
|
8
|
-
exports.ProductDigital = void 0;
|
|
7
|
+
exports.ProductDigital = exports.ProductCategory = exports.DiscountType = exports.DiscountProduct = exports.DiscountCart = exports.Discount = exports.Connection = exports.Translate = exports.EnvironmentConfiguration = exports.UserCountPlan = exports.Subscription = exports.Plan = exports.ReachuSchemeConfigVariant = exports.TemplateEcommerceSchemeConfigVariantMapped = exports.TemplateEcommerceSchemeConfigVariant = exports.ReachuSchemeConfigProduct = exports.TemplateEcommerceSchemeConfigProductMapped = exports.TemplateEcommerceSchemeConfigProduct = exports.ReachuSchemeConfigOrder = exports.TemplateEcommerceSchemeConfigOrderMapped = exports.TemplateEcommerceSchemeConfigOrder = exports.UserTemplateEcommerce = exports.TemplateEcommerce = exports.WebhookTemplateEcommerce = exports.EndpointTemplateEcommerce = exports.AuthMethod = exports.AuthInfo = exports.CategoryImages = exports.ProductAttribute = exports.Attribute = exports.ExchangeRate = exports.Currency = exports.UserChannelApiKey = exports.ChannelUserProductSync = exports.ChannelUser = exports.ChannelGroup = exports.CollectionShared = exports.CollectionItem = exports.Collection = exports.PaymentMethod = exports.UserSettings = exports.WooConnection = exports.Wallet = exports.Variant = exports.UserRole = exports.User = exports.Subcategory = exports.ShopifyConnection = exports.ShippingPackage = exports.RolePermission = void 0;
|
|
9
8
|
const Address_1 = __importDefault(require("./Address"));
|
|
10
9
|
exports.Address = Address_1.default;
|
|
11
10
|
const ApiCredential_1 = __importDefault(require("./ApiCredential"));
|
|
@@ -100,8 +99,6 @@ const Wallet_1 = __importDefault(require("./Wallet"));
|
|
|
100
99
|
exports.Wallet = Wallet_1.default;
|
|
101
100
|
const WooConnection_1 = __importDefault(require("./WooConnection"));
|
|
102
101
|
exports.WooConnection = WooConnection_1.default;
|
|
103
|
-
const UserTokenWolt_1 = __importDefault(require("./UserTokenWolt"));
|
|
104
|
-
exports.UserTokenWolt = UserTokenWolt_1.default;
|
|
105
102
|
const UserSettings_1 = __importDefault(require("./UserSettings"));
|
|
106
103
|
exports.UserSettings = UserSettings_1.default;
|
|
107
104
|
const PaymentMethod_1 = __importDefault(require("./PaymentMethod"));
|
package/dist/entity/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entity/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entity/index.ts"],"names":[],"mappings":";;;;;;;AAAA,wDAAgC;AAkI9B,kBAlIK,iBAAO,CAkIL;AAjIT,oEAA4C;AAkI1C,wBAlIK,uBAAa,CAkIL;AAjIf,kEAA0C;AAkIxC,uBAlIK,sBAAY,CAkIL;AAjId,gEAAwC;AAkItC,sBAlIK,qBAAW,CAkIL;AAjIb,0DAAkC;AAkIhC,mBAlIK,kBAAQ,CAkIL;AAjIV,0EAAkD;AAkIhD,2BAlIK,0BAAgB,CAkIL;AAjIlB,0EAAkD;AAkIhD,2BAlIK,0BAAgB,CAkIL;AAjIlB,0DAAkC;AAkIhC,mBAlIK,kBAAQ,CAkIL;AAjIV,wDAAgC;AAkI9B,kBAlIK,iBAAO,CAkIL;AAjIT,oDAA4B;AAkI1B,gBAlIK,eAAK,CAkIL;AAjIP,0EAAkD;AAkIhD,2BAlIK,0BAAgB,CAkIL;AAjIlB,wDAAgC;AAkI9B,kBAlIK,iBAAO,CAkIL;AAjIT,wDAAgC;AAkI9B,kBAlIK,iBAAO,CAkIL;AAjIT,wDAAgC;AAkI9B,kBAlIK,iBAAO,CAkIL;AAjIT,0DAAkC;AAkIhC,mBAlIK,kBAAQ,CAkIL;AAjIV,wEAAgD;AAkI9C,0BAlIK,yBAAe,CAkIL;AAjIjB,gEAAwC;AAkItC,sBAlIK,qBAAW,CAkIL;AAjIb,oDAA4B;AAkI1B,gBAlIK,eAAK,CAkIL;AAjIP,wEAAgD;AAkI9C,0BAlIK,yBAAe,CAkIL;AAjIjB,yEAA+D;AAkI7D,kGAlIO,4CAAiB,OAkIP;AAjInB,0EAAkD;AAkIhD,2BAlIK,0BAAgB,CAkIL;AAjIlB,kEAA0C;AAkIxC,uBAlIK,sBAAY,CAkIL;AAjId,sDAA8B;AAkI5B,iBAlIK,gBAAM,CAkIL;AAjIR,oDAA4B;AAkI1B,gBAlIK,eAAK,CAkIL;AAjIP,oEAA4C;AAkI1C,wBAlIK,uBAAa,CAkIL;AAjIf,4DAAoC;AAkIlC,oBAlIK,mBAAS,CAkIL;AAjIX,oEAA4C;AAkI1C,wBAlIK,uBAAa,CAkIL;AAjIf,oEAA4C;AAkI1C,wBAlIK,uBAAa,CAkIL;AAjIf,wDAAgC;AAkI9B,kBAlIK,iBAAO,CAkIL;AAjIT,sEAA8C;AAkI5C,yBAlIK,wBAAc,CAkIL;AAjIhB,8DAAsC;AAkIpC,qBAlIK,oBAAU,CAkIL;AAjIZ,iDAAuC;AAkIrC,sFAlIO,oBAAK,OAkIP;AAjIP,qDAA2C;AAkIzC,wFAlIO,wBAAO,OAkIP;AAjIT,wDAAgC;AAkI9B,kBAlIK,iBAAO,CAkIL;AAjIT,wEAAgD;AAkI9C,0BAlIK,yBAAe,CAkIL;AAjIjB,sDAA8B;AAkI5B,iBAlIK,gBAAM,CAkIL;AAjIR,oEAA4C;AAkI1C,wBAlIK,uBAAa,CAkIL;AAjIf,kDAA0B;AAkIxB,eAlIK,cAAI,CAkIL;AAjIN,sEAA8C;AAkI5C,yBAlIK,wBAAc,CAkIL;AAjIhB,wEAAgD;AAkI9C,0BAlIK,yBAAe,CAkIL;AAjIjB,4EAAoD;AAkIlD,4BAlIK,2BAAiB,CAkIL;AAjInB,gEAAwC;AAkItC,sBAlIK,qBAAW,CAkIL;AAjIb,kDAA0B;AAkIxB,eAlIK,cAAI,CAkIL;AAjIN,0DAAkC;AAkIhC,mBAlIK,kBAAQ,CAkIL;AAjIV,wDAAgC;AAkI9B,kBAlIK,iBAAO,CAkIL;AAjIT,sDAA8B;AAkI5B,iBAlIK,gBAAM,CAkIL;AAjIR,oEAA4C;AAkI1C,wBAlIK,uBAAa,CAkIL;AAjIf,kEAA0C;AAkIxC,uBAlIK,sBAAY,CAkIL;AAjId,oEAA4C;AAkI1C,wBAlIK,uBAAa,CAkIL;AAjIf,8DAAsC;AAkIpC,qBAlIK,oBAAU,CAkIL;AAjIZ,sEAA8C;AAkI5C,yBAlIK,wBAAc,CAkIL;AAjIhB,0EAAkD;AAkIhD,2BAlIK,0BAAgB,CAkIL;AAjIlB,kEAA0C;AAkIxC,uBAlIK,sBAAY,CAkIL;AAjId,gEAAwC;AAkItC,sBAlIK,qBAAW,CAkIL;AAjIb,sFAA8D;AAkI5D,iCAlIK,gCAAsB,CAkIL;AAjIxB,4EAAoD;AAkIlD,4BAlIK,2BAAiB,CAkIL;AAjInB,0DAAkC;AAkIhC,mBAlIK,kBAAQ,CAkIL;AAjIV,kEAA0C;AAkIxC,uBAlIK,sBAAY,CAkIL;AAjId,0FAAkE;AAuJhE,mCAvJK,kCAAwB,CAuJL;AAtJ1B,wEAAgD;AA6J9C,0BA7JK,yBAAe,CA6JL;AA5JjB,sEAA8C;AA6J5C,yBA7JK,wBAAc,CA6JL;AA1JhB,mEAA2C;AA0DzC,eA1DK,cAAI,CA0DL;AAzDN,2EAAmD;AA0DjD,mBA1DK,kBAAQ,CA0DL;AAzDV,2EAAmD;AA0DjD,mBA1DK,kBAAQ,CA0DL;AAzDV,sFAAmF;AA0DjF,uGA1DO,+CAAsB,OA0DP;AAzDxB,wFAAqF;AA0DnF,wGA1DO,iDAAuB,OA0DP;AAzDzB,4DAAyD;AA0DvD,0FA1DO,qBAAS,OA0DP;AAvDX,yFAAiE;AAwD/D,0BAxDK,yBAAe,CAwDL;AAvDjB,2EAAmD;AAwDjD,mBAxDK,kBAAQ,CAwDL;AAvDV,yFAAiE;AAwD/D,0BAxDK,yBAAe,CAwDL;AAtDjB,oEAA4C;AA2C1C,wBA3CK,uBAAa,CA2CL;AA1Cf,mDAAgD;AA2C9C,8FA3CO,6BAAa,OA2CP;AA1Cf,8EAAsD;AA2CpD,6BA3CK,4BAAkB,CA2CL;AAzCpB,4DAAoC;AA6GlC,oBA7GK,mBAAS,CA6GL;AA5GX,0EAAkD;AA6GhD,2BA7GK,0BAAgB,CA6GL;AA5GlB,sEAA8C;AA6G5C,yBA7GK,wBAAc,CA6GL;AA1GhB,4EAAoD;AA2GlD,mBA3GK,kBAAQ,CA2GL;AA1GV,gFAAwD;AA2GtD,qBA3GK,oBAAU,CA2GL;AA1GZ,8GAAsF;AA2GpF,oCA3GK,mCAAyB,CA2GL;AA1G3B,8FAAsE;AA4GpE,4BA5GK,2BAAiB,CA4GL;AA3GnB,sGAA8E;AA4G5E,gCA5GK,+BAAqB,CA4GL;AA3GvB,4GAAoF;AAyGlF,mCAzGK,kCAAwB,CAyGL;AAvG1B,sHAA8F;AA4G5F,kCA5GK,iCAAuB,CA4GL;AA3GzB,4IAAoH;AAyGlH,6CAzGK,4CAAkC,CAyGL;AAxGpC,wJAAgI;AAyG9H,mDAzGK,kDAAwC,CAyGL;AAvG1C,4HAAoG;AA2GlG,oCA3GK,mCAAyB,CA2GL;AA1G3B,kJAA0H;AAwGxH,+CAxGK,8CAAoC,CAwGL;AAvGtC,8JAAsI;AAwGpI,qDAxGK,oDAA0C,CAwGL;AAtG5C,4HAAoG;AA0GlG,oCA1GK,mCAAyB,CA0GL;AAzG3B,kJAA0H;AAuGxH,+CAvGK,8CAAoC,CAuGL;AAtGtC,8JAAsI;AAuGpI,qDAvGK,oDAA0C,CAuGL;AApG5C,wEAAgD;AAsG9C,eAtGK,cAAI,CAsGL;AArGN,wFAAgE;AAsG9D,uBAtGK,sBAAY,CAsGL;AArGd,0FAAkE;AAsGhE,wBAtGK,uBAAa,CAsGL;AApGf,4DAAoC;AAsGlC,oBAtGK,mBAAS,CAsGL;AArGX,8DAAsC;AAsGpC,qBAtGK,oBAAU,CAsGL;AAnGZ,2EAAmD;AAoGjD,mBApGK,kBAAQ,CAoGL;AAnGV,mFAA2D;AAoGzD,uBApGK,sBAAY,CAoGL;AAnGd,yFAAiE;AAoG/D,0BApGK,yBAAe,CAoGL;AAnGjB,mFAA2D;AAoGzD,uBApGK,sBAAY,CAoGL"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.odaAndWoltDeleted1701109844785 = void 0;
|
|
13
|
+
class odaAndWoltDeleted1701109844785 {
|
|
14
|
+
constructor() {
|
|
15
|
+
this.name = 'odaAndWoltDeleted1701109844785';
|
|
16
|
+
}
|
|
17
|
+
up(queryRunner) {
|
|
18
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
19
|
+
yield queryRunner.query(`ALTER TABLE \`imported_product\` DROP COLUMN \`wolt_id\``);
|
|
20
|
+
yield queryRunner.query(`ALTER TABLE \`user\` DROP COLUMN \`oda_id\``);
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
down(queryRunner) {
|
|
24
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
25
|
+
yield queryRunner.query(`ALTER TABLE \`user\` ADD \`oda_id\` varchar(255) NULL`);
|
|
26
|
+
yield queryRunner.query(`ALTER TABLE \`imported_product\` ADD \`wolt_id\` varchar(255) NULL`);
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.odaAndWoltDeleted1701109844785 = odaAndWoltDeleted1701109844785;
|
|
31
|
+
//# sourceMappingURL=1701109844785-oda-and-wolt-deleted.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1701109844785-oda-and-wolt-deleted.js","sourceRoot":"","sources":["../../src/migrations/1701109844785-oda-and-wolt-deleted.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,MAAa,8BAA8B;IAA3C;QACI,SAAI,GAAG,gCAAgC,CAAA;IAY3C,CAAC;IAVgB,EAAE,CAAC,WAAwB;;YACpC,MAAM,WAAW,CAAC,KAAK,CAAC,0DAA0D,CAAC,CAAC;YACpF,MAAM,WAAW,CAAC,KAAK,CAAC,6CAA6C,CAAC,CAAC;QAC3E,CAAC;KAAA;IAEY,IAAI,CAAC,WAAwB;;YACtC,MAAM,WAAW,CAAC,KAAK,CAAC,uDAAuD,CAAC,CAAC;YACjF,MAAM,WAAW,CAAC,KAAK,CAAC,oEAAoE,CAAC,CAAC;QAClG,CAAC;KAAA;CAEJ;AAbD,wEAaC"}
|
|
@@ -35,7 +35,6 @@ import UserRole from '../entity/UserRole';
|
|
|
35
35
|
import Variant from '../entity/Variant';
|
|
36
36
|
import Wallet from '../entity/Wallet';
|
|
37
37
|
import WooConnection from '../entity/WooConnection';
|
|
38
|
-
import UserTokenWolt from '../entity/UserTokenWolt';
|
|
39
38
|
import UserSettings from '../entity/UserSettings';
|
|
40
39
|
import PaymentMethod from '../entity/PaymentMethod';
|
|
41
40
|
import Collection from '../entity/Collection';
|
|
@@ -150,8 +149,6 @@ export declare class WalletRepository extends Repository<Wallet> {
|
|
|
150
149
|
}
|
|
151
150
|
export declare class WooConnectionRepository extends Repository<WooConnection> {
|
|
152
151
|
}
|
|
153
|
-
export declare class UserTokenWoltRepository extends Repository<UserTokenWolt> {
|
|
154
|
-
}
|
|
155
152
|
export declare class UserSettingsRepository extends Repository<UserSettings> {
|
|
156
153
|
}
|
|
157
154
|
export declare class PaymentMethodRepository extends Repository<PaymentMethod> {
|
|
@@ -9,8 +9,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
9
9
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.ChannelGroupRepository = exports.CollectionSharedRepository = exports.CollectionItemRepository = exports.CollectionRepository = exports.PaymentMethodRepository = exports.UserSettingsRepository = exports.
|
|
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 =
|
|
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;
|
|
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"));
|
|
@@ -48,7 +48,6 @@ const UserRole_1 = __importDefault(require("../entity/UserRole"));
|
|
|
48
48
|
const Variant_1 = __importDefault(require("../entity/Variant"));
|
|
49
49
|
const Wallet_1 = __importDefault(require("../entity/Wallet"));
|
|
50
50
|
const WooConnection_1 = __importDefault(require("../entity/WooConnection"));
|
|
51
|
-
const UserTokenWolt_1 = __importDefault(require("../entity/UserTokenWolt"));
|
|
52
51
|
const UserSettings_1 = __importDefault(require("../entity/UserSettings"));
|
|
53
52
|
const PaymentMethod_1 = __importDefault(require("../entity/PaymentMethod"));
|
|
54
53
|
const Collection_1 = __importDefault(require("../entity/Collection"));
|
|
@@ -366,12 +365,6 @@ WooConnectionRepository = __decorate([
|
|
|
366
365
|
typeorm_1.EntityRepository(WooConnection_1.default)
|
|
367
366
|
], WooConnectionRepository);
|
|
368
367
|
exports.WooConnectionRepository = WooConnectionRepository;
|
|
369
|
-
let UserTokenWoltRepository = class UserTokenWoltRepository extends typeorm_1.Repository {
|
|
370
|
-
};
|
|
371
|
-
UserTokenWoltRepository = __decorate([
|
|
372
|
-
typeorm_1.EntityRepository(UserTokenWolt_1.default)
|
|
373
|
-
], UserTokenWoltRepository);
|
|
374
|
-
exports.UserTokenWoltRepository = UserTokenWoltRepository;
|
|
375
368
|
let UserSettingsRepository = class UserSettingsRepository extends typeorm_1.Repository {
|
|
376
369
|
};
|
|
377
370
|
UserSettingsRepository = __decorate([
|
|
@@ -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,
|
|
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": {
|
|
@@ -2432,8 +2417,8 @@
|
|
|
2432
2417
|
"affectsGlobalScope": false
|
|
2433
2418
|
},
|
|
2434
2419
|
"../src/entity/importedproduct.ts": {
|
|
2435
|
-
"version": "
|
|
2436
|
-
"signature": "
|
|
2420
|
+
"version": "75f62a8d2a7c136b916743d475d87144302232d8efe79e9d92df4ef2e05b3f29",
|
|
2421
|
+
"signature": "8e6290e8168a6fc560bd8839ea913d2061dc9eb2f2ce876d9d970461b0ada613",
|
|
2437
2422
|
"affectsGlobalScope": false
|
|
2438
2423
|
},
|
|
2439
2424
|
"../src/staticdata/currency.ts": {
|
|
@@ -2582,8 +2567,8 @@
|
|
|
2582
2567
|
"affectsGlobalScope": false
|
|
2583
2568
|
},
|
|
2584
2569
|
"../src/entity/user.ts": {
|
|
2585
|
-
"version": "
|
|
2586
|
-
"signature": "
|
|
2570
|
+
"version": "53a98717137b7955da2a0eb2fdc3e1c6e0ef2fb087c9965bb57aa5beb2134409",
|
|
2571
|
+
"signature": "3393f7057f72193b1240e1fd92fe219f08030060b349cbbfa96c06d2a3284254",
|
|
2587
2572
|
"affectsGlobalScope": false
|
|
2588
2573
|
},
|
|
2589
2574
|
"../src/entity/apicredential.ts": {
|
|
@@ -2641,11 +2626,6 @@
|
|
|
2641
2626
|
"signature": "22354cb104cc4f14463b7664c1c389fe7b2f422c644f093633e379a47b46f4b6",
|
|
2642
2627
|
"affectsGlobalScope": false
|
|
2643
2628
|
},
|
|
2644
|
-
"../src/entity/usertokenwolt.ts": {
|
|
2645
|
-
"version": "168f7e25076394b9573685240d46ea4dc6181592dde6780ca4670573439a0d44",
|
|
2646
|
-
"signature": "e33437bf1f8c2691a1c2278f1bd93ecb4e8a2e58d6307b82b4c84f2fe11bf862",
|
|
2647
|
-
"affectsGlobalScope": false
|
|
2648
|
-
},
|
|
2649
2629
|
"../src/entity/paymentmethod.ts": {
|
|
2650
2630
|
"version": "c9ca04f1e03ce6371dcbcec00cce4f96a1a6ad9d214c052601ea10ee81b5da89",
|
|
2651
2631
|
"signature": "98d7d4e6a16b00f144ea2e116af48a47126f3c000e1daf51d5f553de6db4713f",
|
|
@@ -2777,8 +2757,8 @@
|
|
|
2777
2757
|
"affectsGlobalScope": false
|
|
2778
2758
|
},
|
|
2779
2759
|
"../src/entity/index.ts": {
|
|
2780
|
-
"version": "
|
|
2781
|
-
"signature": "
|
|
2760
|
+
"version": "7e9f31faf8cc2906b0b7509d6088d4a3980db6ab0b876be8900247ac94d53aad",
|
|
2761
|
+
"signature": "c8afec5cf0528d76e7e5e151d8f50bc3af786f717d2ba0cd23ee8dcd4e7ffbe0",
|
|
2782
2762
|
"affectsGlobalScope": false
|
|
2783
2763
|
},
|
|
2784
2764
|
"../src/staticdata/productorigin.ts": {
|
|
@@ -2862,8 +2842,8 @@
|
|
|
2862
2842
|
"affectsGlobalScope": false
|
|
2863
2843
|
},
|
|
2864
2844
|
"../src/repositories/index.ts": {
|
|
2865
|
-
"version": "
|
|
2866
|
-
"signature": "
|
|
2845
|
+
"version": "8b0e75aec3977da01f4ddf0543274e3184b697a998a160d060fcc4d02e87d13c",
|
|
2846
|
+
"signature": "0500f50b7855b91d3aa2aff0c16136bd4a2188d02fc2dc90e00e4b21eae0b985",
|
|
2867
2847
|
"affectsGlobalScope": false
|
|
2868
2848
|
},
|
|
2869
2849
|
"../src/subscribers/productsubscriber.ts": {
|
|
@@ -3606,29 +3586,34 @@
|
|
|
3606
3586
|
"signature": "5560b2a4fd66cf7c30a75d8185bc7ab7c7d7334159974c4c6fa6d9d27207bb16",
|
|
3607
3587
|
"affectsGlobalScope": false
|
|
3608
3588
|
},
|
|
3589
|
+
"../src/migrations/1701109844785-oda-and-wolt-deleted.ts": {
|
|
3590
|
+
"version": "d3c889844d95a8645ca055c5fe87cb1773b91faf7944fa65239cad2faa3e2b79",
|
|
3591
|
+
"signature": "c146b487aa2b1193f44ede624f867c79ac4c062846ac31e72cc6cd887483a4c1",
|
|
3592
|
+
"affectsGlobalScope": false
|
|
3593
|
+
},
|
|
3609
3594
|
"../src/migrations/execute/index.ts": {
|
|
3610
3595
|
"version": "8b5bf13d095aeb57afd593adf3d799681176a13c327e2f77e0028e178c4ee3b9",
|
|
3611
3596
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
|
|
3612
3597
|
"affectsGlobalScope": false
|
|
3613
3598
|
},
|
|
3614
3599
|
"../node_modules/@babel/types/lib/index.d.ts": {
|
|
3615
|
-
"version": "
|
|
3616
|
-
"signature": "
|
|
3600
|
+
"version": "3078727fed04c123165efdb42deeac5dceaa42ac62216ca13cb809dc7e13415f",
|
|
3601
|
+
"signature": "3078727fed04c123165efdb42deeac5dceaa42ac62216ca13cb809dc7e13415f",
|
|
3617
3602
|
"affectsGlobalScope": false
|
|
3618
3603
|
},
|
|
3619
3604
|
"../node_modules/@types/babel__generator/index.d.ts": {
|
|
3620
|
-
"version": "
|
|
3621
|
-
"signature": "
|
|
3605
|
+
"version": "cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb",
|
|
3606
|
+
"signature": "cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb",
|
|
3622
3607
|
"affectsGlobalScope": false
|
|
3623
3608
|
},
|
|
3624
3609
|
"../node_modules/@babel/parser/typings/babel-parser.d.ts": {
|
|
3625
|
-
"version": "
|
|
3626
|
-
"signature": "
|
|
3610
|
+
"version": "b4f76b34637d79cefad486127115fed843762c69512d7101b7096e1293699679",
|
|
3611
|
+
"signature": "b4f76b34637d79cefad486127115fed843762c69512d7101b7096e1293699679",
|
|
3627
3612
|
"affectsGlobalScope": false
|
|
3628
3613
|
},
|
|
3629
3614
|
"../node_modules/@types/babel__template/index.d.ts": {
|
|
3630
|
-
"version": "
|
|
3631
|
-
"signature": "
|
|
3615
|
+
"version": "93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9",
|
|
3616
|
+
"signature": "93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9",
|
|
3632
3617
|
"affectsGlobalScope": false
|
|
3633
3618
|
},
|
|
3634
3619
|
"../node_modules/@types/babel__traverse/index.d.ts": {
|
|
@@ -3637,28 +3622,28 @@
|
|
|
3637
3622
|
"affectsGlobalScope": false
|
|
3638
3623
|
},
|
|
3639
3624
|
"../node_modules/@types/babel__core/index.d.ts": {
|
|
3640
|
-
"version": "
|
|
3641
|
-
"signature": "
|
|
3625
|
+
"version": "b6ddf3a46ccfa4441d8be84d2e9bf3087573c48804196faedbd4a25b60631beb",
|
|
3626
|
+
"signature": "b6ddf3a46ccfa4441d8be84d2e9bf3087573c48804196faedbd4a25b60631beb",
|
|
3642
3627
|
"affectsGlobalScope": false
|
|
3643
3628
|
},
|
|
3644
3629
|
"../node_modules/@types/graceful-fs/index.d.ts": {
|
|
3645
|
-
"version": "
|
|
3646
|
-
"signature": "
|
|
3630
|
+
"version": "bf88ef4208a770ca39a844b182b3695df536326ea566893fdc5b8418702a331e",
|
|
3631
|
+
"signature": "bf88ef4208a770ca39a844b182b3695df536326ea566893fdc5b8418702a331e",
|
|
3647
3632
|
"affectsGlobalScope": false
|
|
3648
3633
|
},
|
|
3649
3634
|
"../node_modules/@types/istanbul-lib-coverage/index.d.ts": {
|
|
3650
|
-
"version": "
|
|
3651
|
-
"signature": "
|
|
3635
|
+
"version": "8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215",
|
|
3636
|
+
"signature": "8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215",
|
|
3652
3637
|
"affectsGlobalScope": false
|
|
3653
3638
|
},
|
|
3654
3639
|
"../node_modules/@types/istanbul-lib-report/index.d.ts": {
|
|
3655
|
-
"version": "
|
|
3656
|
-
"signature": "
|
|
3640
|
+
"version": "7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee",
|
|
3641
|
+
"signature": "7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee",
|
|
3657
3642
|
"affectsGlobalScope": false
|
|
3658
3643
|
},
|
|
3659
3644
|
"../node_modules/@types/istanbul-reports/index.d.ts": {
|
|
3660
|
-
"version": "
|
|
3661
|
-
"signature": "
|
|
3645
|
+
"version": "f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0",
|
|
3646
|
+
"signature": "f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0",
|
|
3662
3647
|
"affectsGlobalScope": false
|
|
3663
3648
|
},
|
|
3664
3649
|
"../node_modules/jest-diff/build/cleanupsemantic.d.ts": {
|
|
@@ -3702,28 +3687,28 @@
|
|
|
3702
3687
|
"affectsGlobalScope": true
|
|
3703
3688
|
},
|
|
3704
3689
|
"../node_modules/@types/json-schema/index.d.ts": {
|
|
3705
|
-
"version": "
|
|
3706
|
-
"signature": "
|
|
3690
|
+
"version": "f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6",
|
|
3691
|
+
"signature": "f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6",
|
|
3707
3692
|
"affectsGlobalScope": false
|
|
3708
3693
|
},
|
|
3709
3694
|
"../node_modules/@types/prettier/index.d.ts": {
|
|
3710
|
-
"version": "
|
|
3711
|
-
"signature": "
|
|
3695
|
+
"version": "bc88e4049153bc4dddb4503ed7e624eb141edfa9064b3659d6c86e900fe9e621",
|
|
3696
|
+
"signature": "bc88e4049153bc4dddb4503ed7e624eb141edfa9064b3659d6c86e900fe9e621",
|
|
3712
3697
|
"affectsGlobalScope": false
|
|
3713
3698
|
},
|
|
3714
3699
|
"../node_modules/@types/stack-utils/index.d.ts": {
|
|
3715
|
-
"version": "
|
|
3716
|
-
"signature": "
|
|
3700
|
+
"version": "b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298",
|
|
3701
|
+
"signature": "b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298",
|
|
3717
3702
|
"affectsGlobalScope": false
|
|
3718
3703
|
},
|
|
3719
3704
|
"../node_modules/@types/yargs-parser/index.d.ts": {
|
|
3720
|
-
"version": "
|
|
3721
|
-
"signature": "
|
|
3705
|
+
"version": "70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e",
|
|
3706
|
+
"signature": "70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e",
|
|
3722
3707
|
"affectsGlobalScope": false
|
|
3723
3708
|
},
|
|
3724
3709
|
"../node_modules/@types/yargs/index.d.ts": {
|
|
3725
|
-
"version": "
|
|
3726
|
-
"signature": "
|
|
3710
|
+
"version": "149ebd778196c03e9c75b630866543501e0e9e62a146c1a17ce91ade4cdfb0ba",
|
|
3711
|
+
"signature": "149ebd778196c03e9c75b630866543501e0e9e62a146c1a17ce91ade4cdfb0ba",
|
|
3727
3712
|
"affectsGlobalScope": false
|
|
3728
3713
|
},
|
|
3729
3714
|
"../node_modules/@types/zen-observable/index.d.ts": {
|
|
@@ -3834,8 +3819,7 @@
|
|
|
3834
3819
|
"../node_modules/@types/node/http.d.ts",
|
|
3835
3820
|
"../node_modules/@types/node/index.d.ts",
|
|
3836
3821
|
"../node_modules/@types/qs/index.d.ts",
|
|
3837
|
-
"../node_modules/@types/range-parser/index.d.ts"
|
|
3838
|
-
"../node_modules/@types/send/index.d.ts"
|
|
3822
|
+
"../node_modules/@types/range-parser/index.d.ts"
|
|
3839
3823
|
],
|
|
3840
3824
|
"../node_modules/@types/express/index.d.ts": [
|
|
3841
3825
|
"../node_modules/@types/body-parser/index.d.ts",
|
|
@@ -4033,14 +4017,7 @@
|
|
|
4033
4017
|
"../node_modules/@types/node/zlib.d.ts": [
|
|
4034
4018
|
"../node_modules/@types/node/stream.d.ts"
|
|
4035
4019
|
],
|
|
4036
|
-
"../node_modules/@types/send/index.d.ts": [
|
|
4037
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
4038
|
-
"../node_modules/@types/node/index.d.ts",
|
|
4039
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
4040
|
-
"../node_modules/@types/send/node_modules/@types/mime/index.d.ts"
|
|
4041
|
-
],
|
|
4042
4020
|
"../node_modules/@types/serve-static/index.d.ts": [
|
|
4043
|
-
"../node_modules/@types/http-errors/index.d.ts",
|
|
4044
4021
|
"../node_modules/@types/mime/index.d.ts",
|
|
4045
4022
|
"../node_modules/@types/node/http.d.ts",
|
|
4046
4023
|
"../node_modules/@types/node/index.d.ts"
|
|
@@ -5834,7 +5811,6 @@
|
|
|
5834
5811
|
"../src/entity/userchannelapikey.ts",
|
|
5835
5812
|
"../src/entity/userrole.ts",
|
|
5836
5813
|
"../src/entity/usersettings.ts",
|
|
5837
|
-
"../src/entity/usertokenwolt.ts",
|
|
5838
5814
|
"../src/entity/variant.ts",
|
|
5839
5815
|
"../src/entity/wallet.ts",
|
|
5840
5816
|
"../src/entity/wooconnection.ts"
|
|
@@ -6216,11 +6192,6 @@
|
|
|
6216
6192
|
"../src/entity/currency.ts",
|
|
6217
6193
|
"../src/entity/user.ts"
|
|
6218
6194
|
],
|
|
6219
|
-
"../src/entity/usertokenwolt.ts": [
|
|
6220
|
-
"../node_modules/typeorm/index.d.ts",
|
|
6221
|
-
"../src/entity/auditedmodel.ts",
|
|
6222
|
-
"../src/entity/user.ts"
|
|
6223
|
-
],
|
|
6224
6195
|
"../src/entity/variant.ts": [
|
|
6225
6196
|
"../node_modules/typeorm/index.d.ts",
|
|
6226
6197
|
"../src/entity/customvariant.ts",
|
|
@@ -6670,6 +6641,9 @@
|
|
|
6670
6641
|
"../src/migrations/1700597907034-product-digital-reachu.ts": [
|
|
6671
6642
|
"../node_modules/typeorm/index.d.ts"
|
|
6672
6643
|
],
|
|
6644
|
+
"../src/migrations/1701109844785-oda-and-wolt-deleted.ts": [
|
|
6645
|
+
"../node_modules/typeorm/index.d.ts"
|
|
6646
|
+
],
|
|
6673
6647
|
"../src/migrations/execute/index.ts": [
|
|
6674
6648
|
"../src/config/connect.ts"
|
|
6675
6649
|
],
|
|
@@ -6750,7 +6724,6 @@
|
|
|
6750
6724
|
"../src/entity/userchannelapikey.ts",
|
|
6751
6725
|
"../src/entity/userrole.ts",
|
|
6752
6726
|
"../src/entity/usersettings.ts",
|
|
6753
|
-
"../src/entity/usertokenwolt.ts",
|
|
6754
6727
|
"../src/entity/variant.ts",
|
|
6755
6728
|
"../src/entity/wallet.ts",
|
|
6756
6729
|
"../src/entity/wooconnection.ts",
|
|
@@ -6919,8 +6892,7 @@
|
|
|
6919
6892
|
"../node_modules/@types/node/http.d.ts",
|
|
6920
6893
|
"../node_modules/@types/node/index.d.ts",
|
|
6921
6894
|
"../node_modules/@types/qs/index.d.ts",
|
|
6922
|
-
"../node_modules/@types/range-parser/index.d.ts"
|
|
6923
|
-
"../node_modules/@types/send/index.d.ts"
|
|
6895
|
+
"../node_modules/@types/range-parser/index.d.ts"
|
|
6924
6896
|
],
|
|
6925
6897
|
"../node_modules/@types/express/index.d.ts": [
|
|
6926
6898
|
"../node_modules/@types/body-parser/index.d.ts",
|
|
@@ -7118,14 +7090,7 @@
|
|
|
7118
7090
|
"../node_modules/@types/node/zlib.d.ts": [
|
|
7119
7091
|
"../node_modules/@types/node/stream.d.ts"
|
|
7120
7092
|
],
|
|
7121
|
-
"../node_modules/@types/send/index.d.ts": [
|
|
7122
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
7123
|
-
"../node_modules/@types/node/index.d.ts",
|
|
7124
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
7125
|
-
"../node_modules/@types/send/node_modules/@types/mime/index.d.ts"
|
|
7126
|
-
],
|
|
7127
7093
|
"../node_modules/@types/serve-static/index.d.ts": [
|
|
7128
|
-
"../node_modules/@types/http-errors/index.d.ts",
|
|
7129
7094
|
"../node_modules/@types/mime/index.d.ts",
|
|
7130
7095
|
"../node_modules/@types/node/http.d.ts",
|
|
7131
7096
|
"../node_modules/@types/node/index.d.ts"
|
|
@@ -8856,7 +8821,6 @@
|
|
|
8856
8821
|
"../src/entity/userchannelapikey.ts",
|
|
8857
8822
|
"../src/entity/userrole.ts",
|
|
8858
8823
|
"../src/entity/usersettings.ts",
|
|
8859
|
-
"../src/entity/usertokenwolt.ts",
|
|
8860
8824
|
"../src/entity/variant.ts",
|
|
8861
8825
|
"../src/entity/wallet.ts",
|
|
8862
8826
|
"../src/entity/wooconnection.ts"
|
|
@@ -9160,10 +9124,6 @@
|
|
|
9160
9124
|
"../src/entity/currency.ts",
|
|
9161
9125
|
"../src/entity/user.ts"
|
|
9162
9126
|
],
|
|
9163
|
-
"../src/entity/usertokenwolt.ts": [
|
|
9164
|
-
"../src/entity/auditedmodel.ts",
|
|
9165
|
-
"../src/entity/user.ts"
|
|
9166
|
-
],
|
|
9167
9127
|
"../src/entity/variant.ts": [
|
|
9168
9128
|
"../src/entity/customvariant.ts",
|
|
9169
9129
|
"../src/entity/image.ts",
|
|
@@ -9589,6 +9549,9 @@
|
|
|
9589
9549
|
"../src/migrations/1700597907034-product-digital-reachu.ts": [
|
|
9590
9550
|
"../node_modules/typeorm/index.d.ts"
|
|
9591
9551
|
],
|
|
9552
|
+
"../src/migrations/1701109844785-oda-and-wolt-deleted.ts": [
|
|
9553
|
+
"../node_modules/typeorm/index.d.ts"
|
|
9554
|
+
],
|
|
9592
9555
|
"../src/migrations/index.ts": [
|
|
9593
9556
|
"../src/migrations/1628474597284-initialschema.ts",
|
|
9594
9557
|
"../src/migrations/1630077596132-removemangopay.ts",
|
|
@@ -9666,7 +9629,6 @@
|
|
|
9666
9629
|
"../src/entity/userchannelapikey.ts",
|
|
9667
9630
|
"../src/entity/userrole.ts",
|
|
9668
9631
|
"../src/entity/usersettings.ts",
|
|
9669
|
-
"../src/entity/usertokenwolt.ts",
|
|
9670
9632
|
"../src/entity/variant.ts",
|
|
9671
9633
|
"../src/entity/wallet.ts",
|
|
9672
9634
|
"../src/entity/wooconnection.ts",
|
|
@@ -9778,7 +9740,6 @@
|
|
|
9778
9740
|
"../node_modules/@types/express-serve-static-core/index.d.ts",
|
|
9779
9741
|
"../node_modules/@types/express/index.d.ts",
|
|
9780
9742
|
"../node_modules/@types/graceful-fs/index.d.ts",
|
|
9781
|
-
"../node_modules/@types/http-errors/index.d.ts",
|
|
9782
9743
|
"../node_modules/@types/istanbul-lib-coverage/index.d.ts",
|
|
9783
9744
|
"../node_modules/@types/istanbul-lib-report/index.d.ts",
|
|
9784
9745
|
"../node_modules/@types/istanbul-reports/index.d.ts",
|
|
@@ -9836,8 +9797,6 @@
|
|
|
9836
9797
|
"../node_modules/@types/prettier/index.d.ts",
|
|
9837
9798
|
"../node_modules/@types/qs/index.d.ts",
|
|
9838
9799
|
"../node_modules/@types/range-parser/index.d.ts",
|
|
9839
|
-
"../node_modules/@types/send/index.d.ts",
|
|
9840
|
-
"../node_modules/@types/send/node_modules/@types/mime/index.d.ts",
|
|
9841
9800
|
"../node_modules/@types/serve-static/index.d.ts",
|
|
9842
9801
|
"../node_modules/@types/stack-utils/index.d.ts",
|
|
9843
9802
|
"../node_modules/@types/yargs-parser/index.d.ts",
|
|
@@ -10327,7 +10286,6 @@
|
|
|
10327
10286
|
"../src/entity/userchannelapikey.ts",
|
|
10328
10287
|
"../src/entity/userrole.ts",
|
|
10329
10288
|
"../src/entity/usersettings.ts",
|
|
10330
|
-
"../src/entity/usertokenwolt.ts",
|
|
10331
10289
|
"../src/entity/variant.ts",
|
|
10332
10290
|
"../src/entity/wallet.ts",
|
|
10333
10291
|
"../src/entity/wooconnection.ts",
|
|
@@ -10468,6 +10426,7 @@
|
|
|
10468
10426
|
"../src/migrations/1700068092273-generated_15_11_2023.ts",
|
|
10469
10427
|
"../src/migrations/1700574103856-subscription-response-max.ts",
|
|
10470
10428
|
"../src/migrations/1700597907034-product-digital-reachu.ts",
|
|
10429
|
+
"../src/migrations/1701109844785-oda-and-wolt-deleted.ts",
|
|
10471
10430
|
"../src/migrations/execute/index.ts",
|
|
10472
10431
|
"../src/migrations/index.ts",
|
|
10473
10432
|
"../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.138",
|
|
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.138",
|
|
25
|
+
"@reachu/utils": "1.0.138",
|
|
26
26
|
"dotenv": "8.0.0",
|
|
27
27
|
"express": "4.17.1",
|
|
28
28
|
"mysql2": "1.5.2",
|
|
@@ -50,9 +50,6 @@ export default class ImportedProduct {
|
|
|
50
50
|
@Column('varchar', { nullable: true })
|
|
51
51
|
profileWooId?: string;
|
|
52
52
|
|
|
53
|
-
@Column('varchar', { nullable: true })
|
|
54
|
-
woltId?: string;
|
|
55
|
-
|
|
56
53
|
@ManyToOne(() => ChannelUser, { nullable: true })
|
|
57
54
|
@JoinColumn()
|
|
58
55
|
channelUser: ChannelUser;
|
package/src/entity/User.ts
CHANGED
|
@@ -177,9 +177,6 @@ export default class User extends AuditedModel {
|
|
|
177
177
|
@JoinColumn()
|
|
178
178
|
magento: MagentoConnection;
|
|
179
179
|
|
|
180
|
-
@Column('varchar', { nullable: true })
|
|
181
|
-
odaId?: string;
|
|
182
|
-
|
|
183
180
|
@OneToOne(() => ShippingPackage, { eager: true })
|
|
184
181
|
@JoinColumn()
|
|
185
182
|
shippingPackage: ShippingPackage;
|
package/src/entity/index.ts
CHANGED
|
@@ -45,7 +45,6 @@ import UserRole from './UserRole';
|
|
|
45
45
|
import Variant from './Variant';
|
|
46
46
|
import Wallet from './Wallet';
|
|
47
47
|
import WooConnection from './WooConnection';
|
|
48
|
-
import UserTokenWolt from './UserTokenWolt';
|
|
49
48
|
import UserSettings from './UserSettings';
|
|
50
49
|
import PaymentMethod from './PaymentMethod';
|
|
51
50
|
import Collection from './Collection';
|
|
@@ -176,7 +175,6 @@ export {
|
|
|
176
175
|
Variant,
|
|
177
176
|
Wallet,
|
|
178
177
|
WooConnection,
|
|
179
|
-
UserTokenWolt,
|
|
180
178
|
UserSettings,
|
|
181
179
|
PaymentMethod,
|
|
182
180
|
Collection,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import {MigrationInterface, QueryRunner} from "typeorm";
|
|
2
|
+
|
|
3
|
+
export class odaAndWoltDeleted1701109844785 implements MigrationInterface {
|
|
4
|
+
name = 'odaAndWoltDeleted1701109844785'
|
|
5
|
+
|
|
6
|
+
public async up(queryRunner: QueryRunner): Promise<void> {
|
|
7
|
+
await queryRunner.query(`ALTER TABLE \`imported_product\` DROP COLUMN \`wolt_id\``);
|
|
8
|
+
await queryRunner.query(`ALTER TABLE \`user\` DROP COLUMN \`oda_id\``);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
public async down(queryRunner: QueryRunner): Promise<void> {
|
|
12
|
+
await queryRunner.query(`ALTER TABLE \`user\` ADD \`oda_id\` varchar(255) NULL`);
|
|
13
|
+
await queryRunner.query(`ALTER TABLE \`imported_product\` ADD \`wolt_id\` varchar(255) NULL`);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
}
|
|
@@ -35,7 +35,6 @@ import UserRole from '../entity/UserRole';
|
|
|
35
35
|
import Variant from '../entity/Variant';
|
|
36
36
|
import Wallet from '../entity/Wallet';
|
|
37
37
|
import WooConnection from '../entity/WooConnection';
|
|
38
|
-
import UserTokenWolt from '../entity/UserTokenWolt';
|
|
39
38
|
import UserSettings from '../entity/UserSettings';
|
|
40
39
|
import PaymentMethod from '../entity/PaymentMethod';
|
|
41
40
|
import Collection from '../entity/Collection';
|
|
@@ -236,9 +235,6 @@ export class WalletRepository extends Repository<Wallet> {}
|
|
|
236
235
|
@EntityRepository(WooConnection)
|
|
237
236
|
export class WooConnectionRepository extends Repository<WooConnection> {}
|
|
238
237
|
|
|
239
|
-
@EntityRepository(UserTokenWolt)
|
|
240
|
-
export class UserTokenWoltRepository extends Repository<UserTokenWolt> {}
|
|
241
|
-
|
|
242
238
|
@EntityRepository(UserSettings)
|
|
243
239
|
export class UserSettingsRepository extends Repository<UserSettings> {}
|
|
244
240
|
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
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;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const typeorm_1 = require("typeorm");
|
|
16
|
-
const AuditedModel_1 = __importDefault(require("./AuditedModel"));
|
|
17
|
-
const User_1 = __importDefault(require("./User"));
|
|
18
|
-
let UserTokenWolt = class UserTokenWolt extends AuditedModel_1.default {
|
|
19
|
-
};
|
|
20
|
-
__decorate([
|
|
21
|
-
typeorm_1.PrimaryGeneratedColumn(),
|
|
22
|
-
__metadata("design:type", Number)
|
|
23
|
-
], UserTokenWolt.prototype, "id", void 0);
|
|
24
|
-
__decorate([
|
|
25
|
-
typeorm_1.OneToOne(() => User_1.default, { eager: true, onDelete: 'CASCADE' }),
|
|
26
|
-
typeorm_1.JoinColumn(),
|
|
27
|
-
__metadata("design:type", User_1.default)
|
|
28
|
-
], UserTokenWolt.prototype, "user", void 0);
|
|
29
|
-
__decorate([
|
|
30
|
-
typeorm_1.Column({ type: 'varchar', length: '21844' }),
|
|
31
|
-
__metadata("design:type", String)
|
|
32
|
-
], UserTokenWolt.prototype, "token", void 0);
|
|
33
|
-
__decorate([
|
|
34
|
-
typeorm_1.Column({ type: 'varchar', length: '21844', nullable: true, default: null }),
|
|
35
|
-
__metadata("design:type", String)
|
|
36
|
-
], UserTokenWolt.prototype, "refreshToken", void 0);
|
|
37
|
-
UserTokenWolt = __decorate([
|
|
38
|
-
typeorm_1.Entity()
|
|
39
|
-
], UserTokenWolt);
|
|
40
|
-
exports.default = UserTokenWolt;
|
|
41
|
-
//# sourceMappingURL=UserTokenWolt.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UserTokenWolt.js","sourceRoot":"","sources":["../../src/entity/UserTokenWolt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qCAAuF;AACvF,kEAA0C;AAC1C,kDAA0B;AAG1B,IAAqB,aAAa,GAAlC,MAAqB,aAAc,SAAQ,sBAAY;CAatD,CAAA;AAXC;IADC,gCAAsB,EAAE;;yCACd;AAIX;IAFC,kBAAQ,CAAC,GAAG,EAAE,CAAC,cAAI,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IAC1D,oBAAU,EAAE;8BACP,cAAI;2CAAC;AAGX;IADC,gBAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC;;4CAC/B;AAGd;IADC,gBAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;;mDACvD;AAZF,aAAa;IADjC,gBAAM,EAAE;GACY,aAAa,CAajC;kBAboB,aAAa"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Entity, PrimaryGeneratedColumn, Column, JoinColumn, OneToOne } from 'typeorm';
|
|
2
|
-
import AuditedModel from './AuditedModel';
|
|
3
|
-
import User from './User';
|
|
4
|
-
|
|
5
|
-
@Entity()
|
|
6
|
-
export default class UserTokenWolt extends AuditedModel {
|
|
7
|
-
@PrimaryGeneratedColumn()
|
|
8
|
-
id: number;
|
|
9
|
-
|
|
10
|
-
@OneToOne(() => User, { eager: true, onDelete: 'CASCADE' })
|
|
11
|
-
@JoinColumn()
|
|
12
|
-
user: User;
|
|
13
|
-
|
|
14
|
-
@Column({ type: 'varchar', length: '21844' })
|
|
15
|
-
token: string;
|
|
16
|
-
|
|
17
|
-
@Column({ type: 'varchar', length: '21844', nullable: true, default: null })
|
|
18
|
-
refreshToken: string;
|
|
19
|
-
}
|