@reachu/database 1.0.16 → 1.0.18
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.
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { Repository } from 'typeorm';
|
|
2
2
|
import AuthInfo from '../../entity/modules//templates/AuthInfo';
|
|
3
|
-
import AuthMethod from '
|
|
4
|
-
import AuthMethodTemplateChannel from '
|
|
5
|
-
import EndpointTemplateChannel from '
|
|
6
|
-
import TemplateChannel from '
|
|
7
|
-
import UserTemplateChannel from '
|
|
8
|
-
import ReachuSchemeConfigOrder from '
|
|
9
|
-
import TemplateChannelSchemeConfigOrder from '
|
|
10
|
-
import TemplateChannelSchemeConfigOrderMapped from '
|
|
11
|
-
import ReachuSchemeConfigProduct from '
|
|
12
|
-
import TemplateChannelSchemeConfigProduct from '
|
|
13
|
-
import TemplateChannelSchemeConfigProductMapped from '
|
|
14
|
-
import ReachuSchemeConfigVariant from '
|
|
15
|
-
import TemplateChannelSchemeConfigVariant from '
|
|
16
|
-
import TemplateChannelSchemeConfigVariantMapped from '
|
|
3
|
+
import AuthMethod from '../../entity/modules/templates/AuthMethod';
|
|
4
|
+
import AuthMethodTemplateChannel from '../../entity/modules/templates/AuthMethodTemplateChannel';
|
|
5
|
+
import EndpointTemplateChannel from '../../entity/modules/templates/EndpointTemplateChannel';
|
|
6
|
+
import TemplateChannel from '../../entity/modules/templates/TemplateChannel';
|
|
7
|
+
import UserTemplateChannel from '../../entity/modules/templates/UserTemplateChannel';
|
|
8
|
+
import ReachuSchemeConfigOrder from '../../entity/modules/templates/schemeOrder/ReachuSchemeConfigOrder';
|
|
9
|
+
import TemplateChannelSchemeConfigOrder from '../../entity/modules/templates/schemeOrder/TemplateChannelSchemeConfigOrder';
|
|
10
|
+
import TemplateChannelSchemeConfigOrderMapped from '../../entity/modules/templates/schemeOrder/TemplateChannelSchemeConfigOrderMapped';
|
|
11
|
+
import ReachuSchemeConfigProduct from '../../entity/modules/templates/schemeProduct/ReachuSchemeConfigProduct';
|
|
12
|
+
import TemplateChannelSchemeConfigProduct from '../../entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProduct';
|
|
13
|
+
import TemplateChannelSchemeConfigProductMapped from '../../entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProductMapped';
|
|
14
|
+
import ReachuSchemeConfigVariant from '../../entity/modules/templates/schemeVariant/ReachuSchemeConfigVariant';
|
|
15
|
+
import TemplateChannelSchemeConfigVariant from '../../entity/modules/templates/schemeVariant/TemplateChannelSchemeConfigVariant';
|
|
16
|
+
import TemplateChannelSchemeConfigVariantMapped from '../../entity/modules/templates/schemeVariant/TemplateChannelSchemeConfigVariantMapped';
|
|
17
17
|
export declare class AuthInfoRepository extends Repository<AuthInfo> {
|
|
18
18
|
}
|
|
19
19
|
export declare class AuthMethodRepository extends Repository<AuthMethod> {
|
|
@@ -12,20 +12,20 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.TemplateChannelSchemeConfigVariantMappedRepository = exports.TemplateChannelSchemeConfigVariantRepository = exports.ReachuSchemeConfigVariantRepository = exports.TemplateChannelSchemeConfigProductMappedRepository = exports.TemplateChannelSchemeConfigProductRepository = exports.ReachuSchemeConfigProductRepository = exports.TemplateChannelSchemeConfigOrderMappedRepository = exports.TemplateChannelSchemeConfigOrderRepository = exports.ReachuSchemeConfigOrderRepository = exports.UserTemplateChannelRepository = exports.TemplateChannelRepository = exports.EndpointTemplateChannelRepository = exports.AuthMethodTemplateChannelRepository = exports.AuthMethodRepository = exports.AuthInfoRepository = void 0;
|
|
13
13
|
const typeorm_1 = require("typeorm");
|
|
14
14
|
const AuthInfo_1 = __importDefault(require("../../entity/modules//templates/AuthInfo"));
|
|
15
|
-
const AuthMethod_1 = __importDefault(require("
|
|
16
|
-
const AuthMethodTemplateChannel_1 = __importDefault(require("
|
|
17
|
-
const EndpointTemplateChannel_1 = __importDefault(require("
|
|
18
|
-
const TemplateChannel_1 = __importDefault(require("
|
|
19
|
-
const UserTemplateChannel_1 = __importDefault(require("
|
|
20
|
-
const ReachuSchemeConfigOrder_1 = __importDefault(require("
|
|
21
|
-
const TemplateChannelSchemeConfigOrder_1 = __importDefault(require("
|
|
22
|
-
const TemplateChannelSchemeConfigOrderMapped_1 = __importDefault(require("
|
|
23
|
-
const ReachuSchemeConfigProduct_1 = __importDefault(require("
|
|
24
|
-
const TemplateChannelSchemeConfigProduct_1 = __importDefault(require("
|
|
25
|
-
const TemplateChannelSchemeConfigProductMapped_1 = __importDefault(require("
|
|
26
|
-
const ReachuSchemeConfigVariant_1 = __importDefault(require("
|
|
27
|
-
const TemplateChannelSchemeConfigVariant_1 = __importDefault(require("
|
|
28
|
-
const TemplateChannelSchemeConfigVariantMapped_1 = __importDefault(require("
|
|
15
|
+
const AuthMethod_1 = __importDefault(require("../../entity/modules/templates/AuthMethod"));
|
|
16
|
+
const AuthMethodTemplateChannel_1 = __importDefault(require("../../entity/modules/templates/AuthMethodTemplateChannel"));
|
|
17
|
+
const EndpointTemplateChannel_1 = __importDefault(require("../../entity/modules/templates/EndpointTemplateChannel"));
|
|
18
|
+
const TemplateChannel_1 = __importDefault(require("../../entity/modules/templates/TemplateChannel"));
|
|
19
|
+
const UserTemplateChannel_1 = __importDefault(require("../../entity/modules/templates/UserTemplateChannel"));
|
|
20
|
+
const ReachuSchemeConfigOrder_1 = __importDefault(require("../../entity/modules/templates/schemeOrder/ReachuSchemeConfigOrder"));
|
|
21
|
+
const TemplateChannelSchemeConfigOrder_1 = __importDefault(require("../../entity/modules/templates/schemeOrder/TemplateChannelSchemeConfigOrder"));
|
|
22
|
+
const TemplateChannelSchemeConfigOrderMapped_1 = __importDefault(require("../../entity/modules/templates/schemeOrder/TemplateChannelSchemeConfigOrderMapped"));
|
|
23
|
+
const ReachuSchemeConfigProduct_1 = __importDefault(require("../../entity/modules/templates/schemeProduct/ReachuSchemeConfigProduct"));
|
|
24
|
+
const TemplateChannelSchemeConfigProduct_1 = __importDefault(require("../../entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProduct"));
|
|
25
|
+
const TemplateChannelSchemeConfigProductMapped_1 = __importDefault(require("../../entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProductMapped"));
|
|
26
|
+
const ReachuSchemeConfigVariant_1 = __importDefault(require("../../entity/modules/templates/schemeVariant/ReachuSchemeConfigVariant"));
|
|
27
|
+
const TemplateChannelSchemeConfigVariant_1 = __importDefault(require("../../entity/modules/templates/schemeVariant/TemplateChannelSchemeConfigVariant"));
|
|
28
|
+
const TemplateChannelSchemeConfigVariantMapped_1 = __importDefault(require("../../entity/modules/templates/schemeVariant/TemplateChannelSchemeConfigVariantMapped"));
|
|
29
29
|
let AuthInfoRepository = class AuthInfoRepository extends typeorm_1.Repository {
|
|
30
30
|
};
|
|
31
31
|
AuthInfoRepository = __decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/repositories/templates/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAuD;AACvD,wFAAgE;AAChE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/repositories/templates/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -2767,8 +2767,8 @@
|
|
|
2767
2767
|
"affectsGlobalScope": false
|
|
2768
2768
|
},
|
|
2769
2769
|
"../src/repositories/templates/index.ts": {
|
|
2770
|
-
"version": "
|
|
2771
|
-
"signature": "
|
|
2770
|
+
"version": "58131728a5716e0c08bd72fbdf5ce9e43d86cfa04b534620923cbd43491964ac",
|
|
2771
|
+
"signature": "726bdeabb6a86532e250e39d577c1095e4998f9bc8bb24b72180c027fa9eca74",
|
|
2772
2772
|
"affectsGlobalScope": false
|
|
2773
2773
|
},
|
|
2774
2774
|
"../src/repositories/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.18",
|
|
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.18",
|
|
25
|
+
"@reachu/utils": "1.0.18",
|
|
26
26
|
"dotenv": "8.0.0",
|
|
27
27
|
"express": "4.17.1",
|
|
28
28
|
"mysql2": "1.5.2",
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { EntityRepository, Repository } from 'typeorm';
|
|
2
2
|
import AuthInfo from '../../entity/modules//templates/AuthInfo';
|
|
3
|
-
import AuthMethod from '
|
|
4
|
-
import AuthMethodTemplateChannel from '
|
|
5
|
-
import EndpointTemplateChannel from '
|
|
6
|
-
import TemplateChannel from '
|
|
7
|
-
import UserTemplateChannel from '
|
|
8
|
-
|
|
9
|
-
import ReachuSchemeConfigOrder from '
|
|
10
|
-
import TemplateChannelSchemeConfigOrder from '
|
|
11
|
-
import TemplateChannelSchemeConfigOrderMapped from '
|
|
12
|
-
|
|
13
|
-
import ReachuSchemeConfigProduct from '
|
|
14
|
-
import TemplateChannelSchemeConfigProduct from '
|
|
15
|
-
import TemplateChannelSchemeConfigProductMapped from '
|
|
16
|
-
|
|
17
|
-
import ReachuSchemeConfigVariant from '
|
|
18
|
-
import TemplateChannelSchemeConfigVariant from '
|
|
19
|
-
import TemplateChannelSchemeConfigVariantMapped from '
|
|
3
|
+
import AuthMethod from '../../entity/modules/templates/AuthMethod';
|
|
4
|
+
import AuthMethodTemplateChannel from '../../entity/modules/templates/AuthMethodTemplateChannel';
|
|
5
|
+
import EndpointTemplateChannel from '../../entity/modules/templates/EndpointTemplateChannel';
|
|
6
|
+
import TemplateChannel from '../../entity/modules/templates/TemplateChannel';
|
|
7
|
+
import UserTemplateChannel from '../../entity/modules/templates/UserTemplateChannel';
|
|
8
|
+
|
|
9
|
+
import ReachuSchemeConfigOrder from '../../entity/modules/templates/schemeOrder/ReachuSchemeConfigOrder';
|
|
10
|
+
import TemplateChannelSchemeConfigOrder from '../../entity/modules/templates/schemeOrder/TemplateChannelSchemeConfigOrder';
|
|
11
|
+
import TemplateChannelSchemeConfigOrderMapped from '../../entity/modules/templates/schemeOrder/TemplateChannelSchemeConfigOrderMapped';
|
|
12
|
+
|
|
13
|
+
import ReachuSchemeConfigProduct from '../../entity/modules/templates/schemeProduct/ReachuSchemeConfigProduct';
|
|
14
|
+
import TemplateChannelSchemeConfigProduct from '../../entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProduct';
|
|
15
|
+
import TemplateChannelSchemeConfigProductMapped from '../../entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProductMapped';
|
|
16
|
+
|
|
17
|
+
import ReachuSchemeConfigVariant from '../../entity/modules/templates/schemeVariant/ReachuSchemeConfigVariant';
|
|
18
|
+
import TemplateChannelSchemeConfigVariant from '../../entity/modules/templates/schemeVariant/TemplateChannelSchemeConfigVariant';
|
|
19
|
+
import TemplateChannelSchemeConfigVariantMapped from '../../entity/modules/templates/schemeVariant/TemplateChannelSchemeConfigVariantMapped';
|
|
20
20
|
|
|
21
21
|
@EntityRepository(AuthInfo)
|
|
22
22
|
export class AuthInfoRepository extends Repository<AuthInfo> {}
|