cecon-interfaces 2.0.20 → 2.0.21

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.
@@ -5,3 +5,4 @@ export { PayioJwtPayloadInfoEntity } from './payload-info.entity';
5
5
  export { PayioJwtPayloadSubscriptionEntity } from './payload-subscription.entity';
6
6
  export { PayioJwtPayloadUserEntity } from './payload-user.entity';
7
7
  export { PayioJwtPayloadEntity } from './payload.entity';
8
+ export { PayioJwtPayloadMachineEntity } from './payload-machine.entity';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PayioJwtPayloadEntity = exports.PayioJwtPayloadUserEntity = exports.PayioJwtPayloadSubscriptionEntity = exports.PayioJwtPayloadInfoEntity = exports.PayioJwtPayloadDeviceEntity = exports.PayioJwtPayloadAppEntity = exports.PayioJwtPayloadActivationEntity = void 0;
3
+ exports.PayioJwtPayloadMachineEntity = exports.PayioJwtPayloadEntity = exports.PayioJwtPayloadUserEntity = exports.PayioJwtPayloadSubscriptionEntity = exports.PayioJwtPayloadInfoEntity = exports.PayioJwtPayloadDeviceEntity = exports.PayioJwtPayloadAppEntity = exports.PayioJwtPayloadActivationEntity = void 0;
4
4
  var payload_activation_entity_1 = require("./payload-activation.entity");
5
5
  Object.defineProperty(exports, "PayioJwtPayloadActivationEntity", { enumerable: true, get: function () { return payload_activation_entity_1.PayioJwtPayloadActivationEntity; } });
6
6
  var payload_app_entity_1 = require("./payload-app.entity");
@@ -15,3 +15,5 @@ var payload_user_entity_1 = require("./payload-user.entity");
15
15
  Object.defineProperty(exports, "PayioJwtPayloadUserEntity", { enumerable: true, get: function () { return payload_user_entity_1.PayioJwtPayloadUserEntity; } });
16
16
  var payload_entity_1 = require("./payload.entity");
17
17
  Object.defineProperty(exports, "PayioJwtPayloadEntity", { enumerable: true, get: function () { return payload_entity_1.PayioJwtPayloadEntity; } });
18
+ var payload_machine_entity_1 = require("./payload-machine.entity");
19
+ Object.defineProperty(exports, "PayioJwtPayloadMachineEntity", { enumerable: true, get: function () { return payload_machine_entity_1.PayioJwtPayloadMachineEntity; } });
@@ -5,3 +5,4 @@ export { IPayioJwtPayloadDevice } from './i-payload-device';
5
5
  export { IPayioJwtPayloadInfo } from './i-payload-info';
6
6
  export { IPayioJwtPayloadSubscription } from './i-payload-subscription';
7
7
  export { IPayioJwtPayloadUser } from './i-payload-user';
8
+ export { IPayioJwtPayloadMachine } from './i-payload-machine';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",