exodus-framework 2.0.64 → 2.0.66
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.
@@ -19,7 +19,7 @@ class AccessMiddleware extends _controller.default {
|
|
19
19
|
};
|
20
20
|
};
|
21
21
|
getConnection = async (req, res, next) => {
|
22
|
-
const account = req.auth
|
22
|
+
const account = req.auth?.account;
|
23
23
|
const envToken = req.header('X-Exodus-Environment-Token');
|
24
24
|
const connUuid = req.header('X-Exodus-Connection');
|
25
25
|
if (account && account.type != 'ADMINISTRATOR') {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Connection.d.ts","sourceRoot":"","sources":["../../src/models/Connection.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"Connection.d.ts","sourceRoot":"","sources":["../../src/models/Connection.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAEhB,OAAO,EACP,eAAe,EACf,uBAAuB,EACvB,KAAK,EACN,MAAM,WAAW,CAAC;AAGnB,qBAAa,UAAW,SAAQ,KAAK,CACnC,eAAe,CAAC,UAAU,CAAC,EAC3B,uBAAuB,CAAC,UAAU,CAAC,CACpC;IACS,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;CACvD"}
|
package/lib/models/Connection.js
CHANGED
@@ -4,8 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
exports.Connection = void 0;
|
7
|
-
var _database = require("../utils/database");
|
8
7
|
var _sequelize = require("sequelize");
|
8
|
+
var _database = require("../utils/database");
|
9
9
|
class Connection extends _sequelize.Model {}
|
10
10
|
exports.Connection = Connection;
|
11
11
|
Connection.init({
|
@@ -1,11 +1,12 @@
|
|
1
|
+
import { Model, ModelStatic, Sequelize } from 'sequelize';
|
1
2
|
import Service from '../app/service';
|
2
|
-
import { ModelStatic, Sequelize } from 'sequelize';
|
3
3
|
import { IService } from '../contracts/service';
|
4
4
|
declare class SequelizeService extends Service implements IService {
|
5
5
|
serviceDB: Sequelize;
|
6
6
|
masterDB: Sequelize;
|
7
7
|
models: ModelStatic<any>[];
|
8
8
|
connections: Map<string, Sequelize>;
|
9
|
+
initializedModels: Map<string, typeof Model<any, any>>;
|
9
10
|
constructor();
|
10
11
|
init(): Promise<void>;
|
11
12
|
connectMainDatabase(): Promise<unknown>;
|
@@ -16,6 +17,9 @@ declare class SequelizeService extends Service implements IService {
|
|
16
17
|
getDB(uuid: string, name: string): Promise<Sequelize>;
|
17
18
|
initDB(uuid: string, name: string): Promise<unknown>;
|
18
19
|
registerModels(models: ModelStatic<any>[]): void;
|
20
|
+
getModel<M extends typeof Model<any, any>>(model: typeof Model<any, any> & {
|
21
|
+
initialize: (connection: Sequelize) => M;
|
22
|
+
}, conn_uuid: string, envToken: string): Promise<M>;
|
19
23
|
}
|
20
24
|
export default SequelizeService;
|
21
25
|
//# sourceMappingURL=sequelize.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sequelize.d.ts","sourceRoot":"","sources":["../../src/services/sequelize.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"sequelize.d.ts","sourceRoot":"","sources":["../../src/services/sequelize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAE1D,OAAO,OAAO,MAAM,gBAAgB,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAahD,cAAM,gBAAiB,SAAQ,OAAQ,YAAW,QAAQ;IACxD,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,EAAE,WAAW,CAAC,GAAG,CAAC,EAAE,CAAC;IAC3B,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IACpC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,KAAK,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;;IAMjD,IAAI;IAMJ,mBAAmB;IA4BzB,SAAS,CAAC,EAAE,EAAE,SAAS,EAAE,QAAQ,SAAI;IAerC,mBAAmB;IAGb,QAAQ,CAAC,eAAe,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IA6C9C,QAAQ,CAAC,eAAe,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAwC9C,KAAK,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAKhC,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IA8CvC,cAAc,CAAC,MAAM,EAAE,WAAW,CAAC,GAAG,CAAC,EAAE;IAInC,QAAQ,CAAC,CAAC,SAAS,OAAO,KAAK,CAAC,GAAG,EAAE,GAAG,CAAC,EAC7C,KAAK,EAAE,OAAO,KAAK,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG;QAAE,UAAU,EAAE,CAAC,UAAU,EAAE,SAAS,KAAK,CAAC,CAAA;KAAE,EAC5E,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM;CAiBnB;AAED,eAAe,gBAAgB,CAAC"}
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
exports.default = void 0;
|
7
|
+
var _sequelize = require("sequelize");
|
8
|
+
var _app = require("../app");
|
7
9
|
var _service = _interopRequireDefault(require("../app/service"));
|
8
10
|
var _Connection = require("../models/Connection");
|
9
11
|
var _database = require("../utils/database");
|
10
12
|
var _logger = _interopRequireDefault(require("../utils/logger"));
|
11
|
-
var _sequelize = require("sequelize");
|
12
13
|
var _error = require("./error");
|
13
|
-
var _app = require("../app");
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
15
15
|
/**
|
16
16
|
* Serviço de gerênciamento do banco de dados
|
@@ -24,6 +24,7 @@ class SequelizeService extends _service.default {
|
|
24
24
|
masterDB;
|
25
25
|
models;
|
26
26
|
connections;
|
27
|
+
initializedModels;
|
27
28
|
|
28
29
|
//# Initialization
|
29
30
|
constructor() {
|
@@ -191,5 +192,19 @@ class SequelizeService extends _service.default {
|
|
191
192
|
registerModels(models) {
|
192
193
|
this.models = models;
|
193
194
|
}
|
195
|
+
async getModel(model, conn_uuid, envToken) {
|
196
|
+
const connection = await this.getDB(conn_uuid, envToken);
|
197
|
+
const query = `${envToken}@${conn_uuid}`;
|
198
|
+
const cache = this.initializedModels.get(query);
|
199
|
+
if (cache) {
|
200
|
+
return cache;
|
201
|
+
}
|
202
|
+
if (connection) {
|
203
|
+
const m = model.initialize(connection);
|
204
|
+
this.initializedModels.set(query, m);
|
205
|
+
return m;
|
206
|
+
}
|
207
|
+
return null;
|
208
|
+
}
|
194
209
|
}
|
195
210
|
var _default = exports.default = SequelizeService;
|