exodus-framework 2.0.729 → 2.0.730

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 +1 @@
1
- {"version":3,"file":"environment.d.ts","sourceRoot":"","sources":["../../../src/controllers/messaging/environment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAI1E,cAAM,qBAAsB,SAAQ,mBAAmB;IACrD,OAAO,EAAE,sBAAsB,CAAC,eAAe,CAAC,kBAAkB,CAAC,CAkBjE;IAEF,OAAO,EAAE,sBAAsB,CAAC,eAAe,CAAC,kBAAkB,CAAC,CAoBjE;IASF,eAAe,EAAE,sBAAsB,CAAC,eAAe,CAAC,0BAA0B,CAAC,CAyBjF;CACH;AAED,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"environment.d.ts","sourceRoot":"","sources":["../../../src/controllers/messaging/environment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAI1E,cAAM,qBAAsB,SAAQ,mBAAmB;IACrD,OAAO,EAAE,sBAAsB,CAAC,eAAe,CAAC,kBAAkB,CAAC,CAkBjE;IAEF,OAAO,EAAE,sBAAsB,CAAC,eAAe,CAAC,kBAAkB,CAAC,CAoBjE;IAEF,eAAe,EAAE,sBAAsB,CAAC,eAAe,CAAC,0BAA0B,CAAC,CAyBjF;CACH;AAED,eAAe,qBAAqB,CAAC"}
@@ -44,14 +44,6 @@ class EnvironmentController extends _app.MessagingController {
44
44
  ack();
45
45
  }
46
46
  };
47
-
48
- /* updatedToken: TMessagingQueueHandler<EMessagingQueue.environmentUpdatedToken> = async (
49
- data,
50
- ack
51
- ) => {
52
- //TODO: need implement
53
- }; */
54
-
55
47
  updatedDatabase = async (data, ack) => {
56
48
  try {
57
49
  const relation = await _models.EnvDBHost.findOne({
@@ -11,7 +11,7 @@ exports.Application = Application;
11
11
  Application.init({
12
12
  uuid: {
13
13
  type: _sequelize.DataTypes.UUID,
14
- defaultValue: _sequelize.DataTypes.UUIDV4,
14
+ // defaultValue: DataTypes.UUIDV4, //pode ser arbritário
15
15
  primaryKey: true,
16
16
  allowNull: false,
17
17
  autoIncrement: false
@@ -11,7 +11,7 @@ exports.DatabaseHost = DatabaseHost;
11
11
  DatabaseHost.init({
12
12
  uuid: {
13
13
  type: _sequelize.DataTypes.UUID,
14
- defaultValue: _sequelize.DataTypes.UUIDV4,
14
+ // defaultValue: DataTypes.UUIDV4,//pode ser arbritário
15
15
  primaryKey: true,
16
16
  allowNull: false,
17
17
  autoIncrement: false
@@ -11,7 +11,7 @@ exports.EnvDBHost = EnvDBHost;
11
11
  EnvDBHost.init({
12
12
  uuid: {
13
13
  type: _sequelize.DataTypes.UUID,
14
- defaultValue: _sequelize.DataTypes.UUIDV4,
14
+ // defaultValue: DataTypes.UUIDV4,//pode ser arbritário
15
15
  primaryKey: true,
16
16
  allowNull: false,
17
17
  autoIncrement: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodus-framework",
3
- "version": "2.0.729",
3
+ "version": "2.0.730",
4
4
  "description": "Exodus Framework",
5
5
  "author": "jhownpaixao",
6
6
  "license": "ISC",