@reachu/database 1.0.66 → 1.0.67
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/index.d.ts
CHANGED
|
@@ -90,4 +90,5 @@ import Plan from './modules/subscriptions/Plan';
|
|
|
90
90
|
import Subscription from './modules/subscriptions/Subscription';
|
|
91
91
|
import UserCountPlan from './modules/subscriptions/UserCountPlan';
|
|
92
92
|
import Translate from './Translate';
|
|
93
|
-
|
|
93
|
+
import Connection from './Connection';
|
|
94
|
+
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, Return, ReturnAddress, Role, RolePermission, ShippingPackage, ShopifyConnection, Subcategory, User, UserRole, Variant, Wallet, WooConnection, UserTokenWolt, UserSettings, PaymentMethod, Collection, CollectionItem, CollectionShared, ChannelGroup, ChannelUser, ChannelUserProductSync, UserChannelApiKey, Currency, ExchangeRate, Attribute, ProductAttribute, CategoryImages, AuthInfo, AuthMethod, EndpointTemplateEcommerce, TemplateEcommerce, UserTemplateEcommerce, TemplateEcommerceSchemeConfigOrder, TemplateEcommerceSchemeConfigOrderMapped, ReachuSchemeConfigOrder, TemplateEcommerceSchemeConfigProduct, TemplateEcommerceSchemeConfigProductMapped, ReachuSchemeConfigProduct, TemplateEcommerceSchemeConfigVariant, TemplateEcommerceSchemeConfigVariantMapped, ReachuSchemeConfigVariant, Plan, Subscription, UserCountPlan, EnvironmentConfiguration, Translate, Connection, };
|
package/dist/entity/index.js
CHANGED
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.RolePermission = exports.Role = exports.ReturnAddress = exports.Return = 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.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.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.UserTokenWolt = exports.WooConnection = exports.Wallet = exports.Variant = exports.UserRole = exports.User = exports.Subcategory = exports.ShopifyConnection = exports.ShippingPackage = void 0;
|
|
7
|
+
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.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.UserTokenWolt = exports.WooConnection = exports.Wallet = exports.Variant = exports.UserRole = exports.User = exports.Subcategory = exports.ShopifyConnection = exports.ShippingPackage = void 0;
|
|
8
8
|
const Address_1 = __importDefault(require("./Address"));
|
|
9
9
|
exports.Address = Address_1.default;
|
|
10
10
|
const ApiCredential_1 = __importDefault(require("./ApiCredential"));
|
|
@@ -189,4 +189,6 @@ const UserCountPlan_1 = __importDefault(require("./modules/subscriptions/UserCou
|
|
|
189
189
|
exports.UserCountPlan = UserCountPlan_1.default;
|
|
190
190
|
const Translate_1 = __importDefault(require("./Translate"));
|
|
191
191
|
exports.Translate = Translate_1.default;
|
|
192
|
+
const Connection_1 = __importDefault(require("./Connection"));
|
|
193
|
+
exports.Connection = Connection_1.default;
|
|
192
194
|
//# sourceMappingURL=index.js.map
|
package/dist/entity/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entity/index.ts"],"names":[],"mappings":";;;;;;;AAAA,wDAAgC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entity/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -2716,9 +2716,14 @@
|
|
|
2716
2716
|
"signature": "60106f067920f6679c818a7c7d80face5aa58e305d16d1dd99499ab558b97853",
|
|
2717
2717
|
"affectsGlobalScope": false
|
|
2718
2718
|
},
|
|
2719
|
+
"../src/entity/connection.ts": {
|
|
2720
|
+
"version": "596c229836f3705e5863100507dd72c9c161cf09803cdf691f5bdb0deaaea29d",
|
|
2721
|
+
"signature": "a442173c7242a17a8ced50e6bba05b440355edf563bbd1628ddf399820b9fe45",
|
|
2722
|
+
"affectsGlobalScope": false
|
|
2723
|
+
},
|
|
2719
2724
|
"../src/entity/index.ts": {
|
|
2720
|
-
"version": "
|
|
2721
|
-
"signature": "
|
|
2725
|
+
"version": "eba16c4ce27920e505a0f3aa22030fc74c0d3a6cd8cceb3b8c80d9cb7344938f",
|
|
2726
|
+
"signature": "e2983d82c3b79b54961a14e0b659fce32b91eb36252e55a8796ecf2f568871b5",
|
|
2722
2727
|
"affectsGlobalScope": false
|
|
2723
2728
|
},
|
|
2724
2729
|
"../src/staticdata/productorigin.ts": {
|
|
@@ -2776,11 +2781,6 @@
|
|
|
2776
2781
|
"signature": "ec1013c93a5976c3728493cd54a12ec58e9885199b3471dbf684629a87ea6dab",
|
|
2777
2782
|
"affectsGlobalScope": false
|
|
2778
2783
|
},
|
|
2779
|
-
"../src/entity/connection.ts": {
|
|
2780
|
-
"version": "596c229836f3705e5863100507dd72c9c161cf09803cdf691f5bdb0deaaea29d",
|
|
2781
|
-
"signature": "a442173c7242a17a8ced50e6bba05b440355edf563bbd1628ddf399820b9fe45",
|
|
2782
|
-
"affectsGlobalScope": false
|
|
2783
|
-
},
|
|
2784
2784
|
"../src/repositories/shopcart/index.ts": {
|
|
2785
2785
|
"version": "b6dfb355b4ba1c733a4b7132bdd3788f62c964027e3cd731f1eb351d5c91b76f",
|
|
2786
2786
|
"signature": "0da4f6211d474ea9add2e11c4a9db08afa71cee728f2aba9eeced336e606d9c7",
|
|
@@ -5356,6 +5356,7 @@
|
|
|
5356
5356
|
"../src/entity/collection.ts",
|
|
5357
5357
|
"../src/entity/collectionitem.ts",
|
|
5358
5358
|
"../src/entity/collectionshared.ts",
|
|
5359
|
+
"../src/entity/connection.ts",
|
|
5359
5360
|
"../src/entity/contact.ts",
|
|
5360
5361
|
"../src/entity/country.ts",
|
|
5361
5362
|
"../src/entity/courier.ts",
|
|
@@ -8096,6 +8097,7 @@
|
|
|
8096
8097
|
"../src/entity/collection.ts",
|
|
8097
8098
|
"../src/entity/collectionitem.ts",
|
|
8098
8099
|
"../src/entity/collectionshared.ts",
|
|
8100
|
+
"../src/entity/connection.ts",
|
|
8099
8101
|
"../src/entity/contact.ts",
|
|
8100
8102
|
"../src/entity/country.ts",
|
|
8101
8103
|
"../src/entity/courier.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reachu/database",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.67",
|
|
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.67",
|
|
25
|
+
"@reachu/utils": "1.0.67",
|
|
26
26
|
"dotenv": "8.0.0",
|
|
27
27
|
"express": "4.17.1",
|
|
28
28
|
"mysql2": "1.5.2",
|
package/src/entity/index.ts
CHANGED
|
@@ -104,6 +104,7 @@ import Subscription from './modules/subscriptions/Subscription';
|
|
|
104
104
|
import UserCountPlan from './modules/subscriptions/UserCountPlan';
|
|
105
105
|
|
|
106
106
|
import Translate from './Translate';
|
|
107
|
+
import Connection from './Connection';
|
|
107
108
|
|
|
108
109
|
export {
|
|
109
110
|
CustomVariant,
|
|
@@ -198,4 +199,5 @@ export {
|
|
|
198
199
|
UserCountPlan,
|
|
199
200
|
EnvironmentConfiguration,
|
|
200
201
|
Translate,
|
|
202
|
+
Connection,
|
|
201
203
|
};
|